This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-13 19:56:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c319ff062dfbe672e7f58cdf0e2fa1663dc363af
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
make new elevation tool more drastic + add RMB action
2013-08-17 14:02:18 +00:00
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
Fix indentation in
daaddaf433
.
2014-12-30 17:27:18 +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
…