Reduce severity of "A script is trying to build a different number...…
…" warning. Closes ticket:2854
Fix there being two functions called getStructureSize(), differing in…
… return value only. Renamed one to getStructureSizeMax().
Fix all builds, they should now all compile assuming everything is se…
…t up correctly. You have both Debug & Release builds, using MS's STL, and the you have Debug & Release builds using STLport. The STLport version is prefered.
Revert "Fix SP bug that didn't set the limits correctly for the Cybor…
…g Factory, it really should be fixed in the scripts, however, this will not harm anything, just note that the current limit is MAX_FACTORY which is currently 5." This reverts commit a111835. It is a duplicate patch.
Remove dangling footnote in mouse options. Clean up spacing in same o…
…ptions. The unnoticable was noticed by effigy.
Fix assert issue when selecting trucks and non-trucks at the same tim…
…e to do construction work. Reviewed by Cyp.
Make rayCast function look at each tile on the line exactly once.
The function will still look at the same tile twice, however, if the source and destination are in the same tile, and the source and destination are not identical. Fixes ticket:2832.
Apparently, ShellExecute is ShellExecuteA on mingw, and not ShellExec…
…uteW. Forcing it to ShellExecuteW. refs ticket:2875
autogen.sh always instructs user to run configure in current director…
…y - even when autogen.sh has been run from separate builddir. Patch by cazfi, closes ticket:2883
"make distcheck" errors about some files required for complete build …
…missing from tarball. Patch by cazfi, closes ticket:2882
Really don't include moc'ed files in the tarballs.
Really fixes #2846.
Put all .gmo and asciidoc-generated files into srcdir.
This way they will always be in the same location, regardless of building from tarball or source, and in or out of the srcdir. .gmo fix adapted from patch by cazfi. Closes #1473.
When installing Warzone for windows, we will now show the version of …
…the game in the start menu, and also shown in the 'Uninstall programs' list in the control panel, and the desktop shortcut as well. This fixes ticket:2856
When reading in map values from a map, don't do any conversions on sa…
…id map for the player's starting position. They should __not__ be remaped. fixes ticket:2859 refs: 09eb6e7
Fix Vtols so they calculate pathing routes instead of assuming otherw…
…ise. refs ticket:2534
Clean up calcDroidIllumination() - fix crash if called on an empty ma…
…p. Fix possible unsigned underflow.
Use AT&T's binaries of fontconfig and freetype for QuesoGLC.
This eliminates the dependency on X11 for the mac builds.
Completely clear order queues, including orders queued to be placed i…
…n an order queue. Should be a sendQueuedDroidInfo() to flush the order-queue queue. This fixes droids moving or even attacking own structures after loading a game, due to left-over orders.