isle/LEGO1
Misha ceb5339369
Infocenter vtable (#387)
* implement parts of legoworld/infocenter

* Update infocenter.cpp

* Update infocenter.cpp

* Update infocenter.cpp

* Update infocenter.cpp

* Update infocenter.cpp

* Match LegoWorld::Tickle

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-12-29 19:04:18 +01:00
..
mxstl Refactor utility/decomp headers (#318) 2023-12-11 16:33:46 -05:00
realtime Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
tgl Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
viewmanager Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
act1state.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
act1state.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act2brick.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
act2brick.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act2policestation.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
act2policestation.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act3.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
act3.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act3actor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act3shark.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
act3shark.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
act3state.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
act3state.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
ambulance.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
ambulance.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
ambulancemissionstate.cpp AmbulanceMissionState/AnimState constructors (#337) 2023-12-16 09:11:10 -05:00
ambulancemissionstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
animstate.cpp AmbulanceMissionState/AnimState constructors (#337) 2023-12-16 09:11:10 -05:00
animstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
beachhouseentity.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
beachhouseentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
bike.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
bike.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
buildingentity.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
buildingentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
bumpbouy.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
bumpbouy.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
carrace.cpp CarRace ctor (#372) 2023-12-27 19:27:02 +01:00
carrace.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
carracestate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
define.cpp Finish LegoEntityPresenter (#363) 2023-12-26 23:42:29 +01:00
define.h Finish LegoEntityPresenter (#363) 2023-12-26 23:42:29 +01:00
dllmain.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
doors.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
dunebuggy.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
dunebuggy.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
elevatorbottom.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
elevatorbottom.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
extra.h LegoActionControlPresenter functions (#295) 2023-11-21 11:35:03 +01:00
gasstation.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
gasstation.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
gasstationentity.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
gasstationentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
gasstationstate.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
gasstationstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
gifmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
gifmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
helicopter.cpp Implement Helicopter subclass (#336) 2023-12-21 16:59:26 +01:00
helicopter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
helicopterstate.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
helicopterstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
historybook.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
historybook.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
hospital.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
hospital.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
hospitalentity.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
hospitalentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
hospitalstate.cpp HospitalState ctor (#375) 2023-12-27 19:36:32 +01:00
hospitalstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
infocenter.cpp Infocenter vtable (#387) 2023-12-29 19:04:18 +01:00
infocenter.h Infocenter vtable (#387) 2023-12-29 19:04:18 +01:00
infocenterdoor.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
infocenterdoor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
infocenterentity.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
infocenterentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
infocenterstate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
infocenterstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
isle.cpp Decomp linter warning for offset reuse (#342) 2023-12-17 17:45:33 -05:00
isle.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
isleactor.cpp 🍕 (#79) 2023-08-03 09:54:08 -07:00
isleactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
islepathactor.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
islepathactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jetski.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
jetski.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jetskirace.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
jetskirace.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jetskiracestate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jukebox.cpp jukebox ctor (#356) 2023-12-24 15:16:07 +01:00
jukebox.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jukeboxentity.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
jukeboxentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
jukeboxstate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
jukeboxstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
lego3dmanager.cpp Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
lego3dmanager.h Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
lego3dview.cpp Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
lego3dview.h Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
lego3dwavepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoact2.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
legoact2state.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
legoact2state.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoactioncontrolpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legoactioncontrolpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoactor.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legoactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoactorpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoanimactor.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
legoanimactor.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
legoanimationmanager.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legoanimationmanager.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoanimmmpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legoanimmmpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoanimpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legoanimpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legobackgroundcolor.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legobackgroundcolor.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legobuildingmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legobuildingmanager.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocachesound.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legocachesound.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocameracontroller.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legocameracontroller.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocarbuild.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legocarbuild.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocarbuildanimpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legocarbuildanimpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocarraceactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legocontrolmanager.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legocontrolmanager.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoentity.cpp Finish LegoEntityPresenter (#363) 2023-12-26 23:42:29 +01:00
legoentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoentitypresenter.cpp LegoWorldPresenter vtables (#366) 2023-12-27 01:45:48 +01:00
legoentitypresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoeventnotificationparam.cpp MxQueue and parts of LegoInputManager (#268) 2023-11-07 09:30:26 +01:00
legoeventnotificationparam.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legoextraactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoflctexturepresenter.cpp LegoFlcTexturePresenter init function (#373) 2023-12-27 19:30:16 +01:00
legoflctexturepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legofullscreenmovie.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legofullscreenmovie.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legogamestate.cpp Decomp linter warning for offset reuse (#342) 2023-12-17 17:45:33 -05:00
legogamestate.h Additional isle functions (#335) 2023-12-16 00:11:34 +01:00
legohideanimpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legohideanimpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoinputmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legoinputmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legojetski.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
legojetski.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legojetskiraceactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoloadcachesoundpresenter.cpp LegoLoadCacheSoundPresenter ctor, dtor, init, destroy (#360) 2023-12-25 23:46:15 +01:00
legoloadcachesoundpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legolocomotionanimpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legolocomotionanimpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoloopinganimpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legometerpresenter.cpp (clang-format) Insert newline at end of file (#247) 2023-10-25 11:51:59 -07:00
legometerpresenter.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legomodelpresenter.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legomodelpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legonavcontroller.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legonavcontroller.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoobjectfactory.cpp Add most of LegoObjectFactory (#365) 2023-12-26 18:10:28 -05:00
legoobjectfactory.h Add most of LegoObjectFactory (#365) 2023-12-26 18:10:28 -05:00
legoomni.cpp Implement InvokeAction (#386) 2023-12-29 16:22:18 +01:00
legoomni.h Implement InvokeAction (#386) 2023-12-29 16:22:18 +01:00
legopalettepresenter.cpp Finish LegoPalettePresenter (#377) 2023-12-27 21:44:51 +01:00
legopalettepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legopartpresenter.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legopartpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legopathactor.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legopathactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legopathboundary.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
legopathcontroller.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legopathcontroller.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legopathcontrollerlist.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
legopathpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legopathpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legophonemepresenter.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legophonemepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoplantmanager.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legoplantmanager.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legorace.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legorace.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoraceactor.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legoracecar.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
legoroi.cpp Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legoroi.h Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
legosoundmanager.cpp Create MxSoundManager in LegoSoundManager for now 2023-12-25 13:34:13 -05:00
legosoundmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legostate.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legostate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legostream.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legostream.h Disable warning 4237 2023-12-15 23:09:34 +01:00
legotexturepresenter.cpp Bootstrap rest of LegoTexturePresenter (#374) 2023-12-27 19:32:32 +01:00
legotexturepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
legounksavedatawriter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
legounksavedatawriter.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
legoutil.cpp Implement InvokeAction (#386) 2023-12-29 16:22:18 +01:00
legoutil.h Implement InvokeAction (#386) 2023-12-29 16:22:18 +01:00
legovehiclebuildstate.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legovehiclebuildstate.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
legovideomanager.cpp implement LegoWorldPresenter::StartingTickle (#378) 2023-12-27 16:05:21 -05:00
legovideomanager.h Implement a few LegoVideoManager/MxDisplaySurface functions (#364) 2023-12-26 23:20:20 +01:00
legoworld.cpp Infocenter vtable (#387) 2023-12-29 19:04:18 +01:00
legoworld.h Infocenter vtable (#387) 2023-12-29 19:04:18 +01:00
legoworldlist.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
legoworldpresenter.cpp implement LegoWorldPresenter::StartingTickle (#378) 2023-12-27 16:05:21 -05:00
legoworldpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
library_msvc.h Fix new/delete symbol reference (#384) 2023-12-28 18:02:02 -05:00
motorcycle.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
motorcycle.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxactionnotificationparam.cpp Implement a few legoomni/mxomni functions (#339) 2023-12-16 19:14:01 +01:00
mxactionnotificationparam.h Implement a few legoomni/mxomni functions (#339) 2023-12-16 19:14:01 +01:00
mxatomid.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxatomid.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxatomidcounter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxatomidcounter.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxaudiomanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxaudiomanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxaudiopresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxaudiopresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxautolocker.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxautolocker.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxbackgroundaudiomanager.cpp Implement a few legoomni/mxomni functions (#339) 2023-12-16 19:14:01 +01:00
mxbackgroundaudiomanager.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxbitmap.cpp Refactor MxBitmap inline functions, match ImportBitmap 2023-12-25 21:58:39 -05:00
mxbitmap.h Refactor MxBitmap inline functions, match ImportBitmap 2023-12-25 21:58:39 -05:00
mxcollection.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxcompositemediapresenter.cpp Implement/match rest of MxCompositeMediaPresenter (#331) 2023-12-16 16:59:01 +01:00
mxcompositemediapresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxcompositepresenter.cpp Implement/match rest of MxCompositePresenter (#320) 2023-12-13 12:59:22 +01:00
mxcompositepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxcontrolpresenter.cpp Bootstrap MxControlPresenter (#332) 2023-12-15 17:41:07 +01:00
mxcontrolpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxcore.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxcore.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxcriticalsection.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxcriticalsection.h Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxdirect3d.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxdirect3d.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxdirectdraw.cpp Use relocation table with reccmp (#327) 2023-12-13 17:30:34 -05:00
mxdirectdraw.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxdiskstreamcontroller.cpp Implement/match MxDiskStreamController destructor (#379) 2023-12-28 17:19:40 +01:00
mxdiskstreamcontroller.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxdiskstreamprovider.cpp Implement/match MxDiskStreamProvider destructor (#381) 2023-12-28 17:46:12 +01:00
mxdiskstreamprovider.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxdisplaysurface.cpp Implement a few LegoVideoManager/MxDisplaySurface functions (#364) 2023-12-26 23:20:20 +01:00
mxdisplaysurface.h Implement a few LegoVideoManager/MxDisplaySurface functions (#364) 2023-12-26 23:20:20 +01:00
mxdsaction.cpp implement MxDSBuffer object creation (#340) 2023-12-17 18:24:39 +01:00
mxdsaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsactionlist.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxdsanim.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsanim.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsbuffer.cpp Implement chunk parsing (#362) 2023-12-26 22:27:54 +01:00
mxdsbuffer.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdschunk.cpp Implement chunk parsing (#362) 2023-12-26 22:27:54 +01:00
mxdschunk.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsevent.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsevent.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsfile.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxdsfile.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsmediaaction.cpp Hotfix GetString missing pointer indirection 2023-12-25 15:22:20 -05:00
mxdsmediaaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsmultiaction.cpp Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxdsmultiaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsobject.cpp Hotfix GetString missing pointer indirection 2023-12-25 15:22:20 -05:00
mxdsobject.h implement MxDSBuffer object creation (#340) 2023-12-17 18:24:39 +01:00
mxdsobjectaction.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsobjectaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsparallelaction.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsparallelaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsselectaction.cpp Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxdsselectaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsserialaction.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsserialaction.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdssound.cpp implement MxDSBuffer object creation (#340) 2023-12-17 18:24:39 +01:00
mxdssound.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdssource.cpp Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxdssource.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsstill.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxdsstill.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdsstreamingaction.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxdsstreamingaction.h Implement chunk parsing (#362) 2023-12-26 22:27:54 +01:00
mxdssubscriber.cpp Implement chunk parsing (#362) 2023-12-26 22:27:54 +01:00
mxdssubscriber.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxdstypes.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
mxentity.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxeventmanager.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxeventmanager.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxeventpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxeventpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxflcpresenter.cpp Replace magic values with proper flag clearing 2023-12-22 13:57:23 -05:00
mxflcpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxhashtable.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxioinfo.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxioinfo.h MXIOINFO code style (#297) 2023-11-22 02:54:08 -05:00
mxlist.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxloopingflcpresenter.cpp MxLoopingFlcPresenter::Destroy (#382) 2023-12-28 19:55:03 +01:00
mxloopingflcpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxloopingmidipresenter.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
mxloopingmidipresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxloopingsmkpresenter.cpp Implement/match MxLoopingSmkPresenter (#351) 2023-12-22 20:05:42 +01:00
mxloopingsmkpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxmediamanager.cpp Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxmediamanager.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxmediapresenter.cpp Bootstrap MxDSSubscriber (#352) 2023-12-23 14:40:39 +01:00
mxmediapresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxmidipresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxmidipresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxmusicmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxmusicmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxmusicpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxmusicpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxnextactiondatastart.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxnotificationmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxnotificationmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxnotificationparam.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxnotificationparam.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxobjectfactory.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxobjectfactory.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxomni.cpp Implement a few legoomni/mxomni functions (#339) 2023-12-16 19:14:01 +01:00
mxomni.h Implement a few legoomni/mxomni functions (#339) 2023-12-16 19:14:01 +01:00
mxomnicreateflags.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxomnicreateflags.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxomnicreateparam.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxomnicreateparam.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxpalette.cpp Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxpalette.h implement EnableFullScreenMovie and FUN_100ba640 (#346) 2023-12-21 16:44:54 +01:00
mxparam.cpp implement EndAction (#196) 2023-10-10 13:05:04 -04:00
mxparam.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
mxpoint32.h Implement/match rest of MxSmkPresenter (#345) 2023-12-21 16:52:42 +01:00
mxpresenter.cpp Finish LegoEntityPresenter (#363) 2023-12-26 23:42:29 +01:00
mxpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxpresenterlist.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxqueue.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxramstreamcontroller.cpp Implement/match MxDiskStreamController destructor (#379) 2023-12-28 17:19:40 +01:00
mxramstreamcontroller.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxramstreamprovider.cpp More MxDiskStreamController functions (#350) 2023-12-22 20:03:55 +01:00
mxramstreamprovider.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxrect32.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxrectlist.h Fix a few annotations 2023-12-25 19:42:40 -05:00
mxregion.cpp Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxregion.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxregioncursor.cpp Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxregioncursor.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxregionlist.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxrendersettings.cpp Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
mxrendersettings.h Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
mxscheduler.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxscheduler.h Introduce clang-format (#240) 2023-10-25 01:38:27 +02:00
mxsemaphore.cpp Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxsemaphore.h Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxsize32.h Implement/match rest of MxSmkPresenter (#345) 2023-12-21 16:52:42 +01:00
mxsmack.cpp Finish implementation of MxSmack (#349) 2023-12-22 07:26:54 -05:00
mxsmack.h Finish implementation of MxSmack (#349) 2023-12-22 07:26:54 -05:00
mxsmkpresenter.cpp Implement/match MxLoopingSmkPresenter (#351) 2023-12-22 20:05:42 +01:00
mxsmkpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxsoundmanager.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxsoundmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxsoundpresenter.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
mxsoundpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxstillpresenter.cpp Implement/match rest of MxSmkPresenter (#345) 2023-12-21 16:52:42 +01:00
mxstillpresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxstreamchunk.cpp Implement chunk parsing (#362) 2023-12-26 22:27:54 +01:00
mxstreamchunk.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
mxstreamchunklist.h Refactor MxPtrList to use p_ownership (#344) 2023-12-21 02:09:05 +01:00
mxstreamcontroller.cpp Implement/match MxDiskStreamController destructor (#379) 2023-12-28 17:19:40 +01:00
mxstreamcontroller.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxstreamer.cpp Implement/match MxStreamer::DeleteObject (#370) 2023-12-27 03:17:20 +01:00
mxstreamer.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxstreamlist.cpp Implement/match MxStreamController::FUN_100c20d0 (#369) 2023-12-27 02:54:17 +01:00
mxstreamlist.h Implement/match MxStreamController::FUN_100c20d0 (#369) 2023-12-27 02:54:17 +01:00
mxstreamprovider.cpp Add MxStreamController::~MxStreamController (#355) 2023-12-24 14:52:26 +01:00
mxstreamprovider.h Add and fix some annotations 2023-12-28 11:56:54 -05:00
mxstring.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxstring.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxstringlist.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxthread.cpp Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxthread.h Finish MxDiskStreamController methods (#359) 2023-12-25 19:32:01 +01:00
mxticklemanager.cpp Improve MxTickleManager::Tickle code gneeration 2023-12-24 11:48:40 -05:00
mxticklemanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxtimer.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxtimer.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxtransitionmanager.cpp Implement/match rest of MxSmkPresenter (#345) 2023-12-21 16:52:42 +01:00
mxtransitionmanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxtype17notificationparam.cpp (clang-format) Insert newline at end of file (#247) 2023-10-25 11:51:59 -07:00
mxtype17notificationparam.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxtype18notificationparam.h Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
mxtype19notificationparam.h Implement Helicopter (#329) 2023-12-14 17:50:29 +01:00
mxtypes.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxunknown100dbdbc.cpp Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
mxunknown100dbdbc.h Implement Lego3DManager (#380) 2023-12-28 18:38:37 +01:00
mxvariable.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvariable.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvariabletable.cpp (Discussion/Proposals) Consistency regarding annotations of header-implemented functions (#316) 2023-12-12 20:27:17 +01:00
mxvariabletable.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideomanager.cpp Implement/match rest of MxSmkPresenter (#345) 2023-12-21 16:52:42 +01:00
mxvideomanager.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideoparam.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideoparam.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideoparamflags.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideoparamflags.h (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxvideopresenter.cpp Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxvideopresenter.h Implement/match MxRegionCursor class (#385) 2023-12-29 05:37:21 +01:00
mxwavepresenter.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
mxwavepresenter.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
pizza.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
pizza.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
pizzamissionstate.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
pizzamissionstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
pizzeria.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
pizzeria.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
pizzeriastate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
pizzeriastate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
police.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
police.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
policeentity.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
policeentity.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
policestate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
policestate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
racecar.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
racecar.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
racestandsentity.cpp Class layout for LEGO1 classes (#43) 2023-06-29 01:10:08 -07:00
racestandsentity.h (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
racestate.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
racestate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
radio.cpp Isle & Radio constructors (#330) 2023-12-15 00:24:21 +01:00
radio.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
radiostate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
radiostate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
registrationbook.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
registrationbook.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
score.cpp fix incorrect location of functions (#341) 2023-12-17 18:28:11 +01:00
score.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
scorestate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
scorestate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
skateboard.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
skateboard.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
towtrack.cpp (Proposal) Introduction of naming convention checker (ncc) (#322) 2023-12-13 11:48:14 +01:00
towtrack.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00
towtrackmissionstate.cpp (Proposal) Adjustments to "decomp" language (#308) 2023-12-06 13:10:45 +01:00
towtrackmissionstate.h Improve handling of variables for decomp parser (#376) 2023-12-27 15:59:42 -05:00