Kamron Batman
2fb660040b
fix: Cleans up namespaces ( #1069 )
2022-06-15 19:52:23 -07:00
Kamron Batman
6e69d25e33
fix: Fixes structured logging ( #1043 )
...
- [X] Fixes various bugs in logging.
2022-06-05 01:00:22 -07:00
Pedro Pardal
3a619e0103
feat(logging): Adds support for Serilog ( #573 )
...
Example:
```cs
public class SomeClass
{
private static ILogger _logger;
private static Logger => _logger ??= LogFactory.GetLogger(typeof(SomeClass));
...
}
```
2021-04-19 23:43:54 -07:00
Kamron Batman
8006fa20df
fix(core): Fixes errors from missing files ( #511 )
2021-02-14 18:30:53 -08:00
Kamron Batman
07751654b7
fix(core): Moves map definitions and cleans up loading maps, regions, and tiles ( #431 )
...
- [X] Moves map definitions to a `map-definitions.json` file.
- [X] Creates a TileMatrixLoader.
- [X] Moves tile matrix and multi data configurations closer to their classes.
2021-01-25 11:05:52 -08:00
Kamron Batman
e869c105d0
fix(core): Fixes type caching & cleanup ( #422 )
...
- [X] Fixes some issues with the type caching
- [X] Changes type check default to ignore case
- [X] Splits out type caching of insensitive and sensitive lists. This means less stuff to iterate through when checking a type against the string.
- [X] Adds an ArrayEnumerator, mostly for reference purposes (copy/paste as needed)
2021-01-20 00:10:33 -08:00
Kamron Batman
e9c1e4cbba
Fixes dupe exception ( #258 )
...
- [X] Cleans up ActivatorUtil
- [X] Fixes dupe exception
- [X] Fixes a bug in BasePotion
- [X] Fixes a few possible memory leaks
Bumps release version
2020-09-19 15:46:07 -07:00
Kamron Batman
741e8d8300
Cleanup/Housekeeping ( #242 )
2020-09-12 15:31:21 -07:00
Kamron Batman
dad5997c85
Fixes copyright headers and live template ( #216 )
2020-09-03 01:47:20 -07:00
Kamron Batman
86b7b3aed1
Fixes formatting ( #200 )
2020-08-25 18:53:35 -07:00
Kamron Batman
010fd9402a
Code cleanup ( #188 )
2020-08-01 08:40:06 -07:00
Kamron Batman
1246a135f7
Updates Data to JSON ( #159 )
2020-06-19 13:53:18 -07:00
Kamron Batman
390f30e706
Convert Regions/Spawns to JSON ( #138 )
2020-05-26 00:34:29 -07:00