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
c9893b3dd07f6a2cd0f61a59111857504ce05c0c
0ad
/
source
/
tools
/
atlas
/
GameInterface
/
Handlers
T
History
Itms
f7a7b687fc
Don't send TerrainChanged messages when painting the terrain, as terrain texture doesn't influence passability.
...
This was SVN commit r16914.
2015-08-10 11:55:43 +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
…
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
…