Bynnar18
0abe8f9b2b
Fixes issues with support powers and adds property to all IOrderGenerator classes to determine priority over selection in the left-click order scheme.
2015-03-01 14:58:19 -06:00
Bynnar18
7b46b76329
Fixed left-click orders and implemented a selection deadzone.
2015-03-01 14:58:19 -06:00
Bynnar18
36d59d6b1d
Restored faulty left-click logic for now.
2015-03-01 14:58:18 -06:00
Oliver Brakmann
61cea23c3c
Merge pull request #7562 from abcdefg30/onSellRemoved
...
Fix a crash in OnAllRemovedFromWorld
2015-03-01 14:00:25 +01:00
Oliver Brakmann
74c22523aa
Merge pull request #7564 from Mailaender/common-widgets
...
Moved the whole widget code to OpenRA.Mods.Common
2015-02-28 23:00:07 +01:00
Matthias Mailänder
ff6dbde8d7
move widget code to commons
2015-02-28 20:32:19 +01:00
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
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
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
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
293bb78a3c
Merge pull request #7457 from pchote/actorpreviews
...
Introduce ActorPreviewWidget (and other related changes).
2015-02-21 01:35:03 +02: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
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
63e9cd4c9c
Remove DeadBuildingState from TD.
2015-02-20 16:54:04 +00:00
abcdefg30
adffd33f4d
Don't repulse actors flying with another altitude
2015-02-18 22:06:31 +01:00
abcdefg30
6155928678
Don't display beacons in the air
2015-02-18 22:06:28 +01:00
Oliver Brakmann
44f884c561
Merge pull request #7156 from DeadlySurprise/luaMediaApi
...
Lua API : Added floating text and radar video
2015-02-18 20:57:37 +01:00
DeadlySurprise
7b53582c5e
Implemented Floating Text and radar video
2015-02-18 14:38:30 +01:00
penev92
da425f47e7
Initial implementation of D2k legacy map importer
...
Improve error handling; fix utility command description
Revert output location to working directory for both map importers
Rework how the map tiles get populated
Remove actor comments
2015-02-18 13:16:32 +02:00
Igor Popov
5bcd56eb9d
Merge pull request #7439 from ScottNZ/fix-map-import
...
Fix map importer using the map title as the output filename.
2015-02-17 09:47:01 +03:00
reaperrr
89527962dd
Upgrade rule for PerCellDamage removal
2015-02-17 01:33:23 +01:00
Matthias Mailänder
38dbb3063b
Merge pull request #7462 from obrakmann/fix7459_build_area
...
Fix extent of buildable area below structures
2015-02-16 22:04:03 +01:00
penev92
9664e32005
Merge pull request #7424 from RoosterDragon/minor-alloc
...
Avoid some memory allocations
2015-02-16 20:20:40 +02:00
Paul Chote
2d31e12bb9
Add --replay-metadata utility command.
2015-02-15 08:58:59 +00:00
Oliver Brakmann
beb9e5087b
Merge pull request #7446 from atimoschenkow/fix-sound-reset
...
Fix #7431
2015-02-14 17:04:14 +01:00
Oliver Brakmann
de16d29aa6
Merge pull request #7445 from jwbuurlage/bleed
...
Fixes #7219 . In addition, sets cursor corresponding to the order with hi...
2015-02-14 12:22:34 +01:00
ScottNZ
61de2a2312
Fix map importer using the map title as the output filename.
...
This is broken because the map title can make an invalid filename.
2015-02-15 00:04:38 +13:00
Matthias Mailänder
76bf570426
Merge pull request #7436 from penev92/bleed_moveFiles2
...
Move the AI to Mods.Common
2015-02-14 09:42:18 +01:00
Taryn Hill
5349c69307
Merge pull request #7467 from ScottNZ/stylecop-fixes
...
Brace style fixes.
2015-02-12 07:54:10 -06:00
ScottNZ
582b6635ff
Brace style fixes
2015-02-13 02:32:49 +13:00
Paul Chote
aa550790e5
Merge pull request #4528 from Mailaender/mime
...
Registered Linux MIME type to directly load replays
2015-02-12 11:21:37 +00:00
Oliver Brakmann
7f4b62b7ee
Fix extent of buildable area below structures
...
Restore use of GetBuildingAt to take bibs into account for buildable area, and only consult the actor map if the actor at that location is not a building.
2015-02-10 19:28:54 +01:00
Paul Chote
8d51fb0e66
Use ActorPreviewWidget for the color pickers.
2015-02-10 15:22:42 +00:00
Paul Chote
aa9db669e7
Fix ActorPreview turret facings.
2015-02-10 15:22:42 +00:00
Paul Chote
268ca94dc1
Introduce ActorPreviewWidget.
2015-02-10 15:22:42 +00:00
Paul Chote
db1a27b071
Introduce IFinalizedRenderable.ScreenBounds.
2015-02-10 14:26:44 +00:00
Paul Chote
c55d723fb4
Remove Scale from IRenderable interface.
...
It is no longer used, and isn’t implemented for most renderables.
2015-02-09 23:26:06 +00:00
Paul Chote
a495a2f528
Split IFinalizedRenderable from Renderable to remove mutable structs.
2015-02-09 23:23:37 +00:00
penev92
6c6a4322ed
Move the AI namespace to Mods.Common
2015-02-09 16:57:29 +02:00
atimoschenkow
9bf43c00a3
Fix #7431
2015-02-09 00:50:18 +01:00
Jan-Willem Buurlage
ce6c883fb1
Fixed #7219 . Reduce boarding priority to resolve conflict with force-attacking own units.
2015-02-08 22:31:56 +01:00
Matthias Mailänder
b0f986887c
make maximum and minimum rows configurable
2015-02-08 20:43:35 +01:00
penev92
64887cb8c8
Move MainMenuLogic to Mods.Common
2015-02-06 13:37:43 +02:00
penev92
494b600ed8
Move refinery and harvester logic to Mods.Common;
...
Remove unused interface IAcceptOreDockAction
2015-02-06 13:23:07 +02:00
RoosterDragon
b4993efff1
Avoid some minor allocations.
...
- Don't call string.Format in Actor.ToString since it gets called often, instead prefer a simple concat.
- In HiddenUnderFog.IsVisible, avoid a needless level of lambda indirection.
2015-02-02 21:16:14 +00:00