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-06-25 05:06:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
425fb6d93acaa073dca264e35ba2f07ce02c27d1
0ad
/
source
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
..
collada
…
graphics
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
gui
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
i18n
…
lib
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
lobby
…
maths
…
mocks
…
network
…
pch
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
ps
Move Ogre3D GLSL Preprocessor to a third_party folder and restore its original name. Also restore the Wrapper name to reflect what it's wrapping and move it to renderer.
2019-12-07 11:48:03 +00:00
renderer
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
scriptinterface
…
simulation2
Optimise out of frustum rendering of texture overlays.
2019-12-10 23:13:37 +00:00
soundmanager
…
third_party
Move Ogre3D GLSL Preprocessor to a third_party folder and restore its original name. Also restore the Wrapper name to reflect what it's wrapping and move it to renderer.
2019-12-07 11:48:03 +00:00
tools
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
main.cpp
…
test_setup.cpp
…