metaforce/Runtime/Particle
Lioncash a49d26f800 CParticleElectric: Return std::nullopt in GetBounds()
Same behavior, but avoids zeroing out the internal buffer in some
implementations of std::optional.
2020-04-05 05:12:25 -04:00
..
CColorElement.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CColorElement.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04: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
CDecalManager.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CDecalManager.hpp
CElectricDescription.hpp
CElementGen.cpp Runtime: Collapse emplace_back() calls where applicable 2020-03-13 17:14:44 -04:00
CElementGen.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CEmitterElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CEmitterElement.hpp
CFlameWarp.cpp CFlameWarp: Dehardcode container sizes 2020-04-03 01:10:22 -04:00
CFlameWarp.hpp CFlameWarp: Dehardcode container sizes 2020-04-03 01:10:22 -04:00
CGenDescription.hpp
CIntElement.cpp CIntElement: Remove const_cast 2020-03-22 06:05:59 -04:00
CIntElement.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CMakeLists.txt
CModVectorElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CModVectorElement.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CParticleDataFactory.cpp General: Remove unnecessary std::move calls 2020-03-22 00:56:04 -04:00
CParticleDataFactory.hpp
CParticleElectric.cpp CParticleElectric: Return std::nullopt in GetBounds() 2020-04-05 05:12:25 -04:00
CParticleElectric.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -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
CParticleGlobals.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CParticleGlobals.hpp
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 General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CSpawnSystemKeyframeData.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CSpawnSystemKeyframeData.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CSwooshDescription.hpp
CUVElement.cpp RuntimeCommonB: Normalize cpp file includes 2019-12-22 18:12:04 -05:00
CUVElement.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CVectorElement.cpp General: Make use of emplace_back where applicable 2020-03-21 00:30:12 -04:00
CVectorElement.hpp General: Make use of explicit constructors where applicable 2020-03-27 06:00:17 -04:00
CWarp.hpp
CWeaponDescription.hpp
IElement.hpp