metaforce/Runtime/World
Lioncash 5d209c8dc8 General: Mark a handful of deduced const variables as const explicitly
Same behavior, but makes it explicit to the reader that these are const.

Prevents cases where the reader might assume that just because the
variable isn't const qualified that it must be mutable, when it actually
isn't.
2020-05-08 18:41:29 -04:00
..
CActor.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CActor.hpp Merge pull request #315 from lioncash/init 2020-04-21 00:56:39 -04:00
CActorModelParticles.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CActorModelParticles.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CActorParameters.hpp CScriptPlatform: Fix breakable behavior; CScriptColorModulate fixes 2020-05-07 02:19:58 -04:00
CAi.cpp CAiFuncMap: Store std::string_view instances instead of std::string 2020-05-08 16:38:19 -04:00
CAi.hpp CAiFuncMap: Store std::string_view instances instead of std::string 2020-05-08 16:38:19 -04:00
CAiFuncMap.cpp CAiFuncMap: Store std::string_view instances instead of std::string 2020-05-08 16:38:19 -04:00
CAiFuncMap.hpp CAiFuncMap: Store std::string_view instances instead of std::string 2020-05-08 16:38:19 -04:00
CAmbientAI.cpp CAmbientAI: Return std::nullopt in GetTouchBounds() 2020-04-22 02:10:55 -04:00
CAmbientAI.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CDamageVulnerability: Make constructors constexpr 2020-04-26 01:06:26 -04:00
CDamageVulnerability.hpp CDamageVulnerability: Make constructors constexpr 2020-04-26 01:06:26 -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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CEntity.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CEntityInfo.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CEnvFxManager.cpp General: Mark CMaterialFilter instances constexpr where applicable 2020-05-07 14:14:18 -04:00
CEnvFxManager.hpp CEnvFxManager: Make use of std::array where applicable 2020-04-22 02:16:37 -04:00
CExplosion.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CExplosion.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CFire.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CFire.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CFishCloud.cpp General: Mark a handful of deduced const variables as const explicitly 2020-05-08 18:41:29 -04:00
CFishCloud.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 [[maybe_unused]] in WarmupShaders() 2020-05-08 17:12:58 -04:00
CGameArea.hpp CGameArea: Eliminate implicit sign conversions in Validate() 2020-04-23 02:53:24 -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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CHUDBillboardEffect.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CKnockBackController.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 variable shadowing 2020-04-23 07:18:43 -04:00
CMorphBall.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CPathFindRegion: Brace statements where applicable 2020-05-08 16:00:29 -04:00
CPathFindRegion.hpp CPathFindRegion: Make const variant of Data() return a const qualified member 2020-05-08 15:52:17 -04:00
CPathFindSearch.cpp CPathFindSearch: Eliminate variable shadowing 2020-04-23 07:19:41 -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 CMagdolite imps 2020-04-21 01:06:52 -04:00
CPatterned.hpp Initial CMagdolite imps 2020-04-21 01:06:52 -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 General: Mark a handful of deduced const variables as const explicitly 2020-05-08 18:41:29 -04:00
CPlayer.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CScriptActor: Brace statements where applicable 2020-05-07 08:19:14 -04:00
CScriptActor.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptActorKeyframe.cpp CScriptActor: Brace statements where applicable 2020-05-07 08:19:14 -04:00
CScriptActorKeyframe.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptActorRotate.cpp CScriptActorRotate: Brace statements where applicable 2020-05-07 08:11:09 -04:00
CScriptActorRotate.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptAiJumpPoint.cpp CScriptAiJumpPoint: Brace statements where applicable 2020-05-07 08:01:38 -04:00
CScriptAiJumpPoint.hpp CScriptAiJumpPoint: Fix GetInUse 2020-04-29 03:03:14 -04:00
CScriptAreaAttributes.cpp CScriptAreaAttributes: Brace statements where applicable 2020-05-07 07:59:20 -04:00
CScriptAreaAttributes.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptBallTrigger.cpp CScriptBallTrigger: Brace statements where applicable 2020-05-07 07:58:15 -04:00
CScriptBallTrigger.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptBeam.cpp CScriptBeam: Brace statements where applicable 2020-05-07 07:55:24 -04:00
CScriptBeam.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraBlurKeyframe.cpp CScriptCamera*Keyframe: Brace statements where applicable 2020-05-07 07:54:19 -04:00
CScriptCameraBlurKeyframe.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraFilterKeyframe.cpp CScriptCamera*Keyframe: Brace statements where applicable 2020-05-07 07:54:19 -04:00
CScriptCameraFilterKeyframe.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraHint.cpp CScriptCameraHint: Brace statements where applicable 2020-05-07 07:51:50 -04:00
CScriptCameraHint.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptCameraHintTrigger.cpp CScriptCameraHintTrigger: Brace statements where applicable 2020-05-07 07:45:08 -04:00
CScriptCameraHintTrigger.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptCameraPitchVolume.cpp CScriptCameraPitchVolume: Brace statements where applicable 2020-05-07 07:43:35 -04:00
CScriptCameraPitchVolume.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CScriptCameraWaypoint: Fix Arrived 2020-04-21 20:35:37 -04:00
CScriptCameraWaypoint.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptColorModulate.cpp CScriptPlatform: Fix breakable behavior; CScriptColorModulate fixes 2020-05-07 02:19:58 -04:00
CScriptColorModulate.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptControllerAction.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptControllerAction.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptCoverPoint.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptDamageableTrigger.cpp CScriptDamageableTrigger: Brace conditions where applicable 2020-05-07 07:40:26 -04:00
CScriptDamageableTrigger.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptDebris.cpp CScriptDebris: Brace statements where applicable 2020-05-07 07:29:21 -04:00
CScriptDebris.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CScriptDistanceFog: Brace conditionals where applicable 2020-05-07 13:44:13 -04:00
CScriptDistanceFog.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptDock.cpp CScriptDock: Brace conditionals where applicable 2020-05-07 13:43:08 -04:00
CScriptDock.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptDockAreaChange.cpp CScriptDockAreaChange: Brace conditionals where applicable 2020-05-07 13:38:59 -04:00
CScriptDockAreaChange.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptDoor.cpp CScriptDoor: Brace conditionals where applicable 2020-05-07 13:38:20 -04:00
CScriptDoor.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptEMPulse.cpp CScriptEMPulse: Brace conditionals where applicable 2020-05-07 13:29:46 -04:00
CScriptEMPulse.hpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptEffect.cpp CScriptEffect: Brace conditionals where applicable 2020-05-07 13:33:17 -04:00
CScriptEffect.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptGenerator.cpp CScriptGenerator: Brace conditionals where applicable 2020-05-07 13:28:30 -04: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 General: Mark a handful of deduced const variables as const explicitly 2020-05-08 18:41:29 -04:00
CScriptGunTurret.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptHUDMemo.cpp CScriptHUDMemo: Brace conditionals where applicable 2020-05-07 13:06:47 -04:00
CScriptHUDMemo.hpp Add missing includes pt.2 2020-03-26 03:14:03 -04:00
CScriptMazeNode.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptMazeNode.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptMemoryRelay.cpp CScriptMemoryRelay: Brace conditionals where applicable 2020-05-07 13:05:21 -04:00
CScriptMemoryRelay.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptMidi.cpp CScriptMidi: Brace conditionals where applicable 2020-05-07 13:04:19 -04:00
CScriptMidi.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPickup.cpp CScriptPickup: Brace conditionals where applicable 2020-05-07 13:02:52 -04:00
CScriptPickup.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptPickupGenerator.cpp CScriptPickupGenerator: Brace conditionals where applicable 2020-05-07 13:00:45 -04:00
CScriptPickupGenerator.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptPlatform.cpp CScriptPlatform: Fix breakable behavior; CScriptColorModulate fixes 2020-05-07 02:19:58 -04:00
CScriptPlatform.hpp CScriptPlatform: Fix breakable behavior; CScriptColorModulate fixes 2020-05-07 02:19:58 -04:00
CScriptPlayerActor.cpp CScriptPlayerActor: Brace conditionals where applicable 2020-05-07 12:41:00 -04:00
CScriptPlayerActor.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptPlayerHint.cpp CScriptPlayerHint: Brace conditionals where applicable 2020-05-07 12:36:06 -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 CScriptPointOfInterest: Brace conditionals where applicable 2020-05-07 12:35:31 -04:00
CScriptPointOfInterest.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptRandomRelay.cpp CScriptRandomRelay: Brace conditionals where applicable 2020-05-07 12:34:57 -04:00
CScriptRandomRelay.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRelay.cpp CScriptRelay: Brace conditionals where applicable 2020-05-07 12:33:25 -04:00
CScriptRelay.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRipple.cpp CScriptRipple: Brace conditionals where applicable 2020-05-07 12:29:43 -04:00
CScriptRipple.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptRoomAcoustics.cpp CScriptRoomAcoustics: Brace conditionals where applicable 2020-05-07 12:28:45 -04:00
CScriptRoomAcoustics.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptShadowProjector.cpp CScriptShadowProjector: Brace conditionals where applicable 2020-05-07 12:27:49 -04:00
CScriptShadowProjector.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptSound.cpp MP1/CMain: Add missing fields 2020-05-07 23:20:23 -04:00
CScriptSound.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptSpawnPoint.cpp CScriptSpawnPoint: Brace conditionals where applicable 2020-05-07 12:18:57 -04:00
CScriptSpawnPoint.hpp Runtime/World: Replace bitfield unions with constructor initializers 2020-04-11 01:50:10 -04:00
CScriptSpecialFunction.cpp CScriptSpecialFunction: Brace conditionals where applicable 2020-05-07 12:16:53 -04:00
CScriptSpecialFunction.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CScriptSpiderBallWaypoint: Brace conditionals where applicable 2020-05-07 12:03:44 -04:00
CScriptSpiderBallWaypoint.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptSpindleCamera.cpp CScriptSpindleCamera: Brace conditionals where applicable 2020-05-07 11:59:29 -04:00
CScriptSpindleCamera.hpp CScriptSpindleCamera: Initialize x33c_24_inResetThink in constructor 2020-04-13 16:32:41 -04:00
CScriptSteam.cpp CScriptSteam: Brace conditionals where applicable 2020-05-07 11:50:21 -04:00
CScriptSteam.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptStreamedMusic.cpp CScriptStreamedMusic: Brace conditionals where applicable 2020-05-07 11:49:31 -04:00
CScriptStreamedMusic.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptSwitch.cpp CScriptSwitch: Brace conditionals where applicable 2020-05-07 11:48:34 -04:00
CScriptSwitch.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptTargetingPoint.cpp CScriptTargetingPoint: Brace conditionals where applicable 2020-05-07 11:47:59 -04:00
CScriptTargetingPoint.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptTimer.cpp CScriptTimer: Brace conditionals where applicable 2020-05-07 11:47:05 -04:00
CScriptTimer.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CScriptTrigger.cpp CScriptTrigger: Brace conditionals where applicable 2020-05-07 11:45:53 -04:00
CScriptTrigger.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptVisorFlare.cpp CScriptVisorFlare: Brace conditionals where applicable 2020-05-07 11:41:56 -04:00
CScriptVisorFlare.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptVisorGoo.cpp CScriptVisorGoo: Brace conditionals where applicable 2020-05-07 11:41:14 -04:00
CScriptVisorGoo.hpp CActor: Make Render() a non-const function 2020-04-09 14:32:20 -04:00
CScriptWater.cpp CScriptWater: Brace conditionals where applicable 2020-05-07 11:36:17 -04:00
CScriptWater.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CScriptWaypoint.cpp CScriptWaypoint: Brace conditionals where applicable 2020-05-07 11:39:11 -04:00
CScriptWaypoint.hpp CActor: Make AddToRenderer() non-const 2020-04-06 00:52:10 -04:00
CScriptWorldTeleporter.cpp CScriptWorldTeleporter: Unindent code in StartTransition() 2020-05-03 10:28:28 -04:00
CScriptWorldTeleporter.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CSnakeWeedSwarm.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CSnakeWeedSwarm.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CStateMachine.cpp CAiFuncMap: Store std::string_view instances instead of std::string 2020-05-08 16:38:19 -04:00
CStateMachine.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CTeamAiMgr.cpp CTeamAiMgr: Make reference parameters to GetTeamAiMgr() const 2020-05-02 22:39:51 -04:00
CTeamAiMgr.hpp CTeamAiMgr: Make reference parameters to GetTeamAiMgr() const 2020-05-02 22:39:51 -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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CWallCrawlerSwarm.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CWallCrawlerSwarm.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CWallWalker.cpp General: Mark a handful of deduced const variables as const explicitly 2020-05-08 18:41:29 -04:00
CWallWalker.hpp CWallWalker: Eliminate signed->unsigned implicit conversion in header 2020-04-26 03:22:03 -04:00
CWorld.cpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CWorld.hpp RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -04:00
CWorldLight.cpp CWorldLight: Eliminate variable shadowing 2020-04-23 07:25:07 -04: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 RuntimeCommonB: Make use of bitfield initializers where applicable 2020-04-20 15:57:25 -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 CMagdolite: Fix lock-on, retreat & loader 2020-04-21 04:46:07 -04: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