Anonymous Maarten
|
2915aa014f
|
Use sizeof(type) instead of sizeof(variableName) when (de)serializing data (#1505)
* Use sizeof(type) instead of sizeof(variableName) when (de)serializing data
* Less usage of sizeof(variableName) while (de)serializing
|
2025-05-18 22:56:28 +02:00 |
|
MS
|
93815ca545
|
Refactor surrounding MxDSChunk utility functions (#1313)
|
2025-01-06 13:20:47 -07:00 |
|
Christian Semmler
|
5b19d7953a
|
Refactor MxStreamList based lists (#1260)
* Refactor stream lists
* Fix naming
* Fix header inclusion
* Fix annotations
* Move function definitions to header
* Remove mxstreamprovider.cpp
* Naming
|
2024-12-23 16:32:16 +01:00 |
|
MS
|
276ad8d735
|
MxDSBuffer::ParseChunk to 100% (#1257)
* MxDSBuffer::ParseChunk to 100%
* Restore SUCCESS tests
|
2024-12-21 20:03:12 -07:00 |
|
Christian Semmler
|
9a05edd0a7
|
Implement/match LegoLoopingAnimPresenter (#924)
|
2024-05-15 20:34:36 +02:00 |
|
MS
|
ce134e79ef
|
Use reference on MxDSObject Deserialize calls (#767)
|
2024-04-03 12:06:53 -04:00 |
|
Christian Semmler
|
8069923651
|
Refactor files based on beta debug build (#645)
* Rename LegoUnkSaveDataWriter -> LegoCharacterManager
* Refactor mxomni into mxomni/mxmisc
* Refactor legoomni into legoomni/misc
* Resolve deps
* Refactor atom
* Refactor mxutil
* Refactor mxio
* Rename/relocate files
* Fix format
|
2024-03-09 21:07:52 +01:00 |
|
Christian Semmler
|
1d189b013d
|
Rename MxDSSubscriber functions (#573)
|
2024-02-17 16:35:10 +01:00 |
|
Misha
|
f50b771fff
|
begin implementation of InfoCenter class (#444)
* Push changes
* fixes
* Implement Infocenter::HandleEndAction
* match Infocenter::StopCutScene
* implement Infocenter::HandleKeyPress
* fixes
* Update infocenter.cpp
* Update legoworld.cpp
* use enums
* WIP Fixes
* Fix
* Fix
* Fix
* Rename function
* Change enum
* Update enums
* Refactor another enum
* Refactor MxDSType
* Refactor HashTableOpt
* Fixes
* Refactor tickle enum
* Update other enums
* Add EnumConstantName to ncc
* Move enum to global namespace
* Rename enum
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-17 17:53:53 +01:00 |
|
Christian Semmler
|
091ecd5935
|
Move some classes to LegoOmni (#417)
|
2024-01-08 12:45:07 +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 |
|