RoosterDragon
0dc51f79a0
Fix FrozenActorLayer.FootprintBounds.
...
The size of the bounds was too small (as rectangle has exclusive edges on the right and bottom). This meant some intersection tests would fail and thus the frozen actor was not found when searching the partition bins.
2016-01-03 23:48:28 +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
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
Matthias Mailänder
b3c474ebf9
Merge pull request #9452 from atlimit8/CreateFrozenActorsInFrozenUnderFogConstructor
...
Move FrozenActor creation to Created in FrozenUnderFog
2016-01-01 11:45:08 +01:00
RoosterDragon
3e77f48b06
Rethrow exception correctly in CoordinateTest.
2016-01-01 04:51:57 +00:00
RoosterDragon
5f13fa0343
Fix serialization of custom exceptions.
2016-01-01 04:51:55 +00:00
RoosterDragon
b5f24c3fa6
Add some missing Dispose calls, fix some Dispose implementations.
2016-01-01 04:51:54 +00:00
Matthias Mailänder
85ffd505c1
Merge pull request #10344 from obrakmann/fix10339_map-editor-filetype-crash
...
Allow only valid file types when saving maps in the editor
2015-12-31 13:33:45 +01:00
Matthias Mailänder
f8161300ed
Merge pull request #10304 from whinis/ReplayReworkPR
...
Reworking ReplayRecorderConnection to be not be a Connection
2015-12-31 12:40:51 +01:00
Matthias Mailänder
cd730914db
Merge pull request #10119 from RoosterDragon/sort-effects-with-actors
...
Interleave renderables for effects and actors
2015-12-31 12:31:47 +01:00
Matthias Mailänder
6a555a7a8d
Merge pull request #10089 from abcdefg30/shellmapCPU
...
Try to win a small amount of performance when the shellmap is disabled
2015-12-31 12:22:14 +01:00
DArcy Rush
68d8ba7344
Update singles.oramap in the RA mod
2015-12-31 09:33:24 +00:00
DArcy Rush
e88721ca73
Rebalance man-to-man.oramap for the RA mod
2015-12-31 08:41:50 +00:00
Matthias Mailänder
9e5d325a25
Merge pull request #10347 from r34ch/kotg2-rebalance
...
Rebalance keep-off-the-grass-2.oramap for the RA mod
2015-12-31 09:39:49 +01:00
Matthias Mailänder
39bdda8fd3
Merge pull request #10352 from RoosterDragon/global-light-perf
...
Speed up GlobalLightingPaletteEffect.
2015-12-31 09:35:19 +01:00
atlimit8
4744f436d3
Move FrozenActor creation to Created in FrozenUnderFog
2015-12-31 00:53:26 -06:00
RoosterDragon
32bf9f7661
Suppress warning about Is.StringContaining on NUnit 3.
2015-12-31 06:37:55 +00:00
RoosterDragon
208b51feb1
Speed up GlobalLightingPaletteEffect.
...
Perform everything in integer arithmetic using some bit twiddling to avoid the performance cost of converting to and from floating point values.
2015-12-31 06:26:05 +00:00
Whinis
155c74fc5f
Reworking ReplayRecorderConnection to no longer be an IConnection but rather attached to IConnection
2015-12-30 22:17:13 -05:00
reaperrr
f7c6938e27
Merge pull request #10243 from pchote/fix-neutrino-bullets
...
Fix collision detection for Missiles and Bullets.
2015-12-31 00:14:16 +01:00
Matthias Mailänder
aed5e4a057
Merge pull request #10337 from RoosterDragon/fix-upgrade
...
Fix UpgradeChromeMetrics.
2015-12-30 23:48:33 +01:00
RoosterDragon
47aafc7936
Merge pull request #10334 from obrakmann/fix10331_suppress-unread-irc-notifications
...
Fix counting IRC notifications as unread messages
2015-12-30 22:25:17 +00:00
abcdefg30
f364a306f3
Merge pull request #10201 from teees/discardexcessresources
...
Optionally discard resources when silo capacity has been reached
2015-12-30 22:43:15 +01:00
DArcy Rush
6b93e21b81
Rebalance keep-off-the-grass-2.oramap for the RA mod
2015-12-30 21:36:16 +00:00