Christian Semmler
|
c9db98c4c3
|
Fix writing/reading of game state (#834)
* Fix writing/reading of game state
* Match existing state serialization functions
|
2024-04-21 15:42:08 +02:00 |
|
Nathan M Gilbert
|
d07d7edc81
|
Implement methods to load dta files. (#673)
* Implement methods to load dta files.
* fix style issues
* fix vtables
* fix more style issues
* fix ddtor names
* Remove explicit padding, add annotations, asserts
* Use List template
* trigger CI
* Fix class refactor
* Match code, fix annotations
* Fix
* 98% match
* Fix
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-03-16 01:43:45 +01:00 |
|
Christian Semmler
|
bcdddd4c7e
|
Pad all single-digit hexadecimal values with zero (#504)
* Pad all single-digit hexadecimal values with zero
* One more fix
|
2024-01-29 22:17:17 +01:00 |
|
Nathan M Gilbert
|
2bebc09da3
|
Implement misc.lib (#483)
* Implement misc.lib
* Lowercase files
* Minor changes
* Fix file cases
* Fixes
* Fix missing dtor
* Add override
* Match LegoImage::Read
* Fix delete call
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-24 18:12:57 +01:00 |
|
Christian Semmler
|
c47206617d
|
Reorganize sources and files (#414)
* Reorganize sources
* Refactor
* Remove relative paths
* Renames
* Fix gitignore
* Remove stuff
* Try fixing format script
* Fix format
* Fix format
* Fix naming script
* Test format
* Fix format
|
2024-01-08 10:58:49 +01:00 |
|