Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mdodkins/ModernUO

Tags

UOB_Network_Layer_Merge_Jul_2024

Toggle UOB_Network_Layer_Merge_Jul_2024's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Loads BaseHouse.DecayEnabled from modernuo.json (default to tru…

…e) (modernuo#1888)

0.13.4.58

Toggle 0.13.4.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes boat turning abandoning entities (modernuo#1878)

0.13.4.52

Toggle 0.13.4.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes massive capacity bug with pooled ref queue/list (modernuo#…

…1865)

0.13.4.35

Toggle 0.13.4.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Updates serialization to use MMF (considerable memory savings) (m…

…odernuo#1841)

### Summary
Updates the serialization strategy to use `MemoryMappedFile` instead of thick buffers. This has the benefit of being on-par with the current implementation (based on hardware/OS), however won't incur the double-memory issue.

> [!Important]
> **Developer Note**
> The `BinaryFileWriter` and `BinaryFileReader` has been removed in favor of `MemoryMapFileWriter` and `UnmanagedDataReader`

0.13.4.26

Toggle 0.13.4.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes skills property not editable in-game (modernuo#1833)

0.13.4.17

Toggle 0.13.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes ProximitySpawner and RegionSpawner ToJson (modernuo#1827)

0.13.4.2

Toggle 0.13.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(build): Fixes release workflow (modernuo#1807)

0.13.3.20

Toggle 0.13.3.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Updates release flow (modernuo#1798)

0.13.3.19

Toggle 0.13.3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes stalled connections and infinite throttle (modernuo#1796)

> [!Warning]
> **Developer Warning**
> The `PacketThrottle` callback return value is now reversed. `true` indicates the connection is _throttled_.

### Summary
- Fixes an issue where connections get stalled forever
- Fixes an issue where the throttler is not working properly
- Removes account attack limiter
- Rewrites IP limiter
- Removes IP restrictions (they weren't used, and not practical)
- Fixes issue where IP limiter was counting before firewall was blocking.

View without whitespace:
https://github.com/modernuo/ModernUO/pull/1796/files?diff=split&w=1

0.13.3.15

Toggle 0.13.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixes infinite loop in BinaryFileWriter (modernuo#1792)

### Summary
- Fixes infinite loop with binary file writer
- Removes extra buffer copying with binary file writer
- Removes storing type counts during world save file writing
- Fixes display cache self-deletion warning during world load