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-12 06:36:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7eee81ec8299ca03f7a7579cbbbbc6994ca0564e
0ad
/
source
T
History
Matei
0cbb38bfd9
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.
...
This was SVN commit r6228.
2008-07-14 06:40:05 +00:00
..
collada
…
dcdt
/se
…
graphics
dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace).
2008-07-13 21:22:03 +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
large batch of Dehydra static code analysis fixes
2008-07-12 10:45:11 +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
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
renderer
large batch of Dehydra static code analysis fixes
2008-07-12 10:45:11 +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
…