Matthias Mailänder
|
a6e42823e5
|
Add WithTextDecoration.
|
2016-07-03 21:31:58 +02:00 |
|
abcdefg30
|
430b654460
|
Merge pull request #11428 from reaperrr/attack-delay
Allow attack anims/overlays to start before weapons fire
|
2016-07-03 18:58:07 +02:00 |
|
reaperrr
|
81190be3b6
|
Merge pull request #11543 from Phrohdoh/chatcommands-no-dupes
Allow overriding previously registered chatcommands
|
2016-07-03 16:48:35 +02:00 |
|
abcdefg30
|
e858e13da7
|
Merge pull request #11561 from Phrohdoh/gives-exp-stances
Replace GivesExperience.FriendlyFire and GivesBounty.Stances with ValidStances
|
2016-07-03 16:24:37 +02:00 |
|
abcdefg30
|
46a9750fcb
|
Merge pull request #11555 from pchote/fix-editor-shellmap-ui
Use BeforeGameStart to remove shellmap UI on editor start.
|
2016-07-03 16:13:31 +02:00 |
|
Taryn Hill
|
f731dc8d68
|
Utility: Add upgrade rules for GivesExperience and GivesBounty changes
|
2016-07-03 08:50:55 -05:00 |
|
Taryn Hill
|
3f6f918b3d
|
GivesBounty: Replace Stances with ValidStances
|
2016-07-03 08:50:55 -05:00 |
|
Taryn Hill
|
ec808ddc54
|
GivesExperience: Replace FriendlyFire with ValidStances
|
2016-07-03 08:50:54 -05:00 |
|
reaperrr
|
a0a6d0705e
|
Merge pull request #11563 from Phrohdoh/fs-mount-tryget
FileSystem.Mount: Use TryGetValue instead of directly accessing a value
|
2016-07-03 15:37:01 +02:00 |
|
reaperrr
|
3ca3fc8d4b
|
Merge pull request #11567 from Mailaender/lint-pips-groups
Documented and exposed the control group sprites to lint testing
|
2016-07-03 15:31:39 +02:00 |
|
Taryn Hill
|
6a228f0428
|
FileSystem: Use TryGetValue in Mount(string, string)
|
2016-07-03 08:25:14 -05:00 |
|
Matthias Mailänder
|
889bbcf428
|
Cache the palette lookup.
|
2016-07-03 14:41:15 +02:00 |
|
Matthias Mailänder
|
4325e1b400
|
Let pipImages tick using the appropriate interface.
|
2016-07-03 14:40:47 +02:00 |
|
Matthias Mailänder
|
3e5155fa7d
|
Cache pipImages in the constructor.
|
2016-07-03 14:40:14 +02:00 |
|
abcdefg30
|
bc93e5f666
|
Merge pull request #11564 from Mailaender/coverity-zipfile
Fixed undisposed file and memory streams in ZipFile and surroundings
|
2016-07-03 14:22:36 +02:00 |
|
Matthias Mailänder
|
3a7558c273
|
Document and lint test pips and groups.
|
2016-07-03 12:26:29 +02:00 |
|
Matthias Mailänder
|
2de423ddb9
|
Dispose fileStream when problems occur.
|
2016-07-03 10:27:44 +02:00 |
|
Matthias Mailänder
|
96d9a01f76
|
Dispose pkgStream.
|
2016-07-03 10:26:56 +02:00 |
|
reaperrr
|
8590be5f74
|
Merge pull request #11482 from pchote/rework-zip-updating
Rework zip updating
|
2016-07-02 17:00:06 +02:00 |
|
reaperrr
|
c8012baffb
|
Make all Attack* traits listen to Stop order
|
2016-07-02 16:02:00 +02:00 |
|
reaperrr
|
c153277e8b
|
Add AttackSounds trait
This trait plays sounds when preparing to attack or attacking.
|
2016-07-02 16:02:00 +02:00 |
|
reaperrr
|
3b43544e2d
|
Add start delay functionality to attack animation traits
|
2016-07-02 16:02:00 +02:00 |
|
reaperrr
|
75c49620d1
|
Introduce INotifyAttack.PreparingAttack
And use it to allow triggering attack animations/overlays at a different point
than the actual weapon firing.
|
2016-07-02 16:02:00 +02:00 |
|
reaperrr
|
87537d9669
|
Move WithAttackOverlay to Mods.Common
|
2016-07-02 16:02:00 +02:00 |
|
reaperrr
|
cf97e36815
|
Merge pull request #11558 from abcdefg30/portableUnhard
Unhardcode the target(blocked) cursor(s) in PortableChrono
|
2016-07-02 15:15:43 +02:00 |
|
reaperrr
|
2640b5df80
|
Merge pull request #11551 from abcdefg30/lowerLevel
Lower the case of the TechLevel in all rules.yaml files
|
2016-07-02 15:07:48 +02:00 |
|
reaperrr
|
fc50127390
|
Merge pull request #11557 from Mailaender/railway-rendering
Fixed Tiberian Sun railway rendering
|
2016-07-02 15:00:31 +02:00 |
|
abcdefg30
|
868d5c14e9
|
Unhardcode the target(blocked) cursor(s) in PortableChrono
|
2016-07-02 13:44:57 +02:00 |
|
Matthias Mailänder
|
7152cec589
|
Fix railway rendering outside the map editor.
|
2016-07-02 12:40:00 +02:00 |
|
Matthias Mailänder
|
2bccdde9d0
|
Move Inherits on top.
|
2016-07-02 12:39:43 +02:00 |
|
Paul Chote
|
89c4cf9658
|
Hack around map creation crash.
|
2016-07-01 21:58:27 +01:00 |
|
Paul Chote
|
21c150fae3
|
Throw a sensible exception when an invalid path is given.
|
2016-07-01 21:58:26 +01:00 |
|
Paul Chote
|
c706e68b73
|
Rework zip file updating.
|
2016-07-01 21:58:26 +01:00 |
|
Paul Chote
|
5d62881be6
|
Support upgrading explicitly referenced yaml paths.
|
2016-07-01 21:58:26 +01:00 |
|
Paul Chote
|
9baee57443
|
Use BeforeGameStart to remove shellmap UI on editor start.
|
2016-07-01 21:54:25 +01:00 |
|
abcdefg30
|
4732f3767f
|
Merge pull request #11459 from reaperrr/fix-range-check
Fix weapon min/max range and validity checks
|
2016-07-01 14:24:41 +02:00 |
|
abcdefg30
|
f945837860
|
Lower the case of the TechLevel in all rules.yaml files
|
2016-07-01 00:00:42 +02:00 |
|
abcdefg30
|
1168d10519
|
Remove empty MapOptions: entries from rules.yaml files
|
2016-06-30 23:59:58 +02:00 |
|
Oliver Brakmann
|
b186084c79
|
Merge pull request #11547 from reaperrr/fix-td-p03
Fix debris P03 template in TD jungle and snow terrain
|
2016-06-30 21:32:45 +02:00 |
|
reaperrr
|
ea18a89e03
|
Fix debris P03 template in TD jungle and snow terrain
|
2016-06-30 19:08:13 +02:00 |
|
Taryn Hill
|
023b17a68e
|
Allow overriding previously registered chatcommands
|
2016-06-30 09:28:27 -05:00 |
|
reaperrr
|
4d90361b8b
|
Merge pull request #11514 from abcdefg30/64ops
Fix a crash with not space occupying actors granting support powers
|
2016-06-30 15:35:02 +02:00 |
|
reaperrr
|
8493b1deda
|
Merge pull request #11512 from Nelax/ai-squadexclude
Added Squad Exclusion to HackyAI
|
2016-06-30 15:21:22 +02:00 |
|
reaperrr
|
f5c89ae56d
|
Merge pull request #11497 from obrakmann/stuff-for-sp-1
Add functionality requested for Shattered Paradise
|
2016-06-30 15:13:49 +02:00 |
|
reaperrr
|
213c1bcb3e
|
Merge pull request #11463 from reaperrr/fix-ai-mcv
Improve AI MCV deployment
|
2016-06-30 11:44:14 +02:00 |
|
Matthias Mailänder
|
641cb96dac
|
Merge pull request #11542 from MustaphaTR/ant-crush-fix
RA - Some fixes about Giant Ants
|
2016-06-28 20:48:13 +02:00 |
|
Mustafa Alperen Seki
|
079d58dbef
|
Some fixes about Giant Ants.
|
2016-06-28 16:42:58 +03:00 |
|
reaperrr
|
e647af3dd1
|
Allow modders to choose AI MCV deployment base restriction
For some mods, a random map location might be a better choice for the AI than deploying the MCV inside the base, so we allow modders to customize it.
|
2016-06-27 18:17:51 +02:00 |
|
Matthias Mailänder
|
921375973e
|
Merge pull request #11522 from pchote/more-installers
Support content installation from "C&C The Ultimate Collection" (Origin versions).
Closes #9479
Closes #11524
|
2016-06-26 19:42:10 +02:00 |
|
Paul Chote
|
40089e7076
|
Fix logging on bogus extraction metadata.
|
2016-06-26 18:23:44 +01:00 |
|