metaforce/Runtime/World
Lioncash ed125031f3 CFluidUVMotion: Collapse separate resize and assignment into a constructor call
We can pre-size and insert the elements all at the same time.
2020-04-16 21:11:31 -04:00
..
CActor.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CActor.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CActorModelParticles.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CActorModelParticles.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CActorParameters.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CAi.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CAi.hpp CFlyingPirate: Method definitions & CFlyingPirateRagDoll constructor 2020-03-18 01:18:48 -04:00
CAiFuncMap.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CAiFuncMap.hpp CAiFuncMap: Remove unused static std::vector 2019-09-08 18:08:10 -04:00
CAmbientAI.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CAmbientAI.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CAnimationParameters.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CDamageInfo.cpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CDamageInfo.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CDamageVulnerability.cpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CDamageVulnerability.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CDestroyableRock.cpp More CThardus imps, add reference CTevPass imps 2020-02-29 17:11:41 -08:00
CDestroyableRock.hpp More work on CThardus 2020-01-05 20:24:54 -08:00
CEffect.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CEffect.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CEnergyDrainSource.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CEnergyDrainSource.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CEntity.cpp Fix CMemoryCardSys 2020-04-15 04:27:06 -07:00
CEntity.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CEntityInfo.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CEnvFxManager.cpp CEnvFxManager: Remove mutable keywords where applicable 2020-04-10 13:22:22 -04:00
CEnvFxManager.hpp CEnvFxManager: Remove mutable keywords where applicable 2020-04-10 13:22:22 -04:00
CExplosion.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CExplosion.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CFire.cpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CFire.hpp CFire: Return std::nullopt in GetTouchBounds() 2020-04-12 08:46:23 -04:00
CFishCloud.cpp Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
CFishCloud.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CFishCloudModifier.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CFishCloudModifier.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CFluidPlane.cpp CFluidPlane: Make use of std::array where applicable 2020-04-12 12:17:12 -04:00
CFluidPlane.hpp Merge pull request #310 from lioncash/table 2020-04-14 02:09:19 -04:00
CFluidPlaneCPU.cpp CFluidPlane: Make use of std::array where applicable 2020-04-12 12:17:12 -04:00
CFluidPlaneCPU.hpp Merge pull request #310 from lioncash/table 2020-04-14 02:09:19 -04:00
CFluidPlaneDoor.cpp CFluidPlane: Make use of std::array where applicable 2020-04-12 12:17:12 -04:00
CFluidPlaneDoor.hpp CFluidPlane: Make Render() non-const 2020-04-06 02:18:14 -04:00
CFluidPlaneGPU.cpp CFluidPlane: Make use of std::array where applicable 2020-04-12 12:17:12 -04:00
CFluidPlaneGPU.hpp CFluidPlane: Make use of std::array where applicable 2020-04-12 12:17:12 -04:00
CFluidPlaneManager.cpp CFluidPlaneManager: Make use of std::array where applicable 2020-04-12 09:09:18 -04:00
CFluidPlaneManager.hpp CFluidPlaneManager: Make use of std::array where applicable 2020-04-12 09:09:18 -04:00
CFluidUVMotion.cpp CFluidUVMotion: Collapse separate resize and assignment into a constructor call 2020-04-16 21:11:31 -04:00
CFluidUVMotion.hpp CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CGameArea.cpp CGameArea: Make use of std::array where applicable 2020-04-12 11:36:19 -04:00
CGameArea.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CGameLight.cpp CGameLight: Add parameter names to function prototypes 2020-04-06 08:46:38 -04:00
CGameLight.hpp CGameLight: Add parameter names to function prototypes 2020-04-06 08:46:38 -04:00
CGrappleParameters.hpp New code style refactor 2018-12-07 19:30:43 -10:00
CHUDBillboardEffect.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CHUDBillboardEffect.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CHUDMemoParms.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CHealthInfo.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CHealthInfo.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CIceImpact.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CIceImpact.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CKnockBackController.cpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CKnockBackController.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CLightParameters.hpp Implement CScriptSpecialFunction::ThinkAreaDamage, and more CThardus 2019-11-24 07:32:45 -08:00
CMakeLists.txt Initial CSteeringBehaviors imps 2018-11-14 11:23:34 -08:00
CMorphBall.cpp CMorphBall: Eliminate hardcoded sizes 2020-04-13 14:10:52 -04:00
CMorphBall.hpp CRandom16: Make constructor explicit 2020-04-11 16:15:05 -04:00
CMorphBallShadow.cpp CModelBoo: Remove usages of const_cast 2020-03-25 02:01:46 -04:00
CMorphBallShadow.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CPathFindArea.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CPathFindArea.hpp CPathFindArea: Amend bitset size 2020-03-25 04:15:55 -04:00
CPathFindRegion.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CPathFindRegion.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CPathFindSearch.cpp CPathFindSearch: Remove use of mutable on m_viz 2020-04-09 21:50:01 -04:00
CPathFindSearch.hpp CPathFindSearch: Initialize xcc_result in constructor 2020-04-13 16:29:12 -04:00
CPathFindSpline.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CPatterned.cpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CPatterned.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CPatternedInfo.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CPatternedInfo.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CPhysicsActor.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CPhysicsActor.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CPlayer.cpp Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
CPlayer.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CPlayerCameraBob.cpp CPlayerCameraBob: Make use of std::array where applicable 2020-03-09 20:33:37 -04:00
CPlayerCameraBob.hpp CPlayerCameraBob: Make static non-const member variables private 2020-03-09 20:55:12 -04:00
CPlayerEnergyDrain.cpp CPlayerEnergyDrain: Collapse loop into std::accumulate 2020-04-02 03:45:07 -04:00
CPlayerEnergyDrain.hpp CPlayerEnergyDrain: Make constructor explicit 2020-03-12 10:01:31 -04:00
CProjectedShadow.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CProjectedShadow.hpp More CRidley imps 2019-11-12 12:25:21 -08:00
CRepulsor.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CRepulsor.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CRipple.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CRipple.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CRippleManager.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CRippleManager.hpp CRippleManager: Rename Ripples() to GetRipples() 2020-03-25 04:22:34 -04:00
CScannableParameters.hpp CScannableParameters: Mark CScannableParameters as constexpr 2020-03-27 20:07:33 -04:00
CScriptActor.cpp CScript*: Return std::nullopt in GetTouchBounds() 2020-02-01 01:06:43 -05:00
CScriptActor.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptActorKeyframe.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptActorKeyframe.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptActorRotate.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptActorRotate.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptAiJumpPoint.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptAiJumpPoint.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptAreaAttributes.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptAreaAttributes.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptBallTrigger.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptBallTrigger.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptBeam.cpp Fix infinite loop in CObjectList, and add an assert to detect invalid assignments 2020-03-07 09:14:07 -08:00
CScriptBeam.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraBlurKeyframe.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptCameraBlurKeyframe.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraFilterKeyframe.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptCameraFilterKeyframe.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraHint.cpp CEntity: Rename ConnectionList() to GetConnectionList() 2020-03-24 21:29:44 -04:00
CScriptCameraHint.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraHintTrigger.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptCameraHintTrigger.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptCameraPitchVolume.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptCameraPitchVolume.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptCameraShaker.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptCameraShaker.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraWaypoint.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptCameraWaypoint.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptColorModulate.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptColorModulate.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptControllerAction.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptControllerAction.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptCounter.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptCounter.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCoverPoint.cpp CScriptCoverPoint: Fix GetAttackDirection 2020-04-11 02:02:28 -04:00
CScriptCoverPoint.hpp CScriptCoverPoint: Fix GetAttackDirection return value 2020-04-11 02:09:58 -04:00
CScriptDamageableTrigger.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptDamageableTrigger.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptDebris.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptDebris.hpp CScriptDebris: Make use of std::array 2020-04-12 21:07:17 -04:00
CScriptDebugCameraWaypoint.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptDebugCameraWaypoint.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptDistanceFog.cpp Fix `CScriptDistanceFog::AcceptScriptMessage` 2020-03-08 23:18:57 -07:00
CScriptDistanceFog.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptDock.cpp CScriptDock: Get rid of variable shadowing 2020-04-12 15:29:53 -04:00
CScriptDock.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptDockAreaChange.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptDockAreaChange.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptDoor.cpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptDoor.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptEMPulse.cpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptEMPulse.hpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptEffect.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptEffect.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptGenerator.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptGenerator.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptGrapplePoint.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptGrapplePoint.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptGunTurret.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CScriptGunTurret.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptHUDMemo.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptHUDMemo.hpp Add missing includes pt.2 2020-03-26 03:14:03 -04:00
CScriptMazeNode.cpp CScriptMazeNode: Make use of std::array where applicable 2020-04-12 15:23:28 -04:00
CScriptMazeNode.hpp CScriptMazeNode: Make use of std::array where applicable 2020-04-12 15:23:28 -04:00
CScriptMemoryRelay.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptMemoryRelay.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptMidi.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptMidi.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPickup.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptPickup.hpp CScriptPickup: Initialize x274_tractorTime in constructor 2020-04-13 16:31:28 -04:00
CScriptPickupGenerator.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CScriptPickupGenerator.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPlatform.cpp CScriptPlatform: Simplify IsRider() 2020-04-12 15:11:24 -04:00
CScriptPlatform.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptPlayerActor.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptPlayerActor.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptPlayerHint.cpp CScriptPlayerHint: Make use of std::any_of/std::find_if where applicable 2020-04-12 14:00:34 -04:00
CScriptPlayerHint.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPlayerStateChange.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptPlayerStateChange.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPointOfInterest.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptPointOfInterest.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptRandomRelay.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptRandomRelay.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRelay.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptRelay.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRipple.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptRipple.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRoomAcoustics.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptRoomAcoustics.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptShadowProjector.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptShadowProjector.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptSound.cpp CScriptSound: Mark kSolidFilter as constexpr 2020-04-12 11:56:37 -04:00
CScriptSound.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptSpawnPoint.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptSpawnPoint.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptSpecialFunction.cpp CScriptSpecialFunction: Make use of std::array where applicable 2020-04-12 11:58:08 -04:00
CScriptSpecialFunction.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptSpiderBallAttractionSurface.cpp CScript*: Return std::nullopt in GetTouchBounds() 2020-02-01 01:06:43 -05:00
CScriptSpiderBallAttractionSurface.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptSpiderBallWaypoint.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptSpiderBallWaypoint.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptSpindleCamera.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptSpindleCamera.hpp CScriptSpindleCamera: Initialize x33c_24_inResetThink in constructor 2020-04-13 16:32:41 -04:00
CScriptSteam.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptSteam.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptStreamedMusic.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CScriptStreamedMusic.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptSwitch.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptSwitch.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptTargetingPoint.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptTargetingPoint.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptTimer.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptTimer.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptTrigger.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptTrigger.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptVisorFlare.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptVisorFlare.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptVisorGoo.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptVisorGoo.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptWater.cpp CScriptWater: Mark SolidFilter as constexpr 2020-04-12 11:59:08 -04:00
CScriptWater.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptWaypoint.cpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptWaypoint.hpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptWorldTeleporter.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScriptWorldTeleporter.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CSnakeWeedSwarm.cpp CModel: Mark CModelFlag instances as constexpr where applicable 2020-04-11 16:56:13 -04:00
CSnakeWeedSwarm.hpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CStateMachine.cpp Comment out printfs entirely 2020-04-14 22:14:27 -04:00
CStateMachine.hpp CStateMachine: Initialize data members where applicable 2020-04-13 16:34:18 -04:00
CTeamAiMgr.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CTeamAiMgr.hpp CTeamAiMgr: Initialize x90_timeSinceMelee and x90_timeSinceRanged to 0.0f in constructor 2020-03-24 05:19:05 -04:00
CTeamAiTypes.hpp New code style refactor 2018-12-07 19:30:43 -10:00
CVisorFlare.cpp Comment out printfs entirely 2020-04-14 22:14:27 -04:00
CVisorFlare.hpp CVisorFlare: Pass flares by value and use std::move 2020-03-26 00:32:49 -04:00
CVisorParameters.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CWallCrawlerSwarm.cpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CWallCrawlerSwarm.hpp Initial PAL/JP/Trilogy imps, various cleanup 2020-04-15 22:26:14 -07:00
CWallWalker.cpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CWallWalker.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CWorld.cpp CDummyWorld: Fix IGetAreaId 2020-04-14 21:15:38 -04:00
CWorld.hpp CWorld: Add missing override specifier 2020-04-14 16:17:26 -04:00
CWorldLight.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CWorldLight.hpp CWorldLight: Explicitly default copy assignment, move assignment and move constructor 2020-04-07 07:19:50 -04:00
CWorldShadow.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CWorldShadow.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CWorldTransManager.cpp CWorldTransManager: Mark lightPos as constexpr in UpdateLights() 2020-04-07 07:23:14 -04:00
CWorldTransManager.hpp CWorldTransManager: Convert one missed array over to std::array 2020-04-11 19:55:23 -04:00
IGameArea.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
IGameArea.hpp IGameArea: Amend formatting of EChain 2020-03-30 00:47:29 -04:00
ScriptLoader.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
ScriptLoader.hpp CPatterned/ScriptLoader: Convert function typedefs to using aliases 2020-03-26 03:09:56 -04:00
ScriptObjectSupport.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
ScriptObjectSupport.hpp Various fixes and minor code cleanup, issue warning when attempting to load an unimplemented object 2019-01-31 12:44:05 -08:00