Commit Graph
21 Commits
Author SHA1 Message Date
DrSmugleafandGitHub d8b50044a2 Add (de)serialization for immutable lists (#1549) 2021-02-16 20:04:28 +01:00
Pieter-Jan Briers 4dc396e73d Fixes warning in TypePropertySerialization_Test.cs 2021-02-16 09:20:06 +01:00
DrSmugleafandGitHub e0c63e7ce6 Add SerializedType attribute to specify the id used in !type tags (#1545)
* Add SerializedType attribute to serialize types without the !type tag

* Fix nulls in tests

* Fix null in tests maybe

* Return to type tags

* Fix imports
2021-02-11 13:50:55 -08:00
AcruidandGitHub 2183cd7ca1 Massive Namespace Cleanup (#1544)
* Removed the Interfaces folder.
* All objects inside the GameObjects subfolders are now in the GameObjects namespace.
* Added a Resharper DotSettings file to mark the GameObjects subfolders as not providing namespaces.
* Simplified Robust.client.Graphics namespace.
* Automated remove redundant using statements.
2021-02-10 23:27:19 -08:00
DrSmugleafandGitHub 5af7e60043 Add KeyValuePair YAML serialization (#1538) 2021-02-08 21:49:08 +01:00
Pieter-Jan BriersandGitHub 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
DrSmugleafandGitHub 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
DrSmugleafandGitHub 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
DrSmugleafandGitHub 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 BriersandGitHub 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
ComicIronicandGitHub 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
ComicIronicandGitHub 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
SilverandGitHub 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