prime/asm/MetroidPrime/ScriptObjects
Henrique Gemignani Passos Lima c4ee46df58
More progress in CScriptStreamedAudio
2023-01-06 14:30:08 +02:00
..
CEnergyBall.s CNewIntroBoss progress 2022-10-30 15:47:50 -04:00
CFire.s CPatterned & related headers; almost match CPuffer 2022-10-28 17:43:22 -04:00
CFishCloud.s Add CGunWeapon 2022-11-25 22:24:38 +02:00
CHUDBillboardEffect.s Add nearly matched CHUDBillboardEffect 2022-11-11 02:26:17 +02:00
CRepulsor.s Match and link CRepulsor 2022-10-21 15:52:22 +03:00
CScriptActor.s Add CScriptActor 2022-11-04 01:25:39 -04:00
CScriptActorKeyframe.s Add almost matched CScriptActorKeyframe 2022-11-11 01:23:57 +02:00
CScriptActorRotate.s Improve CScriptActorRotate 2023-01-05 17:30:36 +02:00
CScriptAiJumpPoint.s Match and link CScriptAiJumpPoint 2022-10-21 19:00:19 +03:00
CScriptAreaAttributes.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptBallTrigger.s Match, but don't link CScriptBallTrigger 2022-11-05 01:46:13 +02:00
CScriptBeam.s Match and link CScriptBeam 2022-11-01 01:46:20 +02:00
CScriptCameraBlurKeyframe.s Match and link CScriptCameraBlurKeyframe 2022-10-17 20:43:21 +03:00
CScriptCameraFilterKeyframe.s Match and link CScriptCameraFilterKeyframe 2022-11-03 14:48:51 +02:00
CScriptCameraHint.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptCameraHintTrigger.s Match and link CScriptCameraHintTrigger 2022-10-21 19:23:06 +03:00
CScriptCameraPitchVolume.s Match and link CScriptCameraPitchVolume 2022-11-04 00:36:16 +02:00
CScriptCameraShaker.s Match and link CScriptCameraShaker 2022-11-03 14:29:47 +02:00
CScriptCameraWaypoint.s Add almost matching CScriptCameraWaypoint 2022-10-21 19:43:34 +03:00
CScriptColorModulate.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptControllerAction.s Match and link CScriptControllerAction 2022-12-08 14:05:14 -08:00
CScriptCounter.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptCoverPoint.s Add CScriptCoverPoint 2022-11-08 02:40:58 +02:00
CScriptDamageableTrigger.s Add CActorParameters 2022-11-04 01:54:33 +02:00
CScriptDebris.s CPatterned & related headers; almost match CPuffer 2022-10-28 17:43:22 -04:00
CScriptDebugCameraWaypoint.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptDistanceFog.s Add almost matching CScriptDistanceFog 2022-10-21 17:38:36 +03:00
CScriptDock.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptDockAreaChange.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptDoor.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptEMPulse.s Add CScriptEMPulse 2022-11-14 02:10:00 +02:00
CScriptEffect.s Add CWeapon.cpp 2022-10-26 22:57:38 -07:00
CScriptGenerator.s Add CScriptGenerator 2022-11-30 23:26:00 +02:00
CScriptGrapplePoint.s Match and link CScriptGrapplePoint 2022-10-17 21:28:33 +03:00
CScriptGunTurret.s Add CIOWinManager 2022-12-01 21:06:35 +02:00
CScriptHUDMemo.s Match and link CScriptHUDMemo 2022-10-20 02:08:22 +03:00
CScriptMazeNode.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptMemoryRelay.s Rename CSaveWorld to CWorldSaveGameInfo, minor fixes 2022-10-26 21:40:49 -07:00
CScriptMidi.s Add CScriptMidi 2022-10-22 00:40:29 +03:00
CScriptPickup.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptPickupGenerator.s Add CScriptPickupGenerator 2022-11-29 19:17:12 +02:00
CScriptPlatform.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptPlayerActor.s Add CScriptActor 2022-11-04 01:25:39 -04:00
CScriptPlayerHint.s Match and link CScriptPlayerHint 2022-11-04 00:05:21 +02:00
CScriptPlayerStateChange.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptPointOfInterest.s Match and link CScriptPointOfInterest 2022-10-21 17:52:45 +03:00
CScriptProjectedShadow.s Add CScriptShadowProjector 2022-11-08 17:42:10 +02:00
CScriptRandomRelay.s Add CScriptRandomRelay 2022-11-09 02:12:27 +02:00
CScriptRelay.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptRipple.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptRoomAcoustics.s Match and link CScriptRoomAcoustics 2022-11-04 16:58:34 +02:00
CScriptSound.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptSpawnPoint.s Add CScriptSpawnPoint 2022-10-17 22:19:07 +03:00
CScriptSpecialFunction.s Improve rstl::__insertion_sort, use in CScriptSpecialFunction 2022-11-27 15:23:54 +02:00
CScriptSpiderBallAttractionSurface.s Almost match CScriptSpiderBallAttractionSurface 2022-10-21 18:13:34 +03:00
CScriptSpiderBallWaypoint.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptSpindleCamera.s Fix GetSortingBounds symbol; various fixes 2022-09-29 20:24:12 -04:00
CScriptSteam.s Add CScriptSteam 2022-10-21 15:01:25 +03:00
CScriptStreamedAudio.s More progress in CScriptStreamedAudio 2023-01-06 14:30:08 +02:00
CScriptSwitch.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptTargetingPoint.s Match and link CScriptTargetingPoint 2022-10-17 21:17:46 +03:00
CScriptTimer.s Match and link CScriptTimer 2022-10-18 18:17:17 +03:00
CScriptTrigger.s Add CScriptTrigger 2022-10-20 19:33:06 +03:00
CScriptVisorFlare.s Add CScriptVisorFlare and CVisorFlare 2022-10-23 16:44:06 +03:00
CScriptVisorGoo.s Add CScriptVisorGoo 2022-11-22 23:11:50 +02:00
CScriptWater.s Change CEntity::SetActive argument to uchar 2022-10-17 18:59:36 +03:00
CScriptWaypoint.s Match and link CScriptWaypoint 2022-11-04 17:17:11 +02:00
CScriptWorldTeleporter.s Match remaining CScriptWorldTeleporter constructor 2022-11-16 13:19:24 -08:00