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
02bbcd4c34e6dcb0dcb0b73a90f5fa8a1ff406a4
0ad
/
source
/
tools
/
atlas
/
GameInterface
/
Handlers
T
History
vts
427674f713
Fix for compilation failure of [10703] on 64-bit systems
...
This was SVN commit r10705.
2011-12-10 11:53:39 +00:00
..
BrushHandlers.cpp
…
CameraCtrlHandlers.cpp
Fixes crash in Atlas camera handlers, focus loss causes a scroll action, and seg fault if game not initialized.
Fixes
#988
.
2011-10-30 05:09:31 +00:00
CinemaHandler.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
CommandHandlers.cpp
…
ElevationHandlers.cpp
…
EnvironmentHandlers.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
GraphicsSetupHandlers.cpp
Fix for compilation failure of [10703] on 64-bit systems
2011-12-10 11:53:39 +00:00
MapHandlers.cpp
# Allow saving and loading single-player games.
2011-10-30 00:07:28 +00:00
MessageHandler.cpp
…
MessageHandler.h
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +00:00
MiscHandlers.cpp
Moves camera projection settings to default.cfg.
2011-11-17 23:34:01 +00:00
ObjectHandlers.cpp
Fixes Atlas player panel getting out of sync with simulation.
Fixes
#927
.
2011-08-22 21:45:39 +00:00
PlayerHandlers.cpp
Adds AI control to Atlas player panel
2011-06-13 23:32:41 +00:00
TerrainHandlers.cpp
Fix non-PCH build
2011-08-23 17:48:06 +00:00
TriggerHandler.cpp
…