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-07 06:46:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3317e6c68bd611fee1851e8b0c110629efcf5d16
0ad
/
source
T
History
mimo
3317e6c68b
rename autostart visualreplay, refs
#3258
, patch by elexis
...
This was SVN commit r17050.
2015-09-20 12:29:59 +00:00
..
collada
…
graphics
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
gui
Rename some variables to point out that they are only used in visual replay. Add script function IsVisualReplay. Refs
#9
#3355
, patch by elexis
2015-09-13 19:03:33 +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
Do not use non-static data member initializer.
2015-09-15 00:55:03 +00:00
maths
…
mocks
…
network
Revert a wrong piece of code from
63e42fbd31
. Refs
#3293
2015-08-30 20:32:22 +00:00
pch
…
ps
rename autostart visualreplay, refs
#3258
, patch by elexis
2015-09-20 12:29:59 +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
Reenable formations and fix/improve the communication between UnitAI and UnitMotion. With the new pathfinder some path requests can be completed instantaneously, so UnitAI has to handle MoveStarted messages even in the IDLE state.
2015-09-17 16:31:23 +00:00
soundmanager
Some range-based for loops and some style cleanup.
2015-07-29 01:07:23 +00:00
third_party
Fix Arabic plural equation in tinygettext.
2015-09-03 16:42:05 +00:00
tools
Move the victory conditions to the new simulation settings system. Patch by elexis. Refs #3355,#3001
2015-09-16 09:22: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
…