Commit Graph

167 Commits

Author SHA1 Message Date
a27140700c x) Add TODO
x) Add various attributes to control specific things
x) Remove some unused logs
x) Pass MethodInfo through almost everything
x) Add DeserializeInto which keeps existing objects around
x) Add Properties to things.  Off by default
x) Add various filtering code
2023-12-05 22:48:35 -08:00
d6a9cb42cf Various imm stuff 2023-12-02 14:30:52 -08:00
c8b29e0c0c Initial Import 2023-11-20 23:59:39 -08:00
4bf15aa0e3 Merge remote-tracking branch 'origin/mh/dev' into mh/dev 2023-11-19 14:30:02 -08:00
aa0bbc3b2d x) Move some stuff around.
x) Make an immutable and non-immutable FSM
2023-11-19 14:29:53 -08:00
d2dc2f9c75 Add Timed to my immutable helpers 2023-11-12 21:14:04 -08:00
c95a809bfd Add Versioned, Recorded and FSM 2023-11-11 14:51:40 -08:00
ef746d69ba Add my default .gitattributes 2023-11-06 17:10:30 -08:00
f4a3410e89 x) Fix xml to grab from actual value if v= doesnt exist 2023-11-05 07:58:57 -08:00
5a6f1220e6 x) Properly handle types on polymorphic arrays 2023-11-05 04:33:48 -08:00
7143022c54 x) Missing () on a complex statement 2023-11-04 13:36:02 -07:00
9a74f8ca15 x) fix file separators 2023-11-04 12:32:23 -07:00
c26348afb2 Potential TODO to spit out commented classes and enums for design 2023-10-19 18:46:06 -07:00
67343c07c5 Add net6.0 and net7.0 2023-09-29 16:17:39 -07:00
a6212a1484 More Fn changes 2022-11-04 21:49:51 -07:00
efe517abea x) Implement SizeOf
x) And clamp and PerlinToContinent
x) Optimize loaded scripts as Release
2022-10-04 09:34:23 -07:00
82ab55c672 Add math fns 2022-10-01 02:42:44 -07:00
543f634e68 Fix script proper file handling 2022-09-28 22:14:14 -07:00
26b8b2c949 Reprocess files that get an IOException 2022-09-28 19:41:22 -07:00
f14a95e957 Scriping and logging work 2022-09-27 23:06:04 -07:00
be5e5d5bc4 Small fixers 2022-09-04 20:17:40 -07:00
4a845d002e Update 2022-07-01 16:19:43 -07:00
Marc Hernandez
115ab629dc Changes 2022-02-26 21:30:00 -08:00
Marc Hernandez
e7f284052e Whitespace changes 2021-06-22 14:01:14 -07:00
Marc Hernandez
3b71cc49e6 Move Distrubuted stuff into my libs 2021-06-19 18:25:45 -07:00
Marc Hernandez
2acdb68828 Whitespace fixes 2021-06-19 12:17:28 -07:00
1f495bfd0e x) Fix multiple attempts to fill in the type cache 2021-06-19 12:16:42 -07:00
add6423b24 Properly add value to array 2021-06-19 12:16:42 -07:00
c4f1dd5edb x) Thread my logger. It now doesnt impact the main threads 2021-06-19 12:16:42 -07:00
065ec3b237 x) Catch more generic IO issues
x) Add a default filename of <unknown> for default created resources
2021-06-19 12:15:16 -07:00
7560e6bf56 Adding arithmetic codec 2021-06-19 12:14:10 -07:00
Marc Hernandez
2844950af3 Updates to SharpLib 2021-06-17 01:48:02 -07:00
26716c6648 Connection changes. 2020-05-17 17:37:51 -07:00
e93c7fee4c Share some code 2020-05-09 15:51:10 -07:00
6e2e40dee3 Moving some files around 2019-12-08 00:16:21 -08:00
afd97b1522 Logging polish 2019-12-07 23:40:20 -08:00
24cbb17615 Finish adding the high log type (something more important than info, but not a warning either).
Add file/line/member to log messages.
Add Auto Category to logs using the last dir in their path.  This will entail moving some files around to get better categories.
2019-12-07 18:32:44 -08:00
992c442393 Minor changes 2019-10-04 09:58:41 -07:00
507987b50f Proper names for log categories. 2019-09-25 21:21:16 -07:00
6acbcfc21b Unifying library versions 2019-09-24 22:32:32 -07:00
30f3aa983b Reformat files 2019-07-12 01:02:29 -07:00
dd21ff0023 Add a new id class 2019-07-11 20:45:18 -07:00
4d9181e6ad Add the ability to write out trees vs full graphs. 2019-07-11 15:01:55 -07:00
0e98d66d06 Various fixes 2019-07-07 18:02:45 -07:00
4c02eaea75 Add property logging 2019-07-04 12:51:51 -07:00
c5f35e58d9 Write out unfound config files as templates so you can hack around with them later. 2019-07-04 07:19:37 -07:00
1947de8a84 Formatter
Added a feature where single field classes can just put their data into the classes v (value) attribute.
2019-07-04 06:18:41 -07:00
98db61a4a5 Resource Manager
Major resource manager changes.  Things now properly lazy load.  There code for deferred loading, but its not currently active
2019-07-04 06:17:37 -07:00
d9a6e8215c Allow external processing of objects in my connection system. 2019-06-30 17:18:01 -07:00
880b23db4c Make logging more like all other logging frameworks 2019-06-26 18:03:00 -07:00