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
f2767910698a8a153ce7e648cb3c0ffcedfe4cd0
0ad
/
source
/
tools
/
atlas
/
GameInterface
/
Handlers
T
History
fabio
9a2d0f803e
Remove disabled by default SDL1 support.
...
Refs
#2041
. This was SVN commit r17470.
2015-12-14 10:52:21 +00:00
..
BrushHandlers.cpp
…
CameraCtrlHandlers.cpp
…
CinemaHandler.cpp
…
CommandHandlers.cpp
…
ElevationHandlers.cpp
…
EnvironmentHandlers.cpp
Remove a useless global terrain update when modifying environment settings in Atlas.
2015-07-14 17:08:02 +00:00
GraphicsSetupHandlers.cpp
Fixes Atlas on Linux with SDL2 by reordering OpenGL init, based on patch by yashi,
fixes
#2847
2015-02-20 05:46:24 +00:00
MapHandlers.cpp
Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"),
fixes
#1029
.
2015-03-15 23:59:48 +00:00
MessageHandler.cpp
…
MessageHandler.h
…
MiscHandlers.cpp
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
ObjectHandlers.cpp
Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"),
fixes
#1029
.
2015-03-15 23:59:48 +00:00
PlayerHandlers.cpp
…
TerrainHandlers.cpp
Don't send TerrainChanged messages when painting the terrain, as terrain texture doesn't influence passability.
2015-08-10 11:55:43 +00:00
TriggerHandler.cpp
…