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-16 07:14:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
936d1adaef30cf82001def84432c1bc514b2c2be
0ad
/
source
/
tools
/
atlas
/
GameInterface
/
Handlers
T
History
vladislavbelov
2fa18b1503
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
...
This was SVN commit r23234.
2019-12-14 12:56:47 +00:00
..
BrushHandlers.cpp
…
CameraCtrlHandlers.cpp
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
CinemaHandler.cpp
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
CommandHandlers.cpp
…
ElevationHandlers.cpp
Removes usages of duplication of Clamp function in simulation and atlas. Refs D1763.
2019-09-18 15:02:36 +00:00
EnvironmentHandlers.cpp
…
GraphicsSetupHandlers.cpp
…
MapHandlers.cpp
…
MessageHandler.cpp
…
MessageHandler.h
…
MiscHandlers.cpp
Cleanup Camera related code and uses constant references where possible.
2019-10-03 12:58:47 +00:00
ObjectHandlers.cpp
Removes usages of duplication of Clamp function in simulation and atlas. Refs D1763.
2019-09-18 15:02:36 +00:00
PlayerHandlers.cpp
…
TerrainHandlers.cpp
…