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
eb3b7f089e183fdb77735f57a94442acf94de749
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
Use ScriptInterface::CreateObject for ToJSVal<CColor>, and for ToJSVal<Grid<u8> >, ToJSVal<Grid<u16> > used by the AIManager obtaining the pathfinder grid.
2019-09-13 00:56:51 +00:00
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
…