Use the tag for 3.1.1 not 3.1!
Revert "Bump version for 3.1.1 (final)" This reverts commit f6e8dad.
An attempt to make Nexus and Semperfi no longer leave modules unfinis…
…hed. (cherry picked from commit f50c036)
Updated textures and models by Christian Scholz (cnceo), and tcmasked…
… VTOL pad by Berg.
Fix path concatenation bug in CheckInMap, don't forget to check out t…
…he skirmish folder.
Fix some issues for different compilers.
NOTE to VS users: If you installed git, so it is part of your system path, then there is no need to change anything. If not, then, you need to edit build_tools/autorevision.bat, and fix the PATH statement to point to where you installed git.
C6289 Mutual exclusion over logical-OR is true. Incorrect operator: mutual exclusion over || is always a non-zero constant. (Make sure it is a wall, before we skip it.)
Fix feature creation to have the actual feature selected, and not the first feature of the same type. Show the pies instead of the '?' button for features (debug menu!) Closes ticket:4166
Fix throttling of danger function. It was only supposed to do work every
GAME_TICKS_FOR_DANGER ticks, but last call time was never saved. Patch by NoQ. Closes ticket:4212
Stop Auto-repair from repairing unfinished structures. Patch by Kreuvf.
Closes ticket:4205.
cleanup the autorevision.h.new file when it is not moved to replace a…
…utorevision.h Patch by rbt closes ticket:4018
Fix iterator erasing from std::list
Fix data race condition. Fixes ticket:4213 Fixes ticket:3228
Fix CC issues to resolve trying to link to shared libs instead of sta…
…tic. Remove functions that are now integrated with the new CC. This commit is ONLY for the Cross-Compiler. Nothing else should be affected by these changes.
Remove severely outdated build system that doesn't work
and wasn't maintained.
Revert "Don't allow the transporter to get oil (or any other feature)…
… on campaign games." Redoing this another way, see transporter cleanup patch. This reverts commit 5496352.
Using isTransporter() instead of psDroid->droidType == DROID_TRANSPORTER || psDroid->droidType == DROID_SUPERTRANSPORTER. There should be no logic changes in this patch. closes ticket:4246
Don't allow transporters to pick up oil/artifacts either.
refs ticket:4246
Note to updater, keep line endings the same as the original, and also name the po file correctly as well. closes ticket #4250
Revert this to make buildbot happy once again.
Revert "Bump version for 3.1.2 (RC)" This reverts commit 67f5e85.