metaforce/Runtime/AutoMapper
Lioncash b570168359 CMapArea: Remove type-punning undefined behavior within PostConstruct()
Casting up from unsigned char or char to an unrelated type isn't
permitted by the C++ standard in the manner it's currently being done.

We can utilize std::memcpy to mitigate this.
2020-03-17 19:20:37 -04:00
..
CAutoMapper.cpp CMapWorldInfo: Rename IsAreaVisted -> IsAreaVisted 2020-03-13 16:19:02 -04:00
CAutoMapper.hpp CAutoMapper: In-class initialize SAutoMapperRenderState member variables 2020-01-28 13:29:59 -05:00
CMakeLists.txt Tweak Imps 2017-01-26 02:06:18 -08:00
CMapArea.cpp CMapArea: Remove type-punning undefined behavior within PostConstruct() 2020-03-17 19:20:37 -04:00
CMapArea.hpp CMapArea: Resolve sign conversion warning in Draw() 2020-03-13 16:07:41 -04:00
CMapUniverse.cpp Merge pull request #218 from lioncash/emplace 2020-03-13 15:30:43 -07:00
CMapUniverse.hpp General: Normalize RuntimeCommon include paths 2019-09-28 04:14:29 -04:00
CMapWorld.cpp CMapWorldInfo: Rename IsAreaVisted -> IsAreaVisted 2020-03-13 16:19:02 -04:00
CMapWorld.hpp General: Normalize RuntimeCommon include paths 2019-09-28 04:14:29 -04:00
CMapWorldInfo.cpp CMapWorldInfo: Rename IsAreaVisted -> IsAreaVisted 2020-03-13 16:19:02 -04:00
CMapWorldInfo.hpp CMapWorldInfo: Rename IsAreaVisted -> IsAreaVisted 2020-03-13 16:19:02 -04:00
CMappableObject.cpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CMappableObject.hpp General: Normalize RuntimeCommon include paths 2019-09-28 04:14:29 -04:00