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 18:06:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45a39e7dfdf77bbbeb832ff943d8ca3404876bcb
0ad
/
source
T
History
JoshuaJB
45a39e7dfd
Fix 3171 by moving some logic to C++. These changes do not optimize the presence buffer and only fix the state bug.
...
This was SVN commit r16961.
2015-08-30 12:56:48 +00:00
..
collada
…
graphics
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
gui
GUI code cleanup.
Fixes
#3354
.
2015-08-21 17:08:41 +00:00
i18n
…
lib
…
lobby
Fix 3171 by moving some logic to C++. These changes do not optimize the presence buffer and only fix the state bug.
2015-08-30 12:56:48 +00:00
maths
…
mocks
…
network
Fix player rejoins. Refs
#3242
.
2015-08-30 02:03:50 +00:00
pch
…
ps
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
renderer
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
scriptinterface
…
simulation2
Handle backrefs properly for maps and sets.
Fixes
#3374
.
2015-08-30 04:51:16 +00:00
soundmanager
…
third_party
…
tools
Enhance i18n extractor to support a single context for a json file. Patch by elexis. Refs
#3355
.
2015-08-27 19:07:36 +00:00
main.cpp
Optionally limit the framerate in menus to 50 FPS, to save power. Patch by elexis,
fixes
#2882
2015-08-20 13:22:44 +00:00
test_setup.cpp
…