Skip to content

Releases: modernuo/ModernUO

0.7.0.1

21 Oct 03:55
369a27b
Compare
Choose a tag to compare
Replacing Networking (#271)

- [X] Removing Kestrel & Libuv
- [X] Cleaning up NetState
- [X] Removing System.IO.Pipelines
- [X] Cleaning up packet reading
- [X] Adds a maximum of 5000 sockets (configurable) to prevent OOM
- [X] Replaces the AsyncState with a thread-safe wrapped boolean called NetworkState
- [X] Removes Parallel.ForEach (no perf gain)
- [X] Removes custom houses compression on another thread
- [X] Test high load scenarios

Bumps release version

0.6.3.43

05 Oct 21:07
683e2d6
Compare
Choose a tag to compare
Updates mobile lift requests (#273)

Bumps release version

0.6.3.37

27 Sep 01:23
ddc58ec
Compare
Choose a tag to compare
Fixes chat (#265)

- [X] Fixes crash from chat and newer clients
- [X] Fixes issue with fake names being used
- [X] Fixes potential issue with RawName being null
- [X] Adds chat to modernuo.json settings
- [X] Removes old chat
- [X] Removes chat event sink since it probably isn't needed.

Bumps release version

0.6.3.36

24 Sep 15:38
160e9a3
Compare
Choose a tag to compare
Fix switch-expression related error message (#264)

Bumps release version

0.6.3.35

20 Sep 21:57
93cf40e
Compare
Choose a tag to compare
Fixes JSON WorldConverter (#263)

- [X] Adds Map index support for JSON MapConverter
- [X] Files JSON WorldConverter
- [X] Removes LINQ for Map.Parse

Bumps release version

0.6.3.32

19 Sep 22:46
e9c1e4c
Compare
Choose a tag to compare
Fixes dupe exception (#258)

- [X] Cleans up ActivatorUtil
- [X] Fixes dupe exception
- [X] Fixes a bug in BasePotion
- [X] Fixes a few possible memory leaks

Bumps release version

0.6.3.30

17 Sep 05:13
580da8a
Compare
Choose a tag to compare
Reverts a weird change that should never have happened (#255)

- [X] Reverts CheckHouse to fix an NPE in CouldFit

Bumps release

0.6.3.28

16 Sep 01:17
403584e
Compare
Choose a tag to compare
Bumps native versions to fix MT (#253)

- [X] Updates zlib to 1.3.0
- [X] Updates argon2 to 1.7.0

Bumps release version

0.6.3.14

12 Sep 07:06
55ae0f8
Compare
Choose a tag to compare
Fixes exiting/crash handling/ctrl+c (#237)

- [X] Fixes handling of CTRL+C
- [X] Fixes crash guard (but should really be rewritten
- [X] Fixes exiting/restarting

Bumps release version

0.6.3.13

11 Sep 19:06
76a9729
Compare
Choose a tag to compare
Fixes account creation with terminals that use redirection (git bash)…