Releases: modernuo/ModernUO
Releases · modernuo/ModernUO
0.10.1.1
0.9.9.29
Bug Fixes
- Adds generic entity persistence support and BOBEntry as entities (#1527) (e0225c6)
- Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) (f2de2fb)
- Fixes extension method refactors causing crash (#1529) (e18115d)
- Fixes ML Escortables and codegens (#1525) (d554063)
- Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) (1f0acdd)
- ForceOfNature should damage the target (#1526) (666b83a)
0.9.9.23
Bug Fixes
- Changes BaseWeapon to source generator and changes crafter to string (#1519) (9729494)
- Codegens character statues (#1523) (5ea5fb4)
- Codegens construction items (#1520) (5dc2d09)
- Codegens Khaldun and Doom (#1521) (145c93c)
- Codegens ML Quest items (#1522) (27cd214)
- Codegens ToT and replaces persistence with config (#1524) (7d05e3b)
- Fixes missing inscription message (#1518) (d682330)
0.9.9.16
Bug Fixes
- Cleans up ConsumeTotal and ClockworkAssembly (#1517) (0d21459)
- Cleans up FindItems and removes allocations (#1516) (d77dac9)
- Fixes dropped packets (#1512) (5d78941)
- Fixes region child level (#1508) (3855734)
- Fixes throttle receive packet issues (#1513) (0f41a3d)
- Fixes throttle state (#1510) (7003552)
- Optimizes FindItemsByType by removing allocations. (#1515) (a4cabe2), closes #1443
- Optimizes redundant spell damage logic (27df634)
Features
0.9.9.7
0.9.9.2
0.9.8.62
0.9.8.59
Bug Fixes
- Adds a timeout and retry to public IP detection (#1478) (e5439c1)
- Adds gate travel migration file (#1491) (2d7a65d)
- Bumps PollGroup to fix arm support (#1496) (f4b329f)
- Codegens and fixes bugs with plant system (#1490) (6820efe)
- Fixes gate travel location issue (#1484) (15227a5)
- Fixes hellsteed name (#1480) (1b07b00)
- Fixes NPE in FilterAccess (#1488) (74c6d91)
- Removes echo in publish that is not needed (#1477) (ea7302d)
- Renames WeightOverloading to StaminaSystem (#1495) (319d82f)
Features
0.9.8.46
Bug Fixes
- Codegens familiars (#1473) (877595c)
- Codegens guards (#1474) (daa154d)
- Codegens healers and fixes flamespurt trap (#1475) (701deb5)
- Codegens rest of special items (#1467) (f56cb31)
- Codegens suits and adds StaffRobe to replace the others (#1468) (ca89b8b)
- Codegens talismans - Fixes memory leak (#1469) (ffb0b24)
- Codegens traps (#1472) (06309d9)
- Fixes expansions.json to correctly reflect name of supported feature flags (#1471) (c341d6a)
- Fixes JSON TypeConverter so that it can deserialize full name types (#1466) (9766806)
- Fixes memory leak in virtual mounts and codegens specials (#1476) (fc3aa13)
- Removes unused SetOldSaveFlag method (#1470) (c5d26eb)
- Replaces FindItem(s)ByType(s) implementation with BFS strategy (#1454) (52ca1fe)