Oliver Brakmann
121b0a6e9c
Merge pull request #9942 from abcdefg30/descexplodes
...
Fix the documentation of Explodes
2015-11-11 22:14:14 +01:00
Pavel Penev
36bf9eee0c
Merge pull request #9949 from pchote/fix-more-overlaps
...
Truncate player names in more places.
2015-11-11 22:38:54 +02:00
abcdefg30
8c2c946254
Add an upgrade rule for the DeathType -> DeathTypes change
2015-11-11 21:24:04 +01:00
abcdefg30
4a4608e1f3
Rename DeathType to DeathTypes of Explodes
2015-11-11 21:23:40 +01:00
abcdefg30
a5aff66848
Polish the documentation in Explodes.cs
2015-11-11 21:23:27 +01:00
Paul Chote
a081321790
Add copy/paste to the map editor.
2015-11-10 22:18:18 +00:00
Paul Chote
1c06297ff7
Make editor brushes disposable.
2015-11-10 22:17:28 +00:00
Oliver Brakmann
bf3a46be93
Merge pull request #9958 from penev92/gpsAutoTarget
...
Enable AutoTarget to aquire targets under fog if GPS is present
2015-11-10 22:23:58 +01:00
Pavel Penev
ab2c5ab43d
Enable AutoTarget to aquire targets under fog if GPS is present
2015-11-10 22:50:22 +02:00
Oliver Brakmann
4bbf6ea0c7
Merge pull request #9925 from atlimit8/MultiLineMapEditorTooltips
...
Multi-line map editor tooltips
2015-11-10 21:06:57 +01:00
Paul Chote
491e96466d
Truncate player name in replay browser.
2015-11-09 18:55:54 +00:00
Zimmermann Gyula
6b891c50cf
Fix observer GUI showing disabled support powers.
2015-11-09 19:55:51 +01:00
Paul Chote
6236b29fde
Truncate player name in observer stats and diplomacy panels.
2015-11-09 18:51:15 +00:00
Paul Chote
dcc21aea41
Truncate player name in ingame menu stats.
2015-11-09 18:50:58 +00:00
Matthias Mailänder
ab739c8446
Merge pull request #9415 from atlimit8/SpawnActorOnDeath_to_Common
...
Move SpawnActorOnDeath to OpenRA.Mods.Common
2015-11-08 19:07:07 +01:00
Paul Chote
fed2029d1f
Truncate long player names in lobby.
2015-11-08 14:59:59 +00:00
Paul Chote
cfc92f66a4
Truncate long server names in MP browser.
2015-11-08 14:59:59 +00:00
Paul Chote
19aa07d019
Truncate long map name in replay browser.
2015-11-08 14:59:59 +00:00
Paul Chote
b689364a4d
Truncate long map name / mod version in MP panel.
2015-11-08 14:59:59 +00:00
Paul Chote
bb66957bad
Truncate long map name / author in map chooser.
2015-11-08 14:59:58 +00:00
Paul Chote
ef3a0e36e0
Truncate long map name / author in lobby.
2015-11-08 14:59:58 +00:00
Paul Chote
6edac4bdf7
Set the default map location to the support dir.
2015-11-08 12:08:20 +00:00
Paul Chote
101efaed4f
Merge pull request #9873 from teees/editor-fix
...
Handle mouse up event in default editor brush (instead of mouse down)
2015-11-08 11:29:03 +00:00
Matthias Mailänder
e8a07a6ddf
Merge pull request #9921 from obrakmann/fix-weatheroverlay-typo
...
Fix typo in WeatherOverlayInfo
2015-11-08 09:12:15 +01:00
Matthias Mailänder
0e13472651
Merge pull request #9924 from cjshmyr/lua-islocalplayer
...
Added 3 Lua player API properties
2015-11-08 08:52:17 +01:00
atlimit8
9c0d83d0d9
Make ActorSelector tooltips better match actor tooltips in map editor
2015-11-07 16:10:13 -06:00
atlimit8
4c2488f9b1
Made editor actor preview tooltip easier to read
2015-11-07 16:10:13 -06:00
atlimit8
cbc8d1c5ec
Multiline support for SimpleTooltipLogic
2015-11-07 16:10:00 -06:00
Curtis Shmyr
2a6c87f81d
Added 3 Lua player API properties
2015-11-07 12:17:09 -07:00
Oliver Brakmann
27d915046c
Fix typo in WeatherOverlayInfo
2015-11-07 19:23:22 +01:00
Pavel Penev
239f842107
Merge pull request #9909 from reaperrr/fix-upgrade-dates
...
Change engineVersion for several upgrade rules to 20150920
2015-11-07 16:17:01 +02:00
Pavel Penev
5df01b2137
Merge pull request #9916 from pchote/news-from-the-future
...
Fetch battlefield news once per game launch.
2015-11-07 14:12:03 +02:00
Paul Chote
b235e244a4
Fetch battlefield news once per game launch.
2015-11-07 11:29:34 +00:00
Paul Chote
797f800966
Add unread message count to lobby chat tabs.
2015-11-07 10:59:18 +00:00
reaperrr
1ea339f316
Fix WithSpriteRotorOverlay upgrade rule to account for @ separator
2015-11-06 15:09:42 +01:00
reaperrr
f208cc6d38
Change engineVersion for upgrade rules of changes made between 20150808 and 20150919
...
Those changes were merged after the feature-freeze, but predate the stable release. Changing the engine version to the day after release makes it easier for modders to upgrade without using bogus engine dates.
2015-11-06 15:00:44 +01:00
Oliver Brakmann
e609abf445
Merge pull request #9852 from RoosterDragon/event-handler-removals
...
Detach some event handlers
2015-11-05 22:46:42 +01:00
Oliver Brakmann
d3d8a59088
Merge pull request #9867 from GraionDilach/fix-powermultiplier-namespace
...
Fix PowerMultiplier namespace.
2015-11-05 20:21:42 +01:00
atlimit8
7352290c94
Move SpawnActorOnDeath to OpenRA.Mods.Common & fix spawned death actor teleportation
2015-11-05 00:55:29 -06:00
RoosterDragon
6f09d1a2f4
Remove event handler when disposed in MainMenuLogic.
...
Removes a static event handler to Game.OnRemoteDirectConnect which allow the GC to reclaim the MainMenuLogic class after it has been disposed.
2015-11-04 23:09:33 +00:00
RoosterDragon
9f728b287b
Remove event handlers to CellEntryChanged when done.
...
Several classes would attach event handlers to the Map which would live longer then they did. Detaching them when no longer needed allows the GC to reclaim them.
2015-11-04 23:09:32 +00:00
RoosterDragon
8fe493938e
Merge pull request #9842 from GraionDilach/damagewarhead-stance-fix
...
Fix (HealthPercentage)DamageWarheads ignoring stances.
2015-11-04 22:32:37 +00:00
Oliver Brakmann
177d983728
Merge pull request #9759 from atlimit8/ActorsHavingTrait
...
Add ActorsHavingTrait<TTrait>()
2015-11-04 22:26:10 +01:00
teees
2465344a20
only change editor brushes on mouseup
...
let other uses of the right mouse button bubble up
2015-11-03 13:15:28 +01:00
teees
eb6df6fe62
Handle mouse up event in default editor brush
2015-11-03 11:45:10 +01:00
atlimit8
e385b21fae
Fix hex colors upgrade rules engine version
2015-11-02 17:28:25 -06:00
Oliver Brakmann
214945a61f
Merge pull request #9324 from atlimit8/ColorSpacePrefixes
...
Hex Color Parsing
2015-11-02 20:28:04 +01:00
Zimmermann Gyula
9ace207102
Fix PowerMultiplier namespace.
2015-11-02 14:03:37 +01:00
Taryn Hill
aa594c8532
Merge pull request #9463 from penev92/modDependencies
...
Add support for inter-mod dependencies
2015-11-01 15:08:43 -06:00
Pavel Penev
2faf15bad7
Add an Install Mod dialog to the ModChooser
2015-11-01 22:35:38 +02:00