Releases: modernuo/ModernUO
Releases · modernuo/ModernUO
0.13.4.52
What's Changed
- fix: Fixes random skills and groupings by @kamronbatman in #1846
- fix: Adds random bard skill option by @kamronbatman in #1847
- fix: Deletes unused serialization files by @kamronbatman in #1848
- chore: Adds Qodana for code quality by @kamronbatman in #1849
- fix: Streamlines potion drink effect by @kamronbatman in #1851
- Fixes more potion throwing edge cases by @kamronbatman in #1852
- fix: Cleans up HonorGump and Honor checks by @kamronbatman in #1853
- fix: Converts ConfirmRelease, Tithing, Young gumps to static by @kamronbatman in #1854
- fix: Fixes compile issue from TithingGump by @kamronbatman in #1855
- fix: Correctly removing active meditation buff when at peace by @paezao in #1856
- chore: Bumps MailKit to 4.7.0 & Cleans up bad code formatting by @kamronbatman in #1857
- fix: Consolidates and fixes movement/direction checks by @kamronbatman in #1861
- fix: Fixes splitting potions before error by @kamronbatman in #1862
- fix: Fixes strength potion candrink check by @kamronbatman in #1863
- fix: Fixes NPE in PooledRefList sort by @kamronbatman in #1864
- fix: Fixes massive capacity bug with pooled ref queue/list by @kamronbatman in #1865
Full Changelog: 0.13.4.35...0.13.4.52
0.13.4.35
What's Changed
- fix: Bumps PollGroup to 1.5.1 to fix edge case with struct layout by @kamronbatman in #1834
- fix: Converts ethics system to generic entity persistence by @kamronbatman in #1824
- fix: Stages faction code for serialization conversion by @kamronbatman in #1835
- fix: Converts CraftGump to DynamicGump API by @kamronbatman in #1836
- fix: Updates help gump, converts to dynamic gump by @kamronbatman in #1837
- fix: Converts PageResponse/Prompt gumps by @kamronbatman in #1838
- fix: Fixes double calls with Target cancel and spell sequences by @kamronbatman in #1840
- fix: Fixes craft/help gump not appearing by @kamronbatman in #1845
- feat: Updates serialization to use MMF (considerable memory savings) by @kamronbatman in #1841
Full Changelog: 0.13.4.26...0.13.4.35
0.13.4.26
What's Changed
- fix: Console Input is disabled on Linux when no standard input is attached. by @kamronbatman in #1809
- chore(deps): Bump Serilog.Sinks.Async from 1.5.0 to 2.0.0 by @dependabot in #1828
- fix: Fixes crashing due to bad packet assumptions. by @kamronbatman in #1829
- AdminGump: added option 'Do everything'. by @nerun in #1817
- fix: Refactor GoGump, moves LocationTree to GoLocations by @nerun in #1804
- fix: Creates new staff properly on creation by @kamronbatman in #1830
- chore(deps): Bump Serilog.Sinks.Console from 5.0.1 to 6.0.0 by @dependabot in #1831
- fix: Fixes edge cases with on off items by @kamronbatman in #1832
- fix: Fixes skills property not editable in-game by @kamronbatman in #1833
Full Changelog: 0.13.4.17...0.13.4.26
0.13.4.17
What's Changed
- fix: Fixes publishing by @kamronbatman in #1808
- fix: Fixes reading multiple strings (books) by @kamronbatman in #1814
- fix: Fixes libdeflate threading issue by @kamronbatman in #1813
- fix: Fixes dupe property copying. Adds IgnoreDupe by @kamronbatman in #1811
- chore(workflow): Use github generated release notes instead by @kamronbatman in #1810
- fix: Adds missing dupe ignore by @kamronbatman in #1815
- fix: Fixes reading incoming string packets by @kamronbatman in #1819
- chore(build): Updates supported linux operating systems by @kamronbatman in #1820
- fix: Fixes parsing booleans in commands. Adds ClearAll command by @nerun in #1818
- fix: Fixes duping containers and removes copying private setter properties by @kamronbatman in #1816
- chore(deps): Bump Nerdbank.GitVersioning from 3.6.133 to 3.6.139 by @dependabot in #1821
- chore(deps): Bump Serilog from 3.1.1 to 4.0.0 by @dependabot in #1822
- fix: Fixes character creation issues. Adds Royal City by @kamronbatman in #1825
- fix: Fixes exporting spawners. by @kamronbatman in #1826
- Fixed ProximitySpawner and RegionSpawner ToJson by @paezao in #1827
Full Changelog: 0.13.4.2...0.13.4.17
0.13.4.2
0.13.3.19
0.13.3.15
Bug Fixes
- Adds dispose call to LibDeflateBinding on process exits (#1784) (50d3779)
- Bumps PollGroup to .Net 8 (#1789) (6596046)
- Fixes house update range bug (#1790) (0011db7)
- Fixes infinite loop in BinaryFileWriter (#1792) (9f1f314)
- Fixes NPE in BuffTable and standardizes BuffIcon packets (#1785) (6747168)
- Fixes RecipeScroll recipe name OPL (#1780) (f2a3370)
- Fixes spelling of HasManaOverride (#1777) (416c96d)
- Fixes various memory leaks and spells (#1786) (a552cf4)
- Fixes WeaponAbility GetTactics override (#1778) (173b2d5)
- Moves many EventSinks out of core. (#1783) (00908d0)
- Removed StunRequest and DisarmRequest EventSinks (#1781) (1cb798d)
- Removes weapon ability context (#1776) (2d5ef2f)
0.13.3.1
Bug Fixes
- Fixes dirty tracking for player vendors (#1769) (39ba7b3)
- Fixes GetInRange to use GetAt instead (#1768) (aec75d0)
- Fixes infinite loop in gump builders (#1772) (d6c87a4)
- Fixes issue with cached static gump strings. Fixes bad gump colors (#1771) (622250b)
- Fixes NPCs attacking their own summons (#1773) (35a292d)
- Fixes silver serialization (#1770) (a001eb0)
Features
0.13.2.12
Bug Fixes
- Cleans up FixHtml (#1757) (becd7aa)
- Cleans up some string allocations from trim (#1759) (d77668d)
- Codegens faction items and questers (#1764) (542b672)
- Codegens gifts. Unifies staff names. Thank you to the community! (#1766) (8fd04ac)
- Codegens house/vendors (#1767) (fb8563a)
- Codegens spell items (#1765) (8efa90b)
- Consolidates Color/Center html (#1762) (26dfde1)
- Fixes continuing after deserialization error (#1761) (05535ec)
- Fixes EvilMage/Lord spawning naked, without hair (#1755) (af67c48)
- Fixes HtmlLocalized color for gump layouts (#1758) (9d2f471)
- Fixes spawner deserialization (#1760) (328c6da)
0.13.2.1
Bug Fixes
- Adds static warning/notice gumps. (#1741) (bb7bc57)
- Adds text command to throttle. Fixes throttle itself. (#1743) (c4fbc6b)
- Fixes NPE with stun attack (#1751) (db0621b)
- Fixes reading prof.txt (#1745) (d23d92d)
- Removes broken OrderedHashSet and adds a simple OrderedSet (#1756) (4ea1d79)
- Update Nails.cs with correct graphic (#1746) (248af59)