This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
f52bf1e5fd8bdeeb0bf53e8bfab1db435db9cc3f
0ad
/
source
/
tools
/
atlas
/
GameInterface
/
Handlers
T
History
historic_bruno
5f23cd6d10
Changes Atlas ObjectID type to unsigned int, fixes 64-bit build errors caused by size_t.
...
This was SVN commit r11186.
2012-02-27 22:29:53 +00:00
..
BrushHandlers.cpp
…
CameraCtrlHandlers.cpp
…
CinemaHandler.cpp
Fix
#1064
(use ++it instead of it++ for consistency), based on patch by Echelon9
2011-12-29 01:17:03 +00:00
CommandHandlers.cpp
…
ElevationHandlers.cpp
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
EnvironmentHandlers.cpp
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
GraphicsSetupHandlers.cpp
More FreeBSD build fixes.
2012-01-30 06:21:11 +00:00
MapHandlers.cpp
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
MessageHandler.cpp
…
MessageHandler.h
…
MiscHandlers.cpp
Partial SDL2 compatibility
2012-02-06 22:47:35 +00:00
ObjectHandlers.cpp
Changes Atlas ObjectID type to unsigned int, fixes 64-bit build errors caused by size_t.
2012-02-27 22:29:53 +00:00
PlayerHandlers.cpp
…
TerrainHandlers.cpp
More GLES compatibility.
2012-02-12 20:45:31 +00:00
TriggerHandler.cpp
…