metaforce/Runtime/Particle
Lioncash 81dcc0604b CParticleElectric: Make use of std::array where applicable
Prevents array to pointer decay.
2020-03-25 03:58:37 -04:00
..
CColorElement.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CColorElement.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CDecal.cpp CDecal: Make use of std::array where applicable 2020-03-21 01:53:41 -04:00
CDecal.hpp CDecal: Make use of std::array where applicable 2020-03-21 01:53:41 -04:00
CDecalDataFactory.cpp CDecalDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:46:02 -04:00
CDecalDataFactory.hpp CDecalDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:46:02 -04:00
CDecalDescription.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CDecalManager.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CDecalManager.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CElectricDescription.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CElementGen.cpp Runtime: Collapse emplace_back() calls where applicable 2020-03-13 17:14:44 -04:00
CElementGen.hpp CElementGen: std::move TToken instance in constructor 2020-03-09 13:07:53 -04:00
CEmitterElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CEmitterElement.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CFlameWarp.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CFlameWarp.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CGenDescription.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CIntElement.cpp CIntElement: Remove const_cast 2020-03-22 06:05:59 -04:00
CIntElement.hpp CIntElement: Remove const_cast 2020-03-22 06:05:59 -04:00
CMakeLists.txt Windows build fixes and warning avoidance 2018-05-24 20:39:38 -10:00
CModVectorElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CModVectorElement.hpp General: Remove unnecessary std::move calls 2020-03-22 00:56:04 -04:00
CParticleDataFactory.cpp General: Remove unnecessary std::move calls 2020-03-22 00:56:04 -04:00
CParticleDataFactory.hpp CParticleDataFactory: Use unique_ptr where applicable 2019-10-11 15:16:13 -04:00
CParticleElectric.cpp CParticleElectric: Add parameters to function prototypes 2020-03-25 03:58:37 -04:00
CParticleElectric.hpp CParticleElectric: Make use of std::array where applicable 2020-03-25 03:58:37 -04:00
CParticleElectricDataFactory.cpp CParticleElectricDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:20:48 -04:00
CParticleElectricDataFactory.hpp CParticleElectricDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:20:48 -04:00
CParticleGen.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CParticleGen.hpp General: Normalize several headers' include paths 2019-09-22 20:36:33 -04:00
CParticleGlobals.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CParticleGlobals.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CParticleSwoosh.cpp CParticleSwoosh: Resolve sign-conversion warnings 2020-03-23 00:38:23 -04:00
CParticleSwoosh.hpp CParticleSwoosh: Resolve sign-conversion warnings 2020-03-23 00:38:23 -04:00
CParticleSwooshDataFactory.cpp CParticleSwooshDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:17:42 -04:00
CParticleSwooshDataFactory.hpp CParticleSwooshDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:17:42 -04:00
CProjectileWeaponDataFactory.cpp CProjectileWeaponDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:00:23 -04:00
CProjectileWeaponDataFactory.hpp CProjectileWeaponDataFactory: Make GetGeneratorDesc() return a unique_ptr 2020-03-12 14:00:23 -04:00
CRealElement.cpp CRealElement: Remove redundant instance() call in CRELifetimeTween::GetValue() 2020-01-29 02:07:55 -05:00
CRealElement.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CSpawnSystemKeyframeData.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CSpawnSystemKeyframeData.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CSwooshDescription.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CUVElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CUVElement.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CVectorElement.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CVectorElement.hpp Move CParticleGlobals from the executable and onto the heap, minor fixes, update wiki link 2019-12-03 00:47:05 -08:00
CWarp.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
CWeaponDescription.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00
IElement.hpp General: Normalize RuntimeCommonB include paths 2019-09-23 17:22:37 -04:00