Serious-Engine/Sources/Engine/Templates
Ryan C. Gordon 9820436fbe First pass at cleaning out 64-bit issues.
Touches a lot of code to remove long constants like "1L", so this patch is
large and ugly, but I think it makes all those Clamp() calls look nicer in
the long run.

Most of the game is 64-bit clean, since we can build without assembly code
now. I've marked the things that are obviously still wrong with STUBBED lines.

That being said: a 64-bit build can already run the demos mostly correctly,
so we're actually almost there!

There are a few obvious things that are obviously wrong, to be fixed.
2016-04-06 23:20:29 -04: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 Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
BSP.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04: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