Commit graph

278 commits

Author SHA1 Message Date
Kamron Batman
5d51e97c52
Updates Argon2 to use Spans/Stackalloc (#140) 2020-05-24 18:45:30 -07:00
Kamron Batman
2770ab1d50
Removes libdrng (rdrand) (#139) 2020-05-24 10:47:47 -07:00
Kamron Batman
739e77a973
Cleans up some pragmas (#136) 2020-05-14 01:52:42 -07:00
Kamron Batman
8ec166bcd0
Adds assemblies config, fixes crash bugs. (#134) 2020-05-09 12:55:56 -07:00
Kamron Batman
0140eb73b4
Hotfixes bad IL image 2020-05-08 21:24:40 -07:00
Kamron Batman
8278694105
Adds more unit tests (#133) 2020-05-08 20:32:59 -07:00
Kamron Batman
e5d25559e9
Cleans up publishing/building 2020-05-06 21:05:43 -07:00
Kamron Batman
2347533b9c
Bring ZLib in locally. (#132) 2020-05-06 20:07:28 -07:00
Kamron Batman
b7c422e4ce
Cleanup (#131) 2020-05-04 15:16:27 -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
cf8620d558
Fixes configurations. (#128) 2020-05-03 12:03:24 -07:00
Kamron Batman
f336a56364
Adds settings (#126) 2020-05-02 23:41:30 -07:00
Kamron Batman
8028a85ffe
Fixes copyright headers 2020-05-02 18:12:20 -07:00
Kamron Batman
c7daf97f5e
Removes console log 2020-05-02 17:32:57 -07:00
Kamron Batman
5b01754e3e
Adds configuration system. (#125) 2020-05-02 16:44:05 -07:00
Kamron Batman
2b4a6e1de1
Adds SHA512 support for ServUO (#124) 2020-05-02 00:32:00 -07:00
Kamron Batman
dad8a64fad
Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
Kamron Batman
29467a3ed9
Adds PBKDF2 protection for account passwords. (#122) 2020-04-30 02:33:14 -07:00
Kamron Batman
1ee6830637
Streamlines the try/catches (#120) 2020-04-28 18:11:21 -07:00
Kamron Batman
ee2db826ef
Changes default website for GuildChargerGump 2020-04-27 19:32:55 -07:00
Kamron Batman
60ee5eadd2
Adds testing (#118) 2020-04-27 19:27:05 -07:00
Kamron Batman
63bf71ea47
Fixes disconnect, and publishing to windows. (#114) 2020-04-26 01:43:53 -07:00
Kamron Batman
556a17aba8
Adds style cop (#109) 2020-04-26 00:16:02 -07:00
Kamron Batman
3e715bcb60
Fixes gumps (#112) 2020-04-25 11:09:12 -07:00
Kamron Batman
c116dff3e8
Adds missing gump components. (#111) 2020-04-24 21:31:31 -07:00
Kamron Batman
18b7cee52a
Adds picinpic (#110) 2020-04-23 23:20:33 -07:00
Kamron Batman
e4037d2541
Fixes readmes and adds some convenience scripts (#107) 2020-04-13 01:54:37 -07:00
Leath Cooper
ec829316c9
Basic event scheduler (#83) 2020-04-13 00:17:39 -07:00
Kamron Batman
bc50bea867
Fixes cast errors (#106) 2020-04-13 00:11:35 -07:00
Kamron Batman
55fb749f17
Moves modernuo.json 2020-04-12 23:16:32 -07:00
Kamron Batman
be0c33bc8a
Updates teleporter generator (#105) 2020-04-12 23:04:44 -07:00
Andrew Fryer
141ec11330
Updated [GenTel command to use a JSON file (#98) 2020-04-12 21:51:32 -07:00
Kamron Batman
9ba0cfcc59
Updates location command (#104) 2020-04-12 21:49:24 -07:00
Andrew Fryer
5fcd3b7505
Adds a new [location command for easy display of target XYZ (#97) 2020-04-12 21:35:03 -07:00
Kamron Batman
038c3be258
Adds BufferReader and BufferWriter. Updates UOP handling. (#101) 2020-04-12 21:33:24 -07:00
Kamron Batman
2c0d97cd36
Switches to Kestrel (#102) 2020-04-12 20:57:48 -07:00
Kamron Batman
70fddfebde
Fixes InRange error (#100) 2020-04-11 12:42:26 -07:00
Kamron Batman
5b5bfeb4b0
Adds EJ (#99) 2020-04-10 14:41:39 -07:00
Reetus
4f75cd9251
PropertiesGump only check prop.CanWrite if type is value type. (#96) 2020-02-21 20:37:22 -08:00
Reetus
63ad4087b1
Add ConstructibleAttribute to types missing it that had it in RunUO (#94) 2020-02-21 20:34:40 -08:00
Andrew Fryer
f8f372ccb9
fixes TypeCache lookup speed and errors (#95) 2020-02-21 20:07:11 -08:00
Andrew Fryer
e97d2cb131
Container searching fixed and optimized (#88) 2020-02-20 09:45:55 -08:00
Andrew Fryer
005e97eb22
Fixes [dupe for items with optional param constructors (#93) 2020-02-20 02:09:59 -08:00
Reetus
11cac69eba
Spawner wouldn't spawn Types with optional parameters in ctor due to parameter length check (#92) 2020-02-20 02:08:01 -08:00
Andrew Fryer
717e192cf7
fixes [decorate and adds timestamp to world save (#87) 2020-02-19 17:37:12 -08:00
Reetus
d7f0227268
Fix nullref exception in Notoriety, MobileNotoriety was being called with null master causing server crash,,, (#91) 2020-02-19 10:12:10 -08:00
Andrew Fryer
9fd8150131
fixes uint to ushort truncation issue for Amount (#89) 2020-02-18 08:10:57 -08:00
Reetus
c5c8d8657c
Restore Gump.AddTextEntry overload without size parameter as sending GumpTextEntryLimited with size = 0 makes it unusable in standard client. (#90) 2020-02-18 08:08:44 -08:00
Kamron Batman
27e8d823bd
Fixes packet length & PropertyList (#82) 2020-01-21 21:00:56 -08:00