Pieter-Jan Briers and GitHub
a41f64f30e
sandboxing ( #1408 )
2020-11-26 23:37:31 +01:00
b8e5b47e7a
Use 'new' expression in places where the type is evident for the engine ( #1415 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-11-26 00:16:55 +01:00
DrSmugleaf and GitHub
8dc78cdfec
Add YAML serialization for nullable primitive types ( #1299 )
...
* Add YAML serialization for nullable primitive types
* Add tests and fix null serialization
* Merge primitive and nullable primitive checks
* Fix null primitive serialization test
* This kills the analyzer
2020-10-03 15:29:27 +02:00
DrSmugleaf and GitHub
9a809040a8
Add HashSet YAML serialization ( #1291 )
...
* Add HashSet YAML serialization
* consider this
* Revert "consider this"
This reverts commit f542f2c0bf .
* you think you are so funny c#
* Remove reflection call, fix equals and add tests
* Make this code slightly less bad
* Fix hashset equality and add test
2020-10-02 14:52:26 +02:00
Pieter-Jan Briers
482c8e1317
Fix ISelfSerialize serialization.
2020-09-07 10:55:40 +02:00
7bfd5eb72e
Add NetSerializer dictionary test ( #1214 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-08-14 23:55:07 +02:00
DrSmugleaf and GitHub
5c10050f9e
Add NetSerializer HashSet test ( #1213 )
2020-08-14 23:27:17 +02:00
Pieter-Jan Briers
53288ffd2b
YamlObjectSerializer.IsSerializedEqual now handles dictionaries.
2020-07-31 01:44:56 +02:00
Pieter-Jan Briers
6a62b618dc
More NetSerializer unit tests.
2020-07-30 15:06:45 +02:00
Pieter-Jan Briers and GitHub
3648f43f5c
Include NetSerializer as a submodule, add List<T> serializer. ( #1195 )
...
* Include NetSerializer as a submodule.
* NetSerializer list serializer.
* Update Actions workflows to handle the new submodule.
* Whoops
2020-07-28 18:56:20 -07:00
Pieter-Jan Briers
a3d250a5c4
Allow YamlObjectSerializer to read/write immutable interface collections.
2020-07-26 01:35:43 +02:00
Pieter-Jan Briers
aaa09881cb
Enable NRTs for unit tests.
2020-06-12 17:11:32 +02:00
ComicIronic and GitHub
c9157c8b57
Adds custom YAML serializer for ints in terms of named constants ( #1088 )
...
Works similar to the flag serializer, except it allows for magic numbers
to be given names in the YAML.
2020-05-30 12:07:19 +02:00
ComicIronic and GitHub
5ebd8a4221
Add system for using flag names in YAML ( #1047 )
2020-05-24 22:43:30 +02:00
Pieter-Jan Briers
fd8e68091e
Fix implementation, add tests.
2020-03-25 21:34:30 +01:00
Silver and GitHub
25926a17b7
Renames SS14.* to Robust.* ( #793 )
...
RobustToolbox projects should be named Robust.*
This PR changes the RobustToolbox projects from SS14.* to Robust.*
Updates SS14.* prefixes/namespaces to Robust.*
Updates SpaceStation14.sln to RobustToolbox.sln
Updates MSBUILD/SS14.* to MSBUILD/Robust.*
Updates CSProject and MSBuild references for the above
Updates git_helper.py
Removes Runserver and Runclient as they are unusable
2019-04-15 20:24:59 -06:00