metaforce/Runtime/World
Lioncash 14f6dd2cd8 CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset()
Same behavior, but allows for easier use of API and makes it harder to
misuse. It also makes it easier for analysis to determine out of bounds,
given we leverage std::array rather than a pointer that causes arrays to
decay and lose their size information.
2020-04-12 09:23:52 -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 RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CDamageInfo.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CDamageVulnerability.cpp CElitePirate: Start impl; create CGrenadeLauncher 2020-03-26 03:30:54 -04: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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04: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: Resolve constness related compile errors that slipped through 2020-04-06 05:31:09 -04:00
CFluidPlane.hpp CFluidPlane: Make use of HasReference() instead of operator bool 2020-04-12 08:52:23 -04:00
CFluidPlaneCPU.cpp CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CFluidPlaneCPU.hpp CFluidPlane: Make use of HasReference() instead of operator bool 2020-04-12 08:52:23 -04:00
CFluidPlaneDoor.cpp CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CFluidPlaneDoor.hpp CFluidPlane: Make Render() non-const 2020-04-06 02:18:14 -04:00
CFluidPlaneGPU.cpp CFluidPlane: Resolve constness related compile errors that slipped through 2020-04-06 05:31:09 -04:00
CFluidPlaneGPU.hpp CFluidPlane: Resolve constness related compile errors that slipped through 2020-04-06 05:31:09 -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: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CFluidUVMotion.hpp CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CGameArea.cpp Update fmtlib 2020-04-11 12:51:39 -10: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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04: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 Merge pull request #309 from lioncash/constexpr8 2020-04-12 03:06:59 -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: Remove use of mutable on m_viz 2020-04-09 21:50:01 -04:00
CPathFindSpline.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CPatterned.cpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04: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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptMazeNode.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -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 CActor: Make Render() a non-const function 2020-04-09 14:32:20 -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 RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05: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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 CActor: Make Render() a non-const function 2020-04-09 14:32:20 -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 Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 Update fmtlib 2020-04-11 12:51:39 -10:00
CStateMachine.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -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 Runtime: Wrap printf calls in #ifndef NDEBUG 2020-04-11 02:35:55 -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 Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
CWallCrawlerSwarm.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04: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 Update fmtlib 2020-04-11 12:51:39 -10:00
CWorld.hpp CWorld: Separate enum definition from declaration 2020-04-11 15:29:01 -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