Matthias Mailänder
4e950024d3
Merge pull request #8046 from obrakmann/fix_missing_infantry_in_legacy_editor
...
Fix missing infantry in the legacy editor
2015-04-27 21:28:43 +02:00
Matthias Mailänder
f9fa5cc9b0
Merge pull request #8038 from pchote/resource-slopes
...
Prevent resources from spawning on ramps.
2015-04-27 21:24:09 +02:00
Taryn Hill
f6a34aab9c
Add UnloadTerrainTypes restriction to Cargo.
2015-04-27 12:23:29 -05:00
Oliver Brakmann
22cd68e8f9
Fix missing infantry in the legacy editor
...
The editor is looking for actor types that implement ILegacyEditorRender, but infantry units don't anymore since #7638 .
This moves ILegacyEditorRender to the root of the Render* inheritance tree, so that all actor types have access to it.
2015-04-27 17:52:14 +02:00
Paul Chote
94f22638be
Add an upgrade rule.
2015-04-27 19:47:12 +12:00
Paul Chote
614f96046c
Remove RenderSprites animation keys.
2015-04-27 19:38:23 +12:00
Paul Chote
8b7453070a
Include all the relevant palettes in the asset browser.
2015-04-27 19:21:55 +12:00
Paul Chote
098d69f120
Prevent resources from spawning on ramps.
2015-04-27 19:21:12 +12:00
abcdefg30
c4a63eee30
Merge pull request #7875 from penev92/bleed_exposePlayerReferences
...
Add upgrade rules support for map PlayerReferences
2015-04-26 22:53:42 +02:00
Oliver Brakmann
d6963567d9
Merge pull request #8034 from pchote/chrome-logic
...
Some chrome logic cleanups
2015-04-26 22:19:28 +02:00
penev92
2402b56da7
Reorganize PlayerReference loading to enable upgrade rules for them.
...
The PlayerReference definitions are now stored
as raw MiniYamlNodes in the map.
2015-04-26 23:16:20 +03:00
Oliver Brakmann
354b45add7
Merge pull request #8025 from pchote/radar-updates
...
Use the correct (tile-based) radar color when updating the radar.
2015-04-26 20:30:54 +02:00
Oliver Brakmann
e7cbd5a41b
Merge pull request #7937 from pchote/some-editor-prereqs
...
A collection of ActorPreview improvements.
2015-04-26 18:46:26 +02:00
Paul Chote
bf8e5169f6
Fix colorpicker preview.
2015-04-27 04:14:09 +12:00
Matthias Mailänder
6653322096
Merge pull request #8011 from penev92/bleed_fixTakeCover
...
Move prone-related logic from DamageWarhead to TakeCover
2015-04-26 16:20:27 +02:00
Matthias Mailänder
67c9df62c3
Merge pull request #7829 from sinf/hotkeys
...
Closes #7369
2015-04-26 16:02:08 +02:00
penev92
36abf2ac41
Add an upgrade rule for TakeCover
2015-04-26 14:29:12 +03:00
penev92
ea01439377
Add an upgrade rule for DamageWarheads
2015-04-26 14:29:10 +03:00
penev92
aa57d5f956
Move prone-related logic from DamageWarhead to TakeCover
...
Add DamageTypes to DamageWarhead and DamageTypeModifiers to TakeCover
2015-04-26 14:29:08 +03:00
Paul Chote
e0ac3df373
Split perf widgets into their own file.
2015-04-26 23:21:02 +12:00
Paul Chote
da70683c03
Split OrderButtonsChromeLogic into smaller classes.
2015-04-26 23:21:02 +12:00
Matthias Mailänder
63e4d40770
add alpha channel to every possible blend mode
2015-04-26 09:22:19 +02:00
Paul Chote
1b31001661
Merge pull request #7974 from Mailaender/ts-hover-wakes
...
Added the Hovercraft wake animation
2015-04-26 18:50:42 +12:00
Paul Chote
57db20da5d
Merge pull request #8028 from RoosterDragon/cache-traits
...
Cache traits
2015-04-26 18:23:15 +12:00
Paul Chote
8a171bb452
Don’t export certain Init types.
2015-04-26 18:12:21 +12:00
Paul Chote
a2af79ff98
Add support for wall preview neighbours.
2015-04-26 18:12:20 +12:00
Paul Chote
76202a9f6a
Fix turret preview z-offsets.
2015-04-26 18:12:20 +12:00
Paul Chote
d5541accda
Fix custom palettes in actor previews.
2015-04-26 18:12:20 +12:00
Paul Chote
1256ddc6a6
Account for bibs in ActorPreviews.
2015-04-26 18:12:19 +12:00
Paul Chote
56bf0f36a8
Fix crate actor previews.
2015-04-26 18:12:19 +12:00
Paul Chote
09bad3f0ef
Account for damage state in ActorPreviews.
2015-04-26 18:12:19 +12:00
Paul Chote
8f93d7b5d7
Simplify and fix animation glitches.
2015-04-25 22:52:14 +02:00
Matthias Mailänder
b07d125d18
add an upgrade rule
2015-04-25 22:52:14 +02:00
Matthias Mailänder
8c8b9b1cc3
deprecate RenderBuildingWarFactory
2015-04-25 22:52:14 +02:00
Matthias Mailänder
9a37e77d1a
fix the weapon factory door opening animation
2015-04-25 22:52:14 +02:00
Matthias Mailänder
9c20de7d98
readonly and don't sync cosmetic traits
2015-04-25 22:52:14 +02:00
RoosterDragon
fb0cab7481
Cache results of TraitsImplementing calls.
...
If a class is caching the TraitsImplementing enumerable, instead cache the results of enumerating it to an array. The avoids having to enumerate the sequence each time it is needed.
2015-04-25 20:42:27 +01:00
RoosterDragon
2937a31463
Make IsDisabled a method on Actor.
...
This allows us to cache the disabled traits, which simplifies life for some callers since we relieve them of having to cache it, as well as improving perf for all IsDisabled calls.
2015-04-25 20:42:26 +01:00
RoosterDragon
500a33b590
Cache some trait lookups that occur frequently.
2015-04-25 20:41:49 +01:00
Paul Chote
acee680083
Use the correct (tile-based) radar color when updating the radar.
2015-04-26 07:19:57 +12:00
RoosterDragon
087b407f46
Avoid ScrollPanelWidget drawing invisible child items.
...
If child items in a scroll panel will be outside the scissor area, then we can avoid drawing them at all. If a scroll panel has many items, this reduces to the draw cost closer to those visible in the panel, rather than costing for all the items.
2015-04-25 18:55:47 +01:00
RoosterDragon
60238a858d
Load replays asynchronously and in parallel.
...
This prevents the UI blocking, and also speeds up loading time for getting all the replays displayed.
2015-04-25 18:55:46 +01:00
Oliver Brakmann
a48a878a71
Merge pull request #7983 from pchote/radar-colors
...
Adjust IRadarSignature to support per-cell colors.
2015-04-25 16:38:28 +02:00
sinf
9250c61473
Added Hotkeys for support powers
2015-04-25 13:15:06 +03:00
Matthias Mailänder
70db0fa784
add the Hovercraft wake animation
2015-04-25 11:26:59 +02:00
Oliver Brakmann
76ff0eddb9
Merge pull request #7908 from penev92/bleed_minimapCheat
...
Add a DevCommand for enabling the minimap
2015-04-25 11:13:23 +02:00
Paul Chote
6b79af4d62
Merge pull request #7957 from Mailaender/ts-powerdown-indicator-palette
...
Fixed Tiberian Sun building repair and power down indicator palette
2015-04-25 19:50:21 +12:00
Matthias Mailänder
a5f60deedd
fix TS repair indicator palette
2015-04-25 09:36:20 +02:00
Paul Chote
1e30fdb333
Merge pull request #7909 from reaperrr/projectile-cleanup2
...
Projectiles cleanup Part 2
2015-04-25 18:41:06 +12:00
Paul Chote
69fed6a688
Merge pull request #7865 from Phrohdoh/deploy-to-upgrade
...
Implement DeployToUpgrade.
2015-04-25 18:11:34 +12:00