Kamron Batman
1c9439e4fd
Drop .NET Core 3.1 ( #307 )
...
- [X] Updates Zlib Bindings
- [X] Updates Argon2 Bindings
- [X] Drops .NET Core 3.1 support
- [X] Updates CI/CD
Bumps release version
Updates documentation
2020-11-10 20:28:05 -08:00
Kamron Batman
ae436cb55f
Fix bad serials ( #304 )
...
- [X] Fixes bad serial calculations
- [X] Tightens HexStrings
Bumps release version
Updates documentation
2020-11-08 12:09:26 -08:00
Kamron Batman
013f333898
Adds official .NET 5 support ( #300 )
2020-11-07 13:26:27 -08:00
Kamron Batman
c3289a20ab
Changes damage packets ( #299 )
...
- [X] Changes damage packets
Bumps release version
2020-11-01 22:44:23 -08:00
Kamron Batman
6f5cb00cdd
Updates Combat Packets & Moves Tracking to Content ( #298 )
...
- [X] Changes outgoing combat packets
- [X] Moves quest arrow to PlayerMobile and moves quest arrow packets to content.
Bumps release version
2020-11-01 21:33:01 -08:00
Kamron Batman
1ca8655fc1
Updates Serialization ( #292 )
...
- [X] Removes all save strategies
- [X] Removes duplicate file writer that won't be used
- [X] Removes persistence (it will become a duplicate system)
- [X] Add a save position variable to skip serializing a clean item/mobile
- [X] Update Guilds/Accounts to be IEntity types
- Because guilds are abstract, this may make serialization tricky.
- [X] Update the generalized IEntity writing
- [X] Update the load/save to write to buffers then to files in background
Bumps release version
2020-10-31 17:38:29 -07:00
Kamron Batman
a8d486a969
Rearranges packet code ( #295 )
2020-10-30 22:49:00 -07:00
Kamron Batman
5f7e4bf050
Updates networking to make pipe writer awaitable ( #290 )
...
- [X] Updates result so it is preallocated
- [X] Updates PipeWriter so it is awaitable
- [X] Simplifies NetState code to match changes
- [X] Adds a byte for empty checking so incoming/outgoing can have full pipes.
Bumps release version
2020-10-27 11:22:07 -07:00
Kamron Batman
0e02cf0821
Changes account packets to functional ( #284 )
...
- [X] Moved packets from objects to functions
- [X] Fixed bug where characters were showing up with their modded names in the character list
Bumps release version
2020-10-25 23:47:29 -07:00
Kamron Batman
90220feb41
Cleans up API ( #289 )
...
Bumps version release
2020-10-25 22:17:42 -07:00
Kamron Batman
990e6fe188
Updates Pipe & Makes NetState more testable ( #288 )
...
Updates pipe eliminate result and segments from being allocated.
Bumps release version
2020-10-25 17:40:08 -07:00
Kamron Batman
e0da7209f6
Changes namespace for packet tests ( #285 )
2020-10-24 19:10:53 -07:00
Kamron Batman
6bd4f0d265
Update Readers/Writers for Buffers & Fixes bugs ( #283 )
...
- [X] Renames PacketReader to CircularBufferReader
- [X] Fixes bugs with CircularBufferReader
- [X] Adds CircularBufferWriter
- [X] Adds SpanWriter
- [X] Adds SpanReader
Bumps release version
2020-10-24 14:46:59 -07:00
Kamron Batman
3b7f648c27
Updates a bug ( #282 )
...
Bumps release version
2020-10-21 20:35:09 -07:00
Kamron Batman
369a27b800
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
2020-10-20 20:55:19 -07:00
Kamron Batman
4e799ddbd7
Adds back in old benchmarks. Cleans up tests. ( #270 )
2020-10-04 11:45:07 -07:00
Kamron Batman
e9c1e4cbba
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
2020-09-19 15:46:07 -07:00
Kamron Batman
403584e735
Bumps native versions to fix MT ( #253 )
...
- [X] Updates zlib to 1.3.0
- [X] Updates argon2 to 1.7.0
Bumps release version
2020-09-15 18:16:48 -07:00
Kamron Batman
8149620b0c
Fixes brace style ( #248 )
2020-09-13 21:49:46 -07:00
Kamron Batman
55ae0f8778
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
2020-09-12 00:05:38 -07:00
Kamron Batman
bbdb561de8
Fixes leaking tests ( #231 )
2020-09-06 14:16:57 -07:00
Kamron Batman
ad3775c4d7
Formats UO Content ( #201 )
2020-08-27 18:30:38 -07:00
Kamron Batman
b476bcfd24
Fixes for Last Moved ( #194 )
2020-08-16 06:58:16 -07:00
Kamron Batman
bc2487946c
Adds .NET 5 & Ubuntu 20 LTS Targeting ( #193 )
2020-08-15 14:48:06 -07:00
Kamron Batman
319a990ede
Finishes targeting packets ( #180 )
2020-07-18 23:32:02 -07:00
Kamron Batman
5052bf9af3
Adds more packets ( #177 )
2020-07-18 19:03:26 -07:00
Kamron Batman
c0805850c1
Adds more packet tests ( #176 )
2020-07-11 01:01:57 -07:00
Kamron Batman
7d20cf7642
Streamlines packet tests ( #175 )
2020-07-11 00:29:53 -07:00
Kamron Batman
9d4bc7cda2
Adds more packet tests ( #173 )
2020-07-05 20:14:23 -07:00
Kamron Batman
e17195ca80
Adds more packet tests ( #166 )
2020-07-03 19:03:10 -07:00
Kamron Batman
997691fbb7
Adds specific linux operating system support ( #169 )
2020-07-02 17:35:46 -07:00
Kamron Batman
24b1a579f4
Creates more tests for outgoing packets ( #165 )
2020-06-26 12:04:29 -07:00
Kamron Batman
d76d60d900
Moves zlib to its own nuget ( #164 )
2020-06-25 13:48:40 -07:00
Kamron Batman
561b40c3d8
Moves Argon2 to real nuget ( #163 )
2020-06-25 13:06:31 -07:00
Kamron Batman
1246a135f7
Updates Data to JSON ( #159 )
2020-06-19 13:53:18 -07:00
Kamron Batman
050d6b5fa9
Replaces native argon2 with ref argon2 ( #158 )
2020-05-29 23:02:18 -07:00
Kamron Batman
4f1825152c
Fixes argon2 for osx and github action workflow issues ( #157 )
2020-05-29 18:02:00 -07:00
Kamron Batman
f408662af1
Fixes publishing ( #156 )
2020-05-29 17:31:47 -07:00
Kamron Batman
69ebb45e59
Moves more outgoing packets ( #152 )
2020-05-28 19:15:34 -07:00
Kamron Batman
8eab05947b
Adds lock files and fixes caching in CI ( #154 )
2020-05-27 17:00:48 -07:00
Kamron Batman
390f30e706
Convert Regions/Spawns to JSON ( #138 )
2020-05-26 00:34:29 -07:00
Kamron Batman
8ec166bcd0
Adds assemblies config, fixes crash bugs. ( #134 )
2020-05-09 12:55:56 -07:00
Kamron Batman
8278694105
Adds more unit tests ( #133 )
2020-05-08 20:32:59 -07:00
Kamron Batman
d9f417ee19
Outgoing Packet Tests (Pass #1 ) ( #129 )
2020-05-04 01:34:51 -07:00
Kamron Batman
11227391d3
Fixes configurations ( #130 )
2020-05-03 23:52:16 -07:00
Kamron Batman
dad8a64fad
Adds Argon2 for password protection ( #123 )
2020-05-01 22:42:39 -07:00
Kamron Batman
60ee5eadd2
Adds testing ( #118 )
2020-04-27 19:27:05 -07:00