huwpascoe
7d96a6ac96
Fixed SpriteRenderer offset bug.
2014-08-21 20:08:33 +01:00
obrakmann
6fcd4c3605
Merge pull request #6109 from WolfGaming/RemoveOnPrereq
...
Added a trait that removes an actor when prereqs are met, with delay.
2014-08-21 20:50:29 +02:00
WolfGaming
d619fbfbbe
Added a trait that removes an actor when prereqs are met, with delay.
2014-08-21 18:42:37 +00:00
Alexander Fast
e934df374d
Fixes double auto completion in in-game chat.
2014-08-21 13:12:29 +02:00
Alexander Fast
a73898d441
Fixes double auto completion.
...
Pressing tab twice would auto complete (the same name) twice.
Auto completion is now disabled when last character in sentence is a
space.
2014-08-21 13:05:04 +02:00
Alexander Fast
bab7f765dd
Replaced GetPlayerNames method with simpler linq.
...
Bonus feature: it now auto complete bot names as well.
2014-08-21 13:02:17 +02:00
Alexander Fast
0c6f180f56
Replaced ForEach with loop, moved Trim outside.
2014-08-21 12:39:53 +02:00
Paul Chote
2bc17aee1f
Merge pull request #6296 from mizipzor/fix-license
...
Fixes year numbers in license text in file headers.
2014-08-21 21:36:30 +12:00
Alexander Fast
070d00c678
Fixes year numbers in license text in file headers.
2014-08-21 11:27:52 +02:00
obrakmann
87e4d6b422
Merge pull request #6079 from reaperrr/rof-modifier
...
Adds ReloadDelay modifier & renames ROF to ReloadDelay
2014-08-21 00:27:39 +02:00
Paul Chote
a3a838cb3f
Merge pull request #6089 from reaperrr/wavlength
...
Add WavSoundLength to show track length in music player
2014-08-20 23:56:02 +12:00
Alexander Fast
e9d488fd9c
Update AUTHORS
...
Added myself as requested by Mailaender.
2014-08-20 12:45:49 +02:00
reaperrr
3e3f1394d9
Adds length display support for PCM & IMA music.
2014-08-20 08:22:40 +02:00
havok13888
d44e01e232
Fixed starport and palace
2014-08-19 18:24:46 -05:00
Alexander Fast
8b7f2e0321
Fixes outdated dialog.png in Tiberian Sun mod.
2014-08-19 22:51:49 +02:00
Alexander Fast
3160fa40f6
Added tab completion to lobby chat.
...
Also fixes accidental reversion of one word logic during cleanup.
Fields that could be readonly are now readonly.
2014-08-19 22:48:51 +02:00
Alexander Fast
ab61830d0f
Code cleanup based on code review.
...
Fixes multiple enumeration of IEnumerable.
Fixes return value of pure method not used.
Converted OnTabKey and OnClick handlers to method groups.
Removed one set of redundant parenthesis.
Replaced explicit type with var.
2014-08-19 21:27:39 +02:00
Alexander Fast
034625c2ea
Added tab completion to in-game chat.
...
Both player names and chat commands can be completed.
Names of local players and bots are not candidates for completion.
If a completed name is the first word ": " is appended to the end.
The hotkey for toggling team/all chat has been moved to left Alt.
2014-08-19 17:19:32 +02:00
Alexander Fast
bb88fddb0f
Manual merge of dialog.png
...
The new file inclused both the black box and the new vivid red colors.
2014-08-19 09:36:46 +02:00
Sebastien Kerguen
12b2f45d2b
Trying to fix Settings buttons
2014-08-19 09:26:39 +02:00
Sebastien Kerguen
dee2f1e67c
fixed the Battlefield News button
2014-08-19 09:26:38 +02:00
Sebastien Kerguen
d9a8d09fbe
chrome.yaml fixes
2014-08-19 09:26:37 +02:00
reaperrr
f588b07f56
Upgrade rule for ROF > ReloadDelay renaming.
2014-08-19 02:59:51 +02:00
reaperrr
d6ef37a750
ReloadModifier & ROF -> ReloadDelay yaml changes
2014-08-19 02:59:50 +02:00
reaperrr
4469b5f5ca
Introduces ReloadModifier
...
and renames ROF -> ReloadDelay
2014-08-19 02:59:50 +02:00
Paul Chote
520df8242d
Merge pull request #6217 from Mailaender/starting-units-classname
...
Fixed lobby start unit notifications not showing class names
2014-08-19 10:15:12 +12:00
obrakmann
f161d87d07
Merge pull request #6271 from pchote/map-kick-fix
...
Avoid sending the map change order when selecting the same map.
2014-08-18 20:01:15 +02:00
Paul Chote
774e516106
Suppress map change order when selecting the same map. Fixes #6206 .
2014-08-19 00:13:48 +12:00
Paul Chote
fce732b060
Merge pull request #6255 from ScottNZ/generals
...
Add support for C&C Generals .big archive files
2014-08-18 22:21:21 +12:00
Matthias Mailänder
fa2b2bea0b
beautify starting unit notification when joining server
...
move LobbySettingsNotification into it's own ServerTrait
2014-08-17 07:39:34 +02:00
ScottNZ
009dc79222
Add support for C&C Generals .big archive files
2014-08-17 17:02:38 +12:00
Paul Chote
e2ede4ec24
Merge pull request #6201 from cjshmyr/morelua
...
Add more Lua functions
2014-08-17 12:54:30 +12:00
Paul Chote
d9dc514d37
Merge pull request #6262 from Mailaender/silo-placement-loop-glitch-fix
...
Fixed silo fullness animations loop during building placement
2014-08-17 12:36:17 +12:00
Matthias Mailänder
da7caa6105
Merge pull request #6183 from UberWaffe/6030Fix_UpgradeRules
...
Closes #6177
Closes #6222
Closes #6240
Closes #6245
2014-08-16 18:07:56 +02:00
Matthias Mailänder
df09d16a1c
Merge pull request #6218 from pchote/percentmods
...
Change attribute modifiers to use integers.
2014-08-16 17:28:37 +02:00
Matthias Mailänder
29dc1b574c
fix silo animations playing during building placement
...
closes #6258
2014-08-16 17:17:25 +02:00
UberWaffe
256f6bdd7b
Fixed custom weapon rules in maps.
2014-08-16 10:58:04 +02:00
UberWaffe
0ebe1c2c6a
Made Effect, Resource and Smudge warheads return 0% effective against actors.
2014-08-16 10:58:04 +02:00
UberWaffe
fb2b63c7f8
#6030 regression fix. Added EffectivenessAgainst <= 0 check to IsvalidAgainst for Warhead.
2014-08-16 10:58:03 +02:00
UberWaffe
390ca380bd
Fixed Warhead ValidTargets and InvalidTargets.
2014-08-16 10:58:02 +02:00
UberWaffe
0904b6a1a4
Fixed UpgradeRules for #6030 .
2014-08-16 10:58:01 +02:00
Curtis Shmyr
cb4bd52fc0
Added more Lua functions
2014-08-15 19:51:02 -06:00
Paul Chote
c8b3628852
Merge pull request #6219 from Mailaender/auto-lua-update
...
Fixed the automatic wiki documentation update
2014-08-16 12:21:07 +12:00
Paul Chote
46e133d2c6
Merge pull request #6257 from Mailaender/d2k-light-offset
...
Fixed sprite offset for light vehicle factory roofs
2014-08-16 12:18:15 +12:00
Paul Chote
02a85b5474
Merge pull request #6173 from reaperrr/jamslater-ima-adpcm
...
Implement IMA ADPCM WAV file support
2014-08-16 11:20:03 +12:00
Paul Chote
c80a12f99c
Merge pull request #5937 from reaperrr/explosions2
...
Implements more sophisticated explosion animation/sound system
2014-08-16 01:58:11 +12:00
Matthias Mailänder
f8f73e7ba7
Merge pull request #6250 from UberWaffe/#6149_AIRepair
...
Closes #6149
2014-08-15 06:23:47 +02:00
Matthias Mailänder
d3fbed8faa
fix offset for light vehicle factories
2014-08-15 06:17:58 +02:00
Matthias Mailänder
1937e66cca
Merge pull request #6248 from reaperrr/d2k-roof-fix
...
Fix D2k heavy factories roof ZOffset
2014-08-15 06:14:58 +02:00
Matthias Mailänder
53372b7f9d
Merge pull request #6256 from jfinkels/patch-1
...
Fixes incorrect package name in INSTALL.md
2014-08-15 06:11:53 +02:00