metaforce/Runtime
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
..
Audio Update fmtlib 2020-04-11 12:51:39 -10:00
AutoMapper Update fmtlib 2020-04-11 12:51:39 -10:00
Camera CCameraShakeData: Make use of boolean literals where applicable in LoadCameraShakeData 2020-04-11 14:33:27 -04:00
Character Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
Collision Runtime/Collision: Replace bitfield unions with constructor initializers 2020-04-10 15:03:24 -04:00
Graphics Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
GuiSys CCompoundTargetReticle: Make skZeroRenderState constexpr 2020-04-12 04:19:53 -04:00
Input Runtime/Input: Replace bitfield unions with constructor initializers 2020-04-10 15:12:46 -04:00
MP1 Merge pull request #308 from AxioDL/fmtlib-update 2020-04-12 03:06:46 -04:00
MP2
MP3
Particle Particle/C*EPulse: Fix implementations 2020-04-12 05:38:44 -04:00
Resources
Weapon CPlasmaProjectile: Make PlayerEffectResource instances contain CAssetIds 2020-04-12 07:30:00 -04:00
World CFluidUVMotion: Return std::array by value from CalculateFluidTextureOffset() 2020-04-12 09:23:52 -04:00
CArchitectureMessage.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CArchitectureQueue.hpp CArchitectureQueue: Make operator bool explicit 2020-03-14 21:42:38 -04:00
CBasics.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CBasicsPC.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CCRC32.cpp CCRC32: Move table declaration into the cpp file 2019-09-08 18:18:29 -04:00
CCRC32.hpp CCRC32: Move table declaration into the cpp file 2019-09-08 18:18:29 -04:00
CDependencyGroup.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CDependencyGroup.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CDvdFile.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CDvdFile.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CDvdRequest.hpp
CFactoryMgr.cpp CFactoryMgr: Resolve variable shadowing warning in MakeObjectFromMemory() 2020-03-09 12:19:58 -04:00
CFactoryMgr.hpp CFactoryMgr: std::move function instances in AddFactory() 2020-03-09 12:04:51 -04:00
CGameAllocator.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CGameAllocator.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CGameDebug.hpp
CGameHintInfo.cpp Merge pull request #223 from lioncash/ref 2020-03-15 19:45:02 -04:00
CGameHintInfo.hpp Merge pull request #223 from lioncash/ref 2020-03-15 19:45:02 -04:00
CGameOptions.cpp CGameOption: Mark C-Pad arrays constexpr 2020-04-12 05:43:14 -04:00
CGameOptions.hpp CPersistentOptions: Initialize bitfields in default constructor 2020-04-10 15:47:36 -04:00
CGameOptionsTouchBar.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CGameOptionsTouchBar.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CGameOptionsTouchBarMac.mm
CGameState.cpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CGameState.hpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CIOWin.hpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CIOWinManager.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CIOWinManager.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CInGameTweakManagerBase.hpp Update fmtlib 2020-04-11 12:51:39 -10:00
CMFGameBase.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CMainFlowBase.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CMainFlowBase.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CMakeLists.txt Update submodules, initial CTextureCache 2019-12-10 20:51:33 -08:00
CMemoryCardSys.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CMemoryCardSys.hpp CMemoryCardSys: Make CardResult's conversion operator explicit 2020-03-14 22:18:42 -04:00
CMemoryCardSysNix.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CMemoryCardSysOSX.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CMemoryCardSysWin.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CObjectList.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CObjectList.hpp CObjectList: Make use of std::array where applicable 2020-03-17 22:38:21 -04:00
CPakFile.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CPakFile.hpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CPlayMovieBase.hpp CIOWin: Make Draw() non-const 2020-03-29 21:56:49 -04:00
CPlayerState.cpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CPlayerState.hpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CRandom16.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CRandom16.hpp CRandom16: Make constructor explicit 2020-04-11 16:15:05 -04:00
CRelayTracker.cpp CRelayTracker: Add names to function prototypes 2020-03-25 15:53:49 -04:00
CRelayTracker.hpp CRelayTracker: Add names to function prototypes 2020-03-25 15:53:49 -04:00
CResFactory.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CResFactory.hpp Remove invalid include 2019-10-01 06:41:55 -07:00
CResLoader.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CResLoader.hpp Add support for override paks 2019-11-21 07:37:08 -08:00
CSaveWorld.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CSaveWorld.hpp CSaveWorld: Make constructor explicit 2020-03-25 20:42:21 -04:00
CScannableObjectInfo.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CScannableObjectInfo.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CSimplePool.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CSimplePool.hpp More CThardus 2019-12-14 15:50:29 -08:00
CSortedLists.cpp CSortedLists: Remove const_cast in all BuildNearList() implementations 2020-03-29 21:22:52 -04:00
CSortedLists.hpp CSortedLists: Remove const_cast in all BuildNearList() implementations 2020-03-29 21:22:52 -04:00
CStateManager.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
CStateManager.hpp Runtime: Replace bitfield unions with constructor initializers 2020-04-10 15:02:36 -04:00
CStaticInterference.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CStaticInterference.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CStopwatch.hpp Update fmtlib 2020-04-11 12:51:39 -10:00
CStringExtras.hpp Fix CStringExtras::CompareCaseInsensitive, `std::lexicographical_compare` does not have the intended behavior 2019-09-28 08:00:49 -07:00
CTextureCache.cpp Update submodules, initial CTextureCache 2019-12-10 20:51:33 -08:00
CTextureCache.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CTimeProvider.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CTimeProvider.hpp
CToken.cpp CToken: Mark move assignment operator as noexcept 2020-03-27 20:56:04 -04:00
CToken.hpp Ensure consistent override usage in TCachedToken 2020-03-28 21:20:44 -10:00
GCNTypes.hpp
GameGlobalObjects.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
GameGlobalObjects.hpp MSVC compile fixes. 2020-02-16 00:10:08 -08:00
GameObjectLists.cpp CObjectList: Make IsQualified() a const member function 2020-03-06 04:36:39 -05:00
GameObjectLists.hpp CObjectList: Make IsQualified() a const member function 2020-03-06 04:36:39 -05:00
IFactory.hpp Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/urde 2019-09-30 21:41:42 -10:00
IMain.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
IOStreams.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
IOStreams.hpp IOStreams: Make constructors for CBitStreamReader and CZipInputStream explicit 2020-04-11 19:23:28 -04:00
IObj.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
IObjFactory.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
IObjectStore.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
IRuntimeMain.hpp
ITweak.hpp ITweak: Default virtual destructor 2020-03-26 01:14:41 -04:00
IVParamObj.hpp IVParamObj: Make default constructor of CVParamTransfer constexpr 2019-09-30 02:56:00 -04:00
MkCastTo.py MkCastTo: Use override where applicable 2019-10-17 22:15:25 -04:00
RetroTypes.cpp Update fmtlib 2020-04-11 12:51:39 -10:00
RetroTypes.hpp Runtime: Add more usages of explicit 2020-03-31 03:53:49 -04:00
rstl.hpp Update fmtlib 2020-04-11 12:51:39 -10:00