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-14 07:35:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a574ca2e8f24ebee1dfe2ff809d3aca3d1b1a618
0ad
/
source
T
History
wraitii
600e0a4081
Fix an oversight in CcmpPosition from the turret changes. Reported on IRC by Falsevision.
...
This was SVN commit r15550.
2014-07-23 13:02:42 +00:00
..
collada
…
graphics
Move the minimap to only use the shader pipeline. Should make it OpenGL ES compatible (untested).
2014-07-14 17:15:22 +00:00
gui
Implements CallFunction with JS::MutableHandle<T> return type.
2014-07-20 15:08:28 +00:00
i18n
…
lib
Remove collision in global namespace.
2014-07-09 19:16:03 +00:00
lobby
…
maths
Optimise silhouette rendering.
2014-07-03 01:00:25 +00:00
mocks
…
network
…
pch
…
ps
Add serialization test support for replays.
2014-07-22 19:41:49 +00:00
renderer
Move the minimap to only use the shader pipeline. Should make it OpenGL ES compatible (untested).
2014-07-14 17:15:22 +00:00
scriptinterface
Adds support for passing JS::HandleValue to SetProperty and CallFunctionVoid without using ugly casing.
2014-07-20 19:45:18 +00:00
simulation2
Fix an oversight in CcmpPosition from the turret changes. Reported on IRC by Falsevision.
2014-07-23 13:02:42 +00:00
soundmanager
Fix segmentation fault in the sound destructor. Happened when the sound file doesn't exist. Errors are shown by other code.
2014-06-24 11:07:39 +00:00
third_party
Makes tinygettext handle missing plural forms more sanely.
2014-07-05 10:29:24 +00:00
tools
Per scythetwirler's suggestion, add some tables on my template analyzer script to compare units to their parent template.
2014-07-14 16:25:39 +00:00
contributors.txt
…
main.cpp
Add serialization test support for replays.
2014-07-22 19:41:49 +00:00
test_setup.cpp
…