Serious-Engine/Sources/Engine/Templates
Daniel Gibson 599f644328 Resolved some 64bit issues, marked/commented some others
introduced PLATFORM_32BIT and PLATFORM_64BIT macros, so you can do
#ifdef PLATFORM_64BIT if you need to.
I needed that for CDrawPort::GetID() to properly CRC a pointer.
Also added a sanity check in Engine/Base/Types.h that makes sure that
uintprt_t and size_t have the same size, as the code uses size_t to
store pointers (or cast from pointer to int) all over the place.

Made some "tags" from Engine/Templates/BSP_internal.h size_t instead of
ULONG - they're used to store pointers to identify vertices and such,
so they'd better be big enough to actually store a pointer.
Some more are still missing.
2016-04-17 23:35:04 +02:00
..
AllocationArray.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
AllocationArray.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
BSP_internal.h Resolved some 64bit issues, marked/commented some others 2016-04-17 23:35:04 +02:00
BSP.cpp Resolved some 64bit issues, marked/commented some others 2016-04-17 23:35:04 +02:00
BSP.h Add GPL header to files 2016-03-11 18:20:51 -06:00
DynamicArray.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DynamicArray.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DynamicContainer.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DynamicContainer.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DynamicStackArray.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DynamicStackArray.h Add GPL header to files 2016-03-11 18:20:51 -06:00
HashTableTemplate.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
HashTableTemplate.h Add GPL header to files 2016-03-11 18:20:51 -06:00
LinearAllocator.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
LinearAllocator.h Add GPL header to files 2016-03-11 18:20:51 -06:00
NameTable_CTFileName.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
NameTable_CTFileName.h Add GPL header to files 2016-03-11 18:20:51 -06:00
NameTable_CTranslationPair.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
NameTable_CTranslationPair.h Add GPL header to files 2016-03-11 18:20:51 -06:00
NameTable.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
NameTable.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Selection.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Selection.h Add GPL header to files 2016-03-11 18:20:51 -06:00
StaticArray.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
StaticArray.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
StaticStackArray.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
StaticStackArray.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CAnimData.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CAnimData.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CAnimSet.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CAnimSet.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CEntityClass.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CEntityClass.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CMesh.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CMesh.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CModelData.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CModelData.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CShader.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CShader.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CSkeleton.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CSkeleton.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CSoundData.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CSoundData.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock_CTextureData.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock_CTextureData.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stock.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Stock.h Add GPL header to files 2016-03-11 18:20:51 -06:00