isle-portable/LEGO1/lego/legoomni/include
2024-05-18 03:42:21 +02:00
..
actions add actions forward decl header (#699) 2024-03-19 15:54:13 -04:00
act1state.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
act2actor.h Enable some multiple-inheritance vtables (#821) 2024-04-19 16:23:36 -04:00
act2brick.h Implement/match LegoExtraActor::VTable0x94 (#759) 2024-03-30 12:18:15 -04:00
act2policestation.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
act3.h InfoCenterEntity::VTable0x50 implementation (#725) 2024-03-29 19:09:53 +01:00
act3actor.h Enable some multiple-inheritance vtables (#821) 2024-04-19 16:23:36 -04:00
act3shark.h Enable some multiple-inheritance vtables (#821) 2024-04-19 16:23:36 -04:00
act3state.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
ambulance.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
ambulancemissionstate.h Score class cleanup (#855) 2024-04-26 16:58:42 +02:00
animstate.h Implement/match LegoAnimationManager::ModelExists (#894) 2024-05-09 21:53:13 +02:00
beachhouseentity.h Most entities with VTable0x50 function overrides (#752) 2024-03-29 19:11:48 +01:00
bike.h Implement/match Isle::HandleTransitionEnd (#683) 2024-03-17 18:01:47 +01:00
buildingentity.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
bumpbouy.h Enable some multiple-inheritance vtables (#821) 2024-04-19 16:23:36 -04:00
carrace.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
carracestate.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
caveentity.h Add JetSkiRace vtable and CaveEntity classes from LegoObjectFactory (#553) 2024-02-11 00:44:00 +01:00
doors.h Implement/match LegoExtraActor::VTable0x94 (#759) 2024-03-30 12:18:15 -04:00
dunebuggy.h Implement/match Isle::HandleTransitionEnd (#683) 2024-03-17 18:01:47 +01:00
elevatorbottom.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
extra.h begin implementation of InfoCenter class (#444) 2024-01-17 17:53:53 +01:00
gasstation.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
gasstationentity.h Most entities with VTable0x50 function overrides (#752) 2024-03-29 19:11:48 +01:00
gasstationstate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
helicopter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
helicopterstate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
historybook.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
hospital.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
hospitalentity.h implement/match HospitalEntity::VTable0x50() (#738) 2024-03-27 12:12:20 -04:00
hospitalstate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
infocenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
infocenterdoor.h slight style tweaks to legogamestate and related members (#666) 2024-03-13 13:17:20 -04:00
infocenterentity.h InfoCenterEntity::VTable0x50 implementation (#725) 2024-03-29 19:09:53 +01:00
infocenterstate.h Rename _countof to sizeOfArray (#921) 2024-05-14 16:35:22 +02:00
isle.h InfoCenterEntity::VTable0x50 implementation (#725) 2024-03-29 19:09:53 +01:00
isleactor.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
islepathactor.h Implement/match LegoPathController::FUN_10045c20 and LegoPathController ctor (#903) 2024-05-11 15:32:11 +02:00
jailentity.h Add JailEntity class (#630) 2024-03-05 16:05:38 -05:00
jetski.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
jetskirace.h Add JetSkiRace vtable and CaveEntity classes from LegoObjectFactory (#553) 2024-02-11 00:44:00 +01:00
jetskiracestate.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
jukebox.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
jukeboxentity.h add actions forward decl header (#699) 2024-03-19 15:54:13 -04:00
jukeboxstate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
lego3dwavepresenter.h LegoCacheSound and related STL (#560) 2024-02-14 00:34:14 +01:00
legoact2.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoact2state.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
legoactioncontrolpresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoactor.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoactorpresenter.h implement various LegoWorldPresenter functions (#621) 2024-03-03 20:34:55 -05:00
legoanimactor.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoanimationmanager.h Implement/match FUN_1003ef00 and related (#931) 2024-05-18 03:42:21 +02:00
legoanimmmpresenter.h Implement LegoAnimationManager::FUN_10061010 (#888) 2024-05-07 21:59:46 +02:00
legoanimpresenter.h Implement/match LegoLoopingAnimPresenter (#924) 2024-05-15 20:34:36 +02:00
legobackgroundcolor.h Implement/match LegoBackgroundColor::SetLightColor and related (#758) 2024-03-29 21:50:00 +01:00
legobuildingmanager.h LegoBuildingManager Round 2 (#890) 2024-05-09 15:57:38 +02:00
legocachesoundlist.h Refactor files based on beta debug build (#645) 2024-03-09 21:07:52 +01:00
legocachesoundmanager.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legocachsound.h LegoBuildingManager Round 2 (#890) 2024-05-09 15:57:38 +02:00
legocameracontroller.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legocarbuild.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legocarbuildanimpresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legocarraceactor.h Implement LegoPathActor::Vtable0x6c (#810) 2024-04-17 12:34:21 +02:00
legocharactermanager.h Match LegoOmni::Destroy and related (#917) 2024-05-14 14:13:27 +02:00
legocharacters.h Rename LegoCharacterData to LegoCharacterInfo (#867) 2024-04-28 15:04:27 +02:00
legocontrolmanager.h Implement more infocenter methods (#519) 2024-02-02 22:32:50 +01:00
legoendanimnotificationparam.h Implement/match LegoAnimationManager::Notify (#875) 2024-05-01 15:00:42 +02:00
legoentity.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoentitylist.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoentitypresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoeventnotificationparam.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoextraactor.h Implement/match LegoAnimationManager::FUN_10064380 (#928) 2024-05-17 14:21:48 -04:00
legoflctexturepresenter.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
legofullscreenmovie.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
legogamestate.h Implement/match LegoAnimationManager::FUN_10062710 (#897) 2024-05-09 22:32:06 +02:00
legohideanimpresenter.h Implement/match remaining LegoHideAnimPresenter functions (#923) 2024-05-14 20:50:37 +02:00
legoinputmanager.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legojetski.h Implement LegoPathActor::Vtable0x6c (#810) 2024-04-17 12:34:21 +02:00
legojetskiraceactor.h Implement LegoPathActor::Vtable0x6c (#810) 2024-04-17 12:34:21 +02:00
legoloadcachesoundpresenter.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
legolocations.h Implement/match LegoAnimationManager::AddExtra (#901) 2024-05-10 20:07:38 +02:00
legolocomotionanimpresenter.h Implement/match LegoLocomotionAnimPresenter (#925) 2024-05-15 21:29:00 +02:00
legolodlist.h Implement/match LegoPartPresenter::Store (#643) 2024-03-09 19:03:21 +01:00
legoloopinganimpresenter.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legomain.h Refactor LegoOmni into LegoMain/Scripts (#883) 2024-05-04 14:06:32 +02:00
legometerpresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legomodelpresenter.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legonamedpart.h Implement/match LegoPartPresenter::Store (#643) 2024-03-09 19:03:21 +01:00
legonamedpartlist.h Implement/match LegoPartPresenter::Store (#643) 2024-03-09 19:03:21 +01:00
legonamedtexture.h Implement LegoTexturePresenter::Read and Store (#641) 2024-03-09 16:49:13 +01:00
legonamedtexturelist.h Implement LegoTexturePresenter::Read and Store (#641) 2024-03-09 16:49:13 +01:00
legonavcontroller.h Implement/match LegoAnimationManager::AddExtra (#901) 2024-05-10 20:07:38 +02:00
legonotify.h Implement most of LegoCameraController (#419) 2024-01-09 10:43:21 +01:00
legoobjectfactory.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legopalettepresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legopartpresenter.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legopathactor.h Implement/match LegoPathController::Tickle (#913) 2024-05-12 21:10:26 +02:00
legopathboundary.h Implement/match LegoPathBoundary ctor/dtor (#919) 2024-05-14 15:42:44 +02:00
legopathcontroller.h Match LegoOmni::Destroy and related (#917) 2024-05-14 14:13:27 +02:00
legopathcontrollerlist.h Minor style/naming fixes (#593) 2024-02-25 15:14:39 +01:00
legopathpresenter.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legopathstruct.h Implement various small LegoPathController functions (#914) 2024-05-12 21:30:34 +02:00
legophoneme.h Implement/match LegoPhonemePresenter::StartingTickle (#809) 2024-04-16 16:07:13 +02:00
legophonemelist.h Beta matching MxString (#842) 2024-04-24 12:10:51 -04:00
legophonemepresenter.h Implement/match LegoPhonemePresenter::LoadFrame & PutFrame (#812) 2024-04-17 13:26:11 +02:00
legoplantmanager.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legopointofviewcontroller.h Implement/match LegoPointOfViewController::Tickle (#667) 2024-03-13 18:46:20 +01:00
legorace.h Implement LegoWorld::Enable (#516) 2024-02-02 18:18:46 +01:00
legoraceactor.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoracecar.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legoracemap.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legoroilist.h Implement/match LegoAnimPresenter::FUN_100699e0 (#793) 2024-04-13 16:02:55 +02:00
legoroimaplist.h Implement/match LegoLocomotionAnimPresenter (#925) 2024-05-15 21:29:00 +02:00
legosoundmanager.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legostate.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
legotextureinfo.h Implement/match LegoROI/LegoLOD::GetTexture (#814) 2024-04-17 15:18:34 +02:00
legotexturepresenter.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
legotraninfo.h Implement/match LegoAnimationManager::FUN_10064b50 (#926) 2024-05-17 16:05:06 +02:00
legotraninfolist.h Imlpement/match LegoAnimMMPresenter::ParseExtra and related (#822) 2024-04-20 15:32:10 +02:00
legounknown100d5778.h LegoBuildingManager Round 2 (#890) 2024-05-09 15:57:38 +02:00
legoutils.h Implement/match FUN_1003ef00 and related (#931) 2024-05-18 03:42:21 +02:00
legovariables.h Ambulance::Create, dtor (#719) 2024-03-24 22:28:44 +01:00
legovehiclebuildstate.h Implement/match IslePathActor::SpawnPlayer (#884) 2024-05-04 16:13:05 +02:00
legovideomanager.h Match LegoVideoManager::Destroy (#918) 2024-05-14 14:36:44 +02:00
legoworld.h Implement/match LegoPathController::AddActor and RemoveActor (#915) 2024-05-13 12:46:59 +02:00
legoworldlist.h Minor style/naming fixes (#593) 2024-02-25 15:14:39 +01:00
legoworldpresenter.h Implement/match LegoPartPresenter::Read (#642) 2024-03-09 18:27:53 +01:00
misc.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
motocycle.h Implement/match Isle::HandleTransitionEnd (#683) 2024-03-17 18:01:47 +01:00
mxbackgroundaudiomanager.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
mxcompositemediapresenter.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
mxcontrolpresenter.h Implement more infocenter methods (#519) 2024-02-02 22:32:50 +01:00
mxtransitionmanager.h TransitionNone() -> NoTransition() (#659) 2024-03-11 21:23:31 -04:00
pizza.h Minor refactor SkateBoard setter in Pizza (#874) 2024-05-01 13:49:47 +02:00
pizzamissionstate.h Score class cleanup (#855) 2024-04-26 16:58:42 +02:00
pizzeria.h Implement/match Pizzeria::Create (#862) 2024-04-27 16:06:12 +02:00
pizzeriastate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
police.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
policeentity.h InfoCenterEntity::VTable0x50 implementation (#725) 2024-03-29 19:09:53 +01:00
policestate.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
racecar.h cmake+ci: run clang-tidy (#512) 2024-02-01 21:42:10 +01:00
raceskel.h Fix Annotations and LegoAnimActor class structure. (#710) 2024-03-22 21:30:58 -04:00
racestandsentity.h Most entities with VTable0x50 function overrides (#752) 2024-03-29 19:11:48 +01:00
racestate.h Score class cleanup (#855) 2024-04-26 16:58:42 +02:00
radio.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
radiostate.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
registrationbook.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
score.h (Refactor) Use more forward declarations (#881) 2024-05-03 18:19:12 +02:00
scorestate.h Fix writing/reading of game state (#834) 2024-04-21 15:42:08 +02:00
scripts.h Refactor LegoOmni into LegoMain/Scripts (#883) 2024-05-04 14:06:32 +02:00
skateboard.h Implement the rest of the SkateBoard class (#873) 2024-05-01 13:36:58 +02:00
towtrack.h Implement/match LegoAnimationManager::Notify (#875) 2024-05-01 15:00:42 +02:00
towtrackmissionstate.h Score class cleanup (#855) 2024-04-26 16:58:42 +02:00