Matthias Mailänder
97cb527a8f
Merge pull request #6306 from obrakmann/fix6298
...
Add creeps to scripted missions
2014-08-23 10:07:47 +02:00
Matthias Mailänder
a4ed71bf84
workaroud warning as error CS0067 The event is never used
...
closes #6101
2014-08-23 09:53:12 +02:00
Matthias Mailänder
834bc3ba24
Merge pull request #6265 from pchote/warhead-intification
...
Warhead cleanups
2014-08-23 09:31:41 +02:00
Paul Chote
32e099d60a
Fix inner range filtering in HealthPercentageDamageWarhead.
2014-08-23 17:14:12 +12:00
Paul Chote
db1df48466
Increase falloff accuracy for large damage amounts.
2014-08-23 17:14:12 +12:00
Paul Chote
fa3e7b5e1b
Convert versus to integers.
2014-08-23 17:14:12 +12:00
Paul Chote
50fea12a80
Remove now-redundant AbsoluteSpreadDamageWarhead.
2014-08-23 17:14:11 +12:00
Paul Chote
97c28e1353
Remove fp calculations from SpreadDamageWarhead.
2014-08-23 17:14:11 +12:00
Paul Chote
d002a23d67
Change EffectivenessAgainst to CanTargetActor.
2014-08-23 17:14:10 +12:00
Paul Chote
227a523878
Further warhead streamlining.
2014-08-23 17:14:10 +12:00
Paul Chote
57ba1b54b4
Convert weapon plumbing to use integer damage modifiers.
2014-08-23 17:14:10 +12:00
Paul Chote
8e8e02dae8
Move warheads into mod code.
2014-08-23 17:14:10 +12:00
Paul Chote
34ca30c9f1
Remove more unnecessary plumbing.
2014-08-23 17:14:10 +12:00
Paul Chote
1261d5891d
Move common DoImpact(Target) method into DamageWarhead.
2014-08-23 17:14:09 +12:00
Paul Chote
531e3cfaf3
Fix shroud hash updating. Fixes #6308 .
...
This ensures that multiple Invalidations() in one tick will each update the shroud rendering.
2014-08-23 15:25:39 +12:00
Taryn Hill
4abee8682f
Visual fixes for TS structures and units.
2014-08-22 19:01:01 -05:00
Paul Chote
a781e44509
Don’t leak information about hidden actors. Fixes #6125 .
2014-08-23 11:19:49 +12:00
Paul Chote
2acfc23f18
Account for map edges in Shroud.IsExploredCore.
2014-08-23 10:54:01 +12:00
obrakmann
af9c182d30
Merge pull request #6307 from pchote/osx-bundle-version
...
Set the package version in the OS X .app
2014-08-23 00:39:11 +02:00
Paul Chote
af1c9aca30
Set the package version in the OS X .app.
2014-08-23 10:08:28 +12:00
Christopher Grant
774c8121c2
Fixed invulnerable infantry
...
Closes #6263
2014-08-23 00:04:16 +02:00
Oliver Brakmann
5325fa7bae
Add creeps to scripted missions
...
Fixes #6298
2014-08-23 00:00:40 +02:00
Paul Chote
80c4870a0f
Don’t clear shroud outside the map. Fixes #6097 .
2014-08-23 09:53:27 +12:00
Paul Chote
aa71f59688
Disable fontconfig under OSX. Fixes #4785 .
2014-08-22 23:33:23 +12:00
huwpascoe
baecedc7b8
Cursor Doubling
...
Cursor now doubles with pixel doubling, enabled by a new checkbox in the
settings menu.
2014-08-21 20:08:38 +01:00
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
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
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