Commit Graph

19581 Commits

Author SHA1 Message Date
Matthias Mailänder
16d2f8466c Merge pull request #10412 from kyrylo/ra-minelayer-health-buff
ra: buff minelayer's HP
2016-01-04 21:51:39 +01:00
abcdefg30
e9d76011c5 Merge pull request #10388 from RoosterDragon/auto-target-perf
Speed up AutoTarget.ChooseTarget among groups of allied units.
2016-01-04 17:48:33 +01:00
abcdefg30
bb399a536b Merge pull request #10409 from Mailaender/fix-globalchat
Fixed all known crashes in GlobalChat
2016-01-04 15:42:14 +01:00
atlimit8
e4f4c578f6 Merge pull request #10376 from RoosterDragon/repulse-perf
Speed up Aircraft.Repulse.
2016-01-04 01:26:03 -06:00
RoosterDragon
adc7e902e3 Speed up AutoTarget.ChooseTarget among groups of allied units.
Most auto target scans will be conducted among groups of allied units unable to target each other because they are allied and their weapons only target enemies. Since they cannot target each other, the scan will be repeated constantly. Realising this, we can significantly reduce the performance impact of auto target scanning by bailing early in this scenario to avoid carrying out expensive targeting checks on friendly units which we know will fail anyway.
2016-01-04 07:07:26 +00:00
atlimit8
7acd71cd7d Merge pull request #10407 from pchote/ts-resource-colors
Fix the TS resource minimap colors.
2016-01-04 00:31:58 -06:00
Kyrylo Silin
91690bdc44 ra: buff minelayer's HP
Currently 1 rocket soldier can kill a minelayer with 2 shots. With this
change a rocket soldier needs 3 shots. I think this buff is needed
because minelayer costs $800 and it has even less HP than a paper light
tank.
2016-01-04 07:41:51 +02:00
Matthias Mailänder
83bada07b5 don't disconnect every client when one user gets kicked 2016-01-03 23:19:36 +01:00
Matthias Mailänder
fa4a177cd5 fix a NullReferenceException when the widget is unbound 2016-01-03 23:09:04 +01:00
RoosterDragon
5b8b059d19 Merge pull request #10405 from Mailaender/ts-rm-gps
Removed GpsWatcher from Tiberian Sun
2016-01-03 21:40:57 +00:00
Paul Chote
ca2728f361 Fix the TS resource minimap colors. 2016-01-03 21:32:15 +00:00
Matthias Mailänder
1c8a0fc52a remove GpsWatcher from Tiberian Sun 2016-01-03 21:32:07 +01:00
Taryn Hill
7cb8b42a13 Merge pull request #10401 from scshunt/authorship
Add me to AUTHORS file.
2016-01-03 11:48:32 -06:00
Sean Hunt
aa0cd89b5c Add myself to AUTHORS 2016-01-03 12:16:51 -05:00
Matthias Mailänder
3053024fa2 Merge pull request #10400 from scshunt/style
Style fixes.
2016-01-03 18:10:40 +01:00
Sean Hunt
a7a22d7a49 Style fixes. 2016-01-03 12:02:26 -05:00
Matthias Mailänder
14d412a361 Merge pull request #10385 from pchote/d2k-worm-trail
Finish D2K worm implementation
2016-01-03 09:21:08 +01:00
Paul Chote
47c97735ed Overhaul sand worm rendering and attacking. 2016-01-03 01:17:30 +00:00
Paul Chote
8ce274ed79 Overhaul and rename WithActiveAnimation -> WithIdleAnimation. 2016-01-03 01:17:29 +00:00
Paul Chote
adaa1fa70e Add multiple sequence and upgrade support to LeavesTrails. 2016-01-03 01:17:29 +00:00
Paul Chote
6af377030c Add sequence parameter to SpriteEffect. 2016-01-03 01:17:29 +00:00
RoosterDragon
8d7ed98636 Merge pull request #10380 from pchote/improve-trails
Polish and improved customization for actor trails
2016-01-03 01:15:26 +00:00
RoosterDragon
55d074b25d Merge pull request #10384 from pchote/upgrade-newlines
Fix duplicated end of file newline being saved to upgraded yaml.
2016-01-03 00:56:19 +00:00
RoosterDragon
cf841f1e64 Merge pull request #10386 from penev92/fixStuff
Fix upgrade rule output spam
2016-01-03 00:40:44 +00:00
Paul Chote
f108d4b113 Polish wakes for TS HVR and APC. 2016-01-02 21:19:06 +00:00
Pavel Penev
30f6c10101 Fix upgrade rule output spam 2016-01-02 22:37:12 +02:00
Paul Chote
4f1d8b7ac9 Remove spurious final newline from mod files. 2016-01-02 20:06:53 +00:00
Paul Chote
bc4ea3f87b Don’t duplicate the final newline when saving upgraded yaml. 2016-01-02 20:06:52 +00:00
Matthias Mailänder
63af439c73 Merge pull request #10365 from reaperrr/fix-missile-effects
Misc Missile and CreateEffectWarhead tweaks
2016-01-02 17:08:52 +01:00
RoosterDragon
224c458d20 Merge pull request #10375 from Mailaender/zip-codepage
Use UTF8 instead of system locale code page
2016-01-02 14:57:04 +00:00
Paul Chote
7a9f27aa11 Fix trail sprite size with zoom. 2016-01-02 12:25:52 +00:00
Paul Chote
f8b0674ccc Add extra configuration options for trails. 2016-01-02 12:25:52 +00:00
Matthias Mailänder
fb62b40848 Merge pull request #10252 from penev92/removeToP
Remove obsolete TransformOnPassenger trait
2016-01-02 12:49:01 +01:00
Matthias Mailänder
51468c60ed use UTF8 instead of system locale code page 2016-01-02 09:08:21 +01:00
RoosterDragon
53ede338de Speed up Aircraft.Repulse.
Avoid LINQ in the repulsion force calculation, and cache a trait lookup used when determining movement speed.
2016-01-02 06:48:12 +00:00
Pavel Penev
51281e2546 Remove obsolete TransformOnPassenger trait
The upgrade system has made this obsolete. Units like the RA2 IFV are better done that way.
2016-01-02 02:01:46 +02:00
RoosterDragon
0363aeaaea Merge pull request #10362 from Mailaender/new-map-crash
Fixed a crash on new map creation
2016-01-01 20:53:06 +00:00
Pavel Penev
17239979d7 Merge pull request #10162 from teees/hovers-fix2
fix hovers trait to use heightmap
2016-01-01 22:51:27 +02:00
teees
ce5c8fde5c fix hovers trait to use heightmap 2016-01-01 21:04:17 +01:00
Matthias Mailänder
bf2513407a fix a crash on new map creation 2016-01-01 16:47:15 +01:00
Oliver Brakmann
46133891bb Merge pull request #10312 from r34ch/man-to-man-rebalance
Rebalance man-to-man.oramap for the RA mod
2016-01-01 16:38:08 +01:00
Oliver Brakmann
e1a5a5632d Merge pull request #10366 from Phoib/NoLineEnding
Eliminated superfluous linendings
2016-01-01 16:33:28 +01:00
Oliver Brakmann
9e0f325887 Merge pull request #10301 from r34ch/singles-rebalance
Singles rebalance
2016-01-01 16:31:37 +01:00
Emiel Suilen
3e63869bd1 Eliminated superfluous linendings 2016-01-01 16:22:19 +01:00
reaperrr
d93a3a61ee Use DistanceFromEdge instead of OuterRadius for CreateEffectWarhead's hit check 2016-01-01 15:52:13 +01:00
reaperrr
671f5af723 Unhardcode Missile freefall gravity 2016-01-01 15:52:12 +01:00
reaperrr
c02206601c Use airMargin in CreateEffectWarhead's water check
Closes #10350.
2016-01-01 15:43:34 +01:00
Paul Chote
99ef4dc832 Merge pull request #10346 from RoosterDragon/misc-fixes
Dispose fixes + misc touchups
2016-01-01 13:53:05 +00:00
Paul Chote
0d2be8182f Merge pull request #10345 from RoosterDragon/test-deprecation
Suppress warning about Is.StringContaining on NUnit 3
2016-01-01 13:02:08 +00:00
Matthias Mailänder
be235eb9fb Merge pull request #10210 from pchote/other-enter-traits
Add enter behaviour field to Infiltrates/EngineerRepair/RepairsBridges.
2016-01-01 12:01:26 +01:00