penev92
|
0d24ccc47a
|
Fixed unnecessary zero-length array allocations
Changed all currently present zero-length array allocations in the codebase to use `Array.Empty` instead.
|
2022-01-20 22:10:28 +01:00 |
|
Andre Mohren
|
6810469634
|
Updated copyright years.
|
2021-06-29 18:33:21 -05:00 |
|
teinarss
|
10676be377
|
Replace F extension with string interpolation
|
2021-05-08 22:20:59 +02:00 |
|
teinarss
|
8b0a3ea680
|
Remove our own impl of ReadOnlyList and update usages
|
2021-04-03 11:33:31 +02:00 |
|
Andre Mohren
|
3f510b6d93
|
Make ISpriteLoader aware of the source file name.
|
2021-03-27 17:36:59 +01:00 |
|
teinarss
|
4a1e4f3e16
|
Use expression body syntax
|
2021-03-07 13:00:52 +00:00 |
|
Paul Chote
|
f51603e440
|
Add ShpRemastered sprite loader.
|
2021-01-16 23:16:34 +01:00 |
|
Paul Chote
|
f341c9a8a6
|
Add TGA and DDS sprite loaders.
|
2021-01-16 23:16:34 +01:00 |
|