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-06 22:05:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a7c2ec2db7e1cc248cc18fc7fab3faf63eda74b
0ad
/
source
/
simulation2
T
History
mimo
a74d9be130
make const the new method introduced in
2451872731
...
This was SVN commit r17425.
2015-12-10 19:23:50 +00:00
..
components
Implements relative templates.
Fixes
#2936
. Thanks to leper, wraitii, historicbruno and everyone else that helped.
2015-12-05 17:02:25 +00:00
docs
Implements relative templates.
Fixes
#2936
. Thanks to leper, wraitii, historicbruno and everyone else that helped.
2015-12-05 17:02:25 +00:00
helpers
make const the new method introduced in
2451872731
2015-12-10 19:23:50 +00:00
scripting
Fix the precedent fix. It turns out the code behaves in much weirder ways than I expected.
2015-11-14 19:03:20 +00:00
serialization
Serialize everything that is needed by UpdateVisibilityData instead of assuming everything as dirty.
2015-11-11 12:15:57 +00:00
system
Implements relative templates.
Fixes
#2936
. Thanks to leper, wraitii, historicbruno and everyone else that helped.
2015-12-05 17:02:25 +00:00
tests
…
MessageTypes.h
Revert the logic change in
9da482ead4
. This commit removed the checks in UnitMotion against structures, which should have been fine except the short-range pathfinder and the long-range pathfinder are not entirely compatible (check out
#3532
for details). This behavior was probably slightly optimized, but it was too clever for its own good in the current state of the pathfinder, might be reintroduced later.
2015-10-31 08:43:31 +00:00
Simulation2.cpp
Update atlas with the new map_sizes.json format. Refs
#3355
.
2015-12-04 16:37:30 +00:00
Simulation2.h
…
TypeList.h
Revert the logic change in
9da482ead4
. This commit removed the checks in UnitMotion against structures, which should have been fine except the short-range pathfinder and the long-range pathfinder are not entirely compatible (check out
#3532
for details). This behavior was probably slightly optimized, but it was too clever for its own good in the current state of the pathfinder, might be reintroduced later.
2015-10-31 08:43:31 +00:00