Oliver Brakmann
92101a1393
Merge pull request #7487 from abcdefg30/changealtitude
...
Change the plane altitude in ra
2015-02-28 19:49:39 +01:00
abcdefg30
28262df1e5
Don't crash when selling an actor using OnAllRemovedFromWorld
2015-02-28 09:38:14 +01:00
Pavel Penev
cee3d6cf9e
Merge pull request #7532 from RoosterDragon/disabledoverlay-modifyrender
...
Adjust DisabledOverlay.ModifyRender to be more efficient.
2015-02-27 01:08:39 +02:00
RoosterDragon
6baa35a763
Adjust DisabledOverlay.ModifyRender to be more efficient.
...
When not disabled, ModifyRender doesn't actually alter the sequence, so we can just return it directly and avoid adding another layer of enumerable. If it is disabled, then the modifying enumerable has one less condition to check inside the loop.
2015-02-26 21:58:29 +00:00
Pavel Penev
0c9960ae1b
Merge pull request #7519 from obrakmann/fix7516_default-facing
...
Change default facing to 0
2015-02-26 23:23:43 +02:00
Oliver Brakmann
a1beb8a61e
Merge pull request #7555 from delftswa2014/bugfix/resourcegrowth_transient
...
allowed resources to be grown under Actors
2015-02-26 22:18:01 +01:00
Pavel Penev
67cee6324c
Merge pull request #7511 from obrakmann/vqaplayer-no-mouse
...
Prevent VqaPlayerWidget from eating the radar bin's mouse input
2015-02-26 23:14:26 +02:00
Oliver Brakmann
325f8fbb17
Merge pull request #7554 from x-a-n-a-x/RA-DebugSymbol
...
Adds a debug symbol (RA mod)
2015-02-26 22:00:20 +01:00
Nick ten Veen
96e9b90a64
Fixed #7008 for TD, TS and D2K aswell
2015-02-26 21:56:35 +01:00
Nick ten Veen
78511de58f
allowed resources to be grown under Actors
2015-02-26 18:15:09 +01:00
Sebastien Kerguen
1b0a805fc6
Adds the chrome.psd (art source)
2015-02-26 17:26:07 +01:00
Sebastien Kerguen
3834a08c73
Adds a debug symbol (RA mod)
2015-02-26 17:08:00 +01:00
Oliver Brakmann
4beef806d6
Merge pull request #7521 from delftswa2014/bugfix/cheatfix
...
Forgot shroud on all-cheat
2015-02-25 23:35:00 +01:00
reaperrr
57a4bdb606
Remove obsolete PackageContents from TS mod.yaml
2015-02-23 23:30:14 +01:00
reaperrr
e38736670c
Move TS music, notifications and voices yamls to audio subfolder.
...
Move TileSets and tile/cell settings for consistency with other mods.
2015-02-23 23:29:39 +01:00
reaperrr
650bc615af
Move D2k music, notifications and voices yamls to audio subfolder.
...
Move TileSets a little for consistency with other mod.yamls.
2015-02-23 23:27:49 +01:00
reaperrr
26158ad722
Move TD music, notifications and voices yamls to audio subfolder.
...
Move TileSets and Translations in mods.yaml for consistency with other mods.
2015-02-23 23:24:18 +01:00
reaperrr
7baad53124
Move RA music, notifications and voices yamls to audio subfolder
2015-02-23 23:20:55 +01:00
Oliver Brakmann
ec12fb130c
Merge pull request #7527 from delftswa2014/bugfix/lobby_chat_margin
...
Increase ItemSpacing in CHAT_TEMPLATE for the lobby chat
2015-02-23 22:13:42 +01:00
Oliver Brakmann
0bf9b04b51
Merge pull request #7531 from RoosterDragon/stream-read-fixes
...
Fix some broken Stream.Read calls.
2015-02-23 21:49:49 +01:00
pevers
6d716d301a
DisableShroud cheat now properly disables after disabling the all-cheat
...
Smaller code base
Added newline
Added newline between assignment and statement
fixed spacing
fixed spacing
fixed spacing
2015-02-23 21:19:07 +01:00
RoosterDragon
d4421f0a41
Fix some broken Stream.Read calls.
...
Change callers of this method to use the ReadBytes extension method that ensures the requested amount of bytes are consumed.
Also tighten argument validation.
2015-02-23 19:40:16 +00:00
jabbink
a7a326c568
Increase ItemSpacing in CHAT_TEMPLATE for the lobby chat
...
Fixes #7447
2015-02-23 15:12:11 +01:00
David Jiménez
8659a3e71e
Introduced the interfaces IActor, ICacheStorage, ILog, IMap, IWorld a
...
nd IMobileInfo to separate concrete implementations and abstractions
2015-02-22 23:14:12 +01:00
Oliver Brakmann
85fae8720d
Merge pull request #7510 from DeadlySurprise/UninstallFix
...
Added uninstaller check for running game
2015-02-22 17:14:11 +01:00
Oliver Brakmann
02c4ace0af
Change default facing to 0
2015-02-22 16:25:40 +01:00
Oliver Brakmann
293ec6577b
Merge pull request #7507 from delftswa2014/bugfix/cheatfix
...
Fixed all cheat code
2015-02-22 15:10:17 +01:00
pevers
3f1db45ea6
changed all cheat to really enable everything on call
...
added givecash to the all cheat
fixed spacing
fixed spacing
2015-02-22 14:43:42 +01:00
DeadlySurprise
4668452e9b
Added plugin download to appveyor
2015-02-21 21:58:07 +01:00
DeadlySurprise
c50feeb4e2
Added uninstaller check for running game
2015-02-21 21:57:46 +01:00
Oliver Brakmann
d3dab83de8
Merge pull request #7461 from pchote/remove-legacy-sidebar
...
Remove legacy sidebar code
2015-02-21 16:46:39 +01:00
Oliver Brakmann
878430622f
Merge pull request #7479 from Mailaender/nuget-openal-soft
...
Replaced OpenAL Soft Windows DLL with a fetch script from Nuget
2015-02-21 15:42:24 +01:00
Matthias Mailänder
361c1bc010
Merge pull request #7483 from pchote/deadbuildingstate
...
Fix missing first animation frame and remove DeadBuildingState.
2015-02-21 14:00:23 +01:00
Pavel Penev
20ca9b2ab1
Merge pull request #7486 from delftswa2014/bugfix/apcbibs
...
Fixed #7472 so that cargo is only shown on allied vehicles
2015-02-21 02:08:41 +02:00
Pavel Penev
293bb78a3c
Merge pull request #7457 from pchote/actorpreviews
...
Introduce ActorPreviewWidget (and other related changes).
2015-02-21 01:35:03 +02:00
Oliver Brakmann
aeceb05e08
Merge pull request #7305 from RoosterDragon/shroud-lazy-update
...
Vastly improve shroud rendering performance.
2015-02-20 23:59:48 +01:00
Oliver Brakmann
10f0c83270
Prevent VqaPlayerWidget from eating the radar bin's mouse inputs
2015-02-20 22:44:37 +01:00
RoosterDragon
4d5101a7c4
Vastly improve shroud rendering performance.
...
Changes in the shroud are now tracked. If a cell changes it will mark itself and its neighbors as dirty. During the render phase all dirty cells will have their vertices calculated and cached. If a cell is not dirty, the pre-calculated vertices are retrieved from cache. Then the sprite renderer is provided the sprite and the pre-calculated vertices to draw.
This prevents constant recalculation of vertices for the shroud in the render phase, requiring instead only dirty cells in the visible area. The update phase is reduced to a practical noop, instead incurring the cost only of changed cells each frame, rather than checking the visible area.
2015-02-20 20:03:42 +00:00
Paul Chote
df7588f1bc
Merge pull request #7488 from RoosterDragon/trait-remove-perf
...
Speed up TraitContainer.RemoveActor.
2015-02-20 17:45:40 +00:00
Paul Chote
4ac8199e8e
Merge pull request #7482 from OpenRA/appveyor-deploy-conditions
...
Fixed AppVeyor deploying and failing the build
2015-02-20 17:29:10 +00:00
Paul Chote
1a6de9a03c
Merge pull request #7374 from DeadlySurprise/cashOverflowFix
...
Added a check for overflowing player credits
2015-02-20 17:24:57 +00:00
Paul Chote
f4e94f9f60
Merge pull request #7318 from reaperrr/remove-percellwh
...
Removed PerCellDamageWarhead
2015-02-20 17:15:28 +00:00
Paul Chote
f2087de9bd
Remove DeadBuildingState.
...
Fixes #3422 , #3522 , #5136 .
2015-02-20 16:56:46 +00:00
Paul Chote
29bf625887
Remove DeadBuildingState from RA.
2015-02-20 16:56:41 +00:00
Paul Chote
63e9cd4c9c
Remove DeadBuildingState from TD.
2015-02-20 16:54:04 +00:00
Paul Chote
e9caf7f6e6
Initialise frame time when playing a new sequence.
...
Fixes #3706 , #6389 .
2015-02-20 16:54:04 +00:00
Paul Chote
e52c15553f
Remove legacy sidebar code.
2015-02-20 16:46:55 +00:00
pevers
329d610577
Fixed #7472 so that cargo is only shown on allied vehicles
...
fixed spacing
pips are shown on every team when shroud is disabled
removed comment
Remove unwanted comment explaining how ally-detection works
fixed the real problem in RenderAfterWorld
2015-02-19 21:09:37 +01:00
Paul Chote
2a1e4f70a9
Replace the legacy TS sidebar placeholder with a modern placeholder.
2015-02-19 17:54:01 +00:00
Pavel Penev
e2da1f11cb
Merge pull request #7495 from abcdefg30/placed_overlay
...
Fix a visual glitch in WithBuildingPlacedOverlay
2015-02-19 00:40:58 +02:00