Units now actually move at the speeds given in the design menu, which in the case of
VTOLs is up to 2.5 times faster, and which in the case of land units up to 1.2 times
faster on one particular terrain type, instead of moving at a maximum of
DROID::baseSpeed, which is the speed before terrain modifiers.
Introduced in 4b08dd0b0c.
Fixes ticket:3140.
Ctrl+C: All cyborgs
Shift+C: All cyborgs with weapons
Shift+E: All cyborg engineers
Shift+G: All ground based attack units including hovers
Shift+M: All cyborg mechanics
Shift+P: All transporters
Shift+R: All tanks with repair turrets
Shift+S: All sensor units
Shift+T: All trucks
Original patches by JDW and Wolfbyte. Closes#3150.
Introduced in 82e00bf7747af4962a32b67e4215d40298bbf9b3:
Roll to camera uses TYPE x1x instead of a "1 x 0" connector.
Pitch to camera uses TYPE x2x instead of a "2 x 0" connector.
Additive uses TYPE xx1/xx2 to dis/enable instead of a "x 1 0"/"x 2 0" connector.
Introduced in f3ba2378e54ab0557db4a20c876043f8be059906:
Premultiplied uses TYPE xx4 instead of a "x 3 0" connector.
Refs #3024.
Flash research button, if there is a free lab and a new research becomes available, or if
a lab becomes available and there is something to research.
Stop flashing the research button, if there is nothing to research, or no free labs; for
example, due to a lab being upgraded or destroyed.
Available researches which are already being researched by an ally no longer count towards
the button flashing.
Do not randomly start flashing the research button again, even if there are still free
labs which are not researching.
Fixes ticket:1835.
If cancelling a research by clicking on the current research, in the research menu (not
right-clicking on the facility), then the next completed research in the same facility
would linger after completion.
Research is cancelled twice when clicking on the current research, but was incorrectly
registered as cancelling three times, confusing the facility. Also, when cancelling, the
second cancellation would fail to be registered, due to the ID of the research facility
not being sent.
Fixes ticket:3130.
even if you have scavengers in the game, and the scavenger script context is not
created, leading to an assert and lack of scavenger action in the game. Fixed.
Only triggers in the rarely-used 'Allow Alliances' game mode, in games with AIs. When
offering an AI an alliance, the AI would sometimes accept instantly, and the acceptance
was not synchronised.
Hopefully reduces Zzz microfreezes a bit, in the case of laggy connections.
There's probably a better way of guessing latency than this, but it works for now.
Always display the chat console, instead of only flashing it while pressing Esc
repeatedly. Fix weird font sizes. Show which players have loaded so far. Show
joining status for everyone, not just the host.
* bugfixes:
Check if we actually need to hide widgets before hiding them
Fix player counts for both AI & humans & 'closed' slots in MP games
Should fix indicator for loading, skirmish & MP screens. fixes ticket:3104
Fix calling batch file for autorevision.sh script refs: 17596232cc
Don't go past the map's player limits when allocating players. fixes ticket:3089
Fix issues that were overlooked from the revert(s) in ac550acd58
qtscript: Add a note about local variables to the documentation.
Splice in the Changelog from 2.3.
Set radarOnScreen to true by default.
Add general rules script for the campaign.
Run eventStartLevel always, not only for skirmish.