Kamron Batman
4e799ddbd7
Adds back in old benchmarks. Cleans up tests. ( #270 )
2020-10-04 11:45:07 -07:00
Kamron Batman
12e935e4f4
Adds property sorting for json output ( #266 )
2020-09-26 22:38:50 -07:00
Kamron Batman
ddc58ec707
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
2020-09-26 18:22:23 -07:00
Kamron Batman
93cf40ec81
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
2020-09-20 14:56:46 -07:00
Kamron Batman
13e2693b59
Cleans up comments for localization ( #260 )
2020-09-20 12:48:10 -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
a236617ad9
Some cleanup of contains keys and try get values ( #246 )
2020-09-13 20:20:44 -07:00
Kamron Batman
741e8d8300
Cleanup/Housekeeping ( #242 )
2020-09-12 15:31:21 -07:00
Kamron Batman
7dbfa086bc
Cleanup and adds configuration for crashguard ( #240 )
2020-09-12 01:57:07 -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
c3d2740983
Fixes bug with configurations ( #236 )
...
- [X] Changes brace style to enforced
- [X] Fixes null source with assemblies.json
- [X] Fixes bad path for missing json files
Bumps release version
2020-09-10 23:38:06 -07:00
deccer
96465c8530
Little code cleanups for just Main ( #235 )
2020-09-10 22:46:15 -07:00
Jabin
a784b715f7
expand buffer until large enough for input bytes ( #233 )
...
Fixes an argument out of range error with buffered writing.
Bumps release
2020-09-07 10:23:01 -07:00
Kamron Batman
6df1098e06
Fixes building with VS2019 ( #230 )
...
Fixes building with VS2019. Now use F6 to build, then F5 to debug.
bumps release
2020-09-06 13:58:58 -07:00
Kamron Batman
1f1e0595e1
Fixes regions implicit z level ( #226 )
...
Fixes regions implicit z level
Bumps release
2020-09-05 14:17:20 -07:00
Kamron Batman
e8fe3852cd
Fixes email configurations ( #225 )
...
Fixes email configuration and bumps release
2020-09-04 22:42:15 -07:00
Kamron Batman
81a6143291
Fixes Add Menu Command & Reading JSON files ( #222 )
2020-09-04 00:19:35 -07:00
Kamron Batman
dad5997c85
Fixes copyright headers and live template ( #216 )
2020-09-03 01:47:20 -07:00
Kamron Batman
192cf70d20
Adds gitversioning for releases ( #209 )
2020-09-02 17:50:57 -07:00
Kamron Batman
133a1c4b56
Renames buffer writer to fix any conflicts ( #204 )
2020-08-30 20:28:35 -07:00
Kamron Batman
c4e7f47ada
Adds support for nullable structs ( #203 )
2020-08-29 18:47:00 -07:00
Kamron Batman
ad3775c4d7
Formats UO Content ( #201 )
2020-08-27 18:30:38 -07:00
Kamron Batman
86b7b3aed1
Fixes formatting ( #200 )
2020-08-25 18:53:35 -07:00
Kamron Batman
1f651992d7
Updates formatting rules ( #199 )
2020-08-25 18:00:51 -07:00
Kamron Batman
8caf5a422f
Updates rest of the random list ( #197 )
2020-08-22 00:23:51 -07:00
Kamron Batman
4403d6c1c7
Creates random element extension ( #196 )
2020-08-21 19:50:36 -07:00
Kamron Batman
0926b5abaa
Code cleanup ( #195 )
2020-08-16 21:46:54 -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
010fd9402a
Code cleanup ( #188 )
2020-08-01 08:40:06 -07:00
Kamron Batman
21b02a7508
Fixes vendor packets ( #184 )
2020-07-25 21:55:07 -07:00
Kamron Batman
ff3a28ab84
Fixes RNG ( #181 )
2020-07-25 15:57:32 -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
f868c34678
Adds listening sockets to the configuration file ( #172 )
2020-07-03 20:45:37 -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
0ccf541d6d
Bumps version ( #148 )
2020-05-26 20:40:20 -07:00