Skip to content

Releases: modernuo/ModernUO

0.10.1.1

09 Oct 07:58
10a69bf
Compare
Choose a tag to compare

Bug Fixes

Features

  • Adds a memory mirrored ring buffer for networking. (#1533) (10a69bf)

0.9.9.29

03 Oct 07:43
1f0acdd
Compare
Choose a tag to compare

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

30 Sep 09:12
7d05e3b
Compare
Choose a tag to compare

Bug Fixes

0.9.9.16

29 Sep 06:02
0d21459
Compare
Choose a tag to compare

Bug Fixes

Features

  • Adds a movement throttle system. Removes Fastwalk system. (#1511) (146abad)

0.9.9.7

19 Sep 07:09
2a3e048
Compare
Choose a tag to compare

Bug Fixes

Features

  • Adds KR/EC client versions (No actual support yet). (#1506) (0bec976)

0.9.9.2

17 Sep 01:11
856db6a
Compare
Choose a tag to compare

Bug Fixes

Features

  • Adds Stamina System to overhaul overweight. (#1465) (0f2870e)

0.9.8.62

14 Sep 07:26
3481f60
Compare
Choose a tag to compare

Bug Fixes

  • Bumps PollGroup to fix NPE error (#1497) (0d6a77e)
  • Updates PollGroup to use the refactored/fixed changes by stefanomerotta (#1499) (3481f60)

0.9.8.59

13 Sep 17:26
f4b329f
Compare
Choose a tag to compare

Bug Fixes

Features

  • Adds ping listener on port 12000 for server list (#1485) (60a6796)

0.9.8.46

26 Aug 05:43
fc3aa13
Compare
Choose a tag to compare

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)

0.9.8.34

18 Aug 05:02
cd5fddd
Compare
Choose a tag to compare

Bug Fixes