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-09-26 17:34:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8e86d2930158048d90e01461ab3aba024f8cffbc
0ad
/
source
T
History
janwas
8e86d29301
dehydra fixes (mostly copy-ctor warnings)
...
This was SVN commit r6239.
2008-07-17 14:23:51 +00:00
..
collada
…
dcdt
/se
…
graphics
dehydra fixes (mostly copy-ctor warnings)
2008-07-17 14:23:51 +00:00
gui
dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace).
2008-07-13 21:22:03 +00:00
i18n
…
lib
dehydra fixes (mostly copy-ctor warnings)
2008-07-17 14:23:51 +00:00
maths
dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace).
2008-07-13 21:22:03 +00:00
network
Fixed 3+ player games. The problem was the FinalizeSlots method in GameAttributes, which confused player and slot IDs by deleting nonexistent slots/players from the array. Since this doesn't seem particularly useful (and is even undesirable for scenarios where some players *want* to be the last slot and to leave others empty), I commented it out rather than having the code incur the extra complexity of supporting renumberings.
2008-07-14 06:40:05 +00:00
pch
…
ps
dehydra fixes (mostly copy-ctor warnings)
2008-07-17 14:23:51 +00:00
renderer
dehydra fixes (mostly copy-ctor warnings)
2008-07-17 14:23:51 +00:00
scripting
Adding IsGameRunning() function
2008-07-12 21:27:38 +00:00
simulation
Made rally point setting net-safe.
2008-07-13 17:37:45 +00:00
sound
dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace).
2008-07-13 21:22:03 +00:00
tools
large batch of Dehydra static code analysis fixes
2008-07-12 10:45:11 +00:00
main.cpp
…
test_setup.cpp
…