Commit Graph

9 Commits

Author SHA1 Message Date
066d3bc7f9 Add global aliases for Immutable collections
x) Refactor logging endpoints to use more concise method names
x) Implement implicit conversion for Value struct
x) Add direct callback functionality to log events
2024-06-21 23:36:53 -07:00
193067bf5c Fix nullability issues in Log.cs and Imm.cs
- Updated Log.cs to handle nullable object types
  - Modified LogEvent class to accept nullable object types
  - Adjusted methods in log class to use nullable object types where necessary
  - Initialized s_thread variable with Thread.CurrentThread

- Updated MemorySourceText and MemoryRefResolver classes in Script.cs
  - Implemented overrides for SourceText properties and methods in MemorySourceText class
  - Refactored MemoryRefResolver class to handle nullability correctly
2024-05-26 19:49:45 -07:00
4e59ae0331 Add nullable annotations and update class constructors. Improve XML deserialization handling. 2024-05-26 18:47:11 -07:00
8879e98229 Whitespace changes 2024-04-30 12:18:33 -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
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