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 00:34:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1a15131d2d71f337cc30e65ec6ef768c08f6b279
0ad
/
source
T
History
scythetwirler
1a15131d2d
Lobby bot optimizations.
...
This was SVN commit r16964.
2015-08-30 17:50:16 +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
L10n code cleanup.
2015-07-29 23:44:05 +00:00
lib
Revert emplace for associative containers.
Fixes
#3366
.
2015-08-19 03:32:47 +00:00
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
Display which player(s) are OOS when it happens. Also fix some encoding issues with file paths.
2015-08-30 17:47:18 +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
Use in-place construction.
2015-07-29 23:44:17 +00:00
simulation2
Fix the OOS reported by elexis in
#3335
, and clean some whitespace and style.
2015-08-30 17:42:10 +00:00
soundmanager
Some range-based for loops and some style cleanup.
2015-07-29 01:07:23 +00:00
third_party
Fix some issues found by static analysis (clang-analyzer and cppcheck).
2015-06-21 18:46:31 +00:00
tools
Lobby bot optimizations.
2015-08-30 17:50:16 +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
…