metaforce/Runtime/MP1
Lioncash b8afcb42a3 CFlaahgraTentacle: Make use of TCastToConstPtr where applicable
Same behavior, but makes the read-only semantics explicit.
2020-04-09 17:43:15 -04:00
..
World CFlaahgraTentacle: Make use of TCastToConstPtr where applicable 2020-04-09 17:43:15 -04:00
CArtifactDoll.cpp
CArtifactDoll.hpp
CAudioStateWin.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CAudioStateWin.hpp
CAutoSave.cpp
CAutoSave.hpp
CCredits.cpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CCredits.hpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CFaceplateDecoration.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CFaceplateDecoration.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CFrontEndUI.cpp CFrontEndUI: Remove use of const_cast in Draw() 2020-04-05 07:12:07 -04:00
CFrontEndUI.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CFrontEndUITouchBar.cpp Runtime: Default destructors where applicable 2020-03-31 04:50:26 -04:00
CFrontEndUITouchBar.hpp
CFrontEndUITouchBarMac.mm
CGBASupport.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CGBASupport.hpp
CGameCubeDoll.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CGameCubeDoll.hpp
CInGameGuiManager.cpp CAutoMapper: Eliminate usages of const_cast 2020-03-31 06:57:07 -04:00
CInGameGuiManager.hpp CAutoMapper: Eliminate usages of const_cast 2020-03-31 06:57:07 -04:00
CInGameGuiManagerCommon.hpp
CInGameTweakManager.hpp
CInventoryScreen.cpp Fix crashes with FusionSuit active 2020-03-11 06:48:30 -07:00
CInventoryScreen.hpp
CLogBookScreen.cpp CLogBookScreen: Remove unconditional return true in IsScanComplete() 2020-03-08 11:15:13 -04:00
CLogBookScreen.hpp
CMFGame.cpp CMFGame: Remove unnecessary const_cast 2020-04-05 06:52:19 -04:00
CMFGame.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CMainFlow.cpp CMainFlow: std::move shared_ptr in SetGameState 2020-03-17 19:15:09 -04:00
CMainFlow.hpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CMakeLists.txt
CMemoryCardDriver.cpp CMemoryCardDriver: Make use of std::array where applicable 2020-04-06 06:23:48 -04:00
CMemoryCardDriver.hpp CMemoryCardDriver: Make use of std::array where applicable 2020-04-06 06:23:48 -04:00
CMessageScreen.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CMessageScreen.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
COptionsScreen.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
COptionsScreen.hpp
CPauseScreen.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CPauseScreen.hpp
CPauseScreenBase.cpp CPauseScreenBase: Make use of std::array in GetImagePaneName() 2020-03-15 21:26:59 -04:00
CPauseScreenBase.hpp
CPauseScreenBlur.cpp CPauseScreenBlur: Remove const_cast in Draw() 2020-03-16 16:00:12 -04:00
CPauseScreenBlur.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CPlayMovie.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CPlayMovie.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CPlayerVisor.cpp CPlayerVisor: Make Draw() non-const 2020-04-05 07:00:40 -04:00
CPlayerVisor.hpp CPlayerVisor: Make Draw() non-const 2020-04-05 07:00:40 -04:00
CPreFrontEnd.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CPreFrontEnd.hpp
CQuitGameScreen.cpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CQuitGameScreen.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CSamusDoll.cpp CSamusDoll: Eliminate variable shadowing in Draw() 2020-02-24 01:50:44 -05:00
CSamusDoll.hpp CSamusDoll: Mark skInitialOffset as constexpr 2020-02-24 01:34:59 -05:00
CSamusFaceReflection.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CSamusFaceReflection.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CSamusHud.cpp CSamusHud: Make Draw() non-const 2020-04-05 07:09:13 -04:00
CSamusHud.hpp CSamusHud: Make Draw() non-const 2020-04-05 07:09:13 -04:00
CSaveGameScreen.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CSaveGameScreen.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CSaveGameScreenTouchBar.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CSaveGameScreenTouchBar.hpp
CSaveGameScreenTouchBarMac.mm
CSlideShow.cpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CSlideShow.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
CSplashScreen.cpp
CSplashScreen.hpp
CStateSetterFlow.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CStateSetterFlow.hpp
CTweaks.cpp RuntimeCommon: Normalize cpp inclusions 2020-01-15 09:15:47 -05:00
CTweaks.hpp
MP1.cpp MP1: Make use of nullptr where applicable 2020-04-09 17:18:38 -04:00
MP1.hpp Disable variable delta time 2020-03-03 16:50:25 -08:00