Leon Friedrich
fffe3c56e9
Fix enum serialization ( #4208 )
2023-07-30 20:17:22 +10:00
Pieter-Jan Briers
84733a335c
Prototype load parallelization ( #3502 )
2022-12-20 22:46:30 +01:00
Paul Ritter
be8147a722
serv4 ( #3527 )
...
Co-authored-by: Paul <ritter.paul1@gmail.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com >
2022-11-27 19:23:58 +01:00
Pieter-Jan Briers
1646297039
Remove most static IoCManager. accesses from engine. ( #3466 )
...
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-11-15 22:00:28 +11:00
DrSmugleaf
1ed9796700
Add DataRecordAttribute to turn a whole record into a data definition ( #3207 )
...
Co-authored-by: Paul <ritter.paul1@googlemail.com >
2022-09-01 01:13:43 +02:00
Paul Ritter
45cb04f928
makes all serv3 null checks use the proper logic ( #3128 )
2022-08-27 21:37:38 +02:00
Paul Ritter
bbabee3949
fixes struct instantiation ( #3129 )
2022-08-14 01:34:51 +02:00
Paul Ritter
6f557ac821
cleans up copy and removes ipopulatedefaultvalues ( #3085 )
...
Co-authored-by: Paul <ritter.paul1@gmail.com >
2022-08-13 23:12:04 +02:00
Paul Ritter
1d4eec4855
make serv3 null reading sane and yaml-complaint ( #3027 )
2022-07-06 14:17:10 +10:00
Paul Ritter
8491f7be24
New Serv3 api just dropped ( #2605 )
...
Co-authored-by: Paul Ritter <ritter.paul1@gmail.com >
2022-04-03 01:59:48 +02:00
Javier Guardia Fernández
dbba440f7e
Fix deserializing null structs ( #2138 )
...
* Fix deserializing null structs
* Fix deserializing for not nullable structs
* Add tests
2021-10-16 15:38:06 +02:00
Javier Guardia Fernández
0cbff8dee1
Change serialization reading to only do type checks once per type ( #2018 )
...
* Change serialization reading to only do type checks once per type
* Optimize for sealed types in arrays
* Oops the context
* Fix ISelfSerialize node type and null values
* Add int read test
* Remove nullability from constructor and property of DeserializedValue
* Add clearing readers to serialization shutdown
* Fix struct populate default values
Remove some notnull constraints
* Replace robust gen with normal il generator
2021-09-13 18:14:52 +02:00