isle-portable/LEGO1
Mark Langen 55299229c2
LegoBuildingManager Round 2 (#890)
* LegoBuildingManager Round 2

* 100% match most of the remaining methods, only
  Tickle and FUN_10030630 remain.

* The interesting finding is that the curious
  members of the LegoBuildingManager form a short
  embedded fixed-length array used to store info
  about current animation of buildings.

* I saw that you removed the SetY which I had
  added to MxMatrix. Agree that this method
  doesn't make sense on MxMatrix, however I've
  added it back to Matrix4. I see the pattern of
  setting / getting the Y component used in enough
  places that I doubt they were just hoping they
  remembered the subscript correctly every time.
  Let me know if you agree or still don't think it
  makes sense to include.

* Formatting

* Order

* Satisfy name checker

* Add beta annotations and adjust style/naming

* Make function STUB

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-05-09 15:57:38 +02:00
..
lego LegoBuildingManager Round 2 (#890) 2024-05-09 15:57:38 +02:00
modeldb Implement/match LegoAnimPresenter::ParseExtra (#848) 2024-04-25 16:00:58 +02:00
mxdirectx Implement/match LegoModelPresenter::CreateROI (#591) 2024-02-24 17:48:16 +01:00
mxgeometry Implement/match LegoAnimPresenter::FUN_1006afc0 (#843) 2024-04-24 14:24:59 +02:00
mxstl Refactor LegoContainer (#587) 2024-02-23 16:06:16 +01:00
omni Tweak MxOmni::Destroy and add more beta annotations (#887) 2024-05-07 13:00:16 -04:00
realtime Refactor Matrix4::ToQuaternion() (#879) 2024-05-03 14:08:58 -04:00
res Support building isle with modern MSVC + msys2 (#421) 2024-01-10 23:34:32 +01:00
tgl Implement/match LegoCharacterManager::FUN_10085870 (#764) 2024-04-02 14:04:17 +02:00
viewmanager Implement PathActor VTable0x80 and PathActorStruct FUN_1009a140 (#781) 2024-04-07 14:03:21 +02:00
define.cpp Implement/match LegoAnimPresenter::ParseExtra (#848) 2024-04-25 16:00:58 +02:00
define.h Implement/match LegoAnimPresenter::ParseExtra (#848) 2024-04-25 16:00:58 +02:00
LegoOmni.def Spinoff some sources to static libraries (#484) 2024-01-24 21:16:29 -05:00
LegoOmni.mingw.def cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
library_msvc.h Finish LegoVariables class (#698) 2024-03-19 19:44:42 +01:00
library_smack.h Add library symbols for flic and smack (#461) 2024-01-19 23:11:51 +01:00
main.cpp Spinoff some sources to static libraries (#484) 2024-01-24 21:16:29 -05:00