atlimit8
dac15edce5
Load rgb[a] hex colors from MiniYaml (+ Lua)
2015-10-27 16:09:48 -05:00
Oliver Brakmann
b096671acb
Add an ActorInit for unit stances
2015-10-27 19:41:49 +01:00
Oliver Brakmann
1a879009f1
Change InitialStance to Defend for human players
2015-10-27 19:41:49 +01:00
atlimit8
549f8a9e7c
Merge pull request #9760 from pchote/fix-teleporting-harvesters
...
Fix harvesters teleporting through doors
2015-10-26 23:42:51 -05:00
Matthias Mailänder
e435864531
don't dereference null return value
2015-10-26 21:21:47 +01:00
reaperrr
f166fd9525
Merge pull request #9526 from penev92/tileShapes
...
Rename TileShape to fit its role better
2015-10-26 15:41:09 +01:00
Pavel Penev
b16ebd480b
Rename MapGridType.Diamond to MapGridType.RectangularIsometric
2015-10-26 00:42:30 +02:00
Pavel Penev
0e417a3cf3
Rename MapGridType.Rectangle to MapGridType.Rectangular
2015-10-26 00:41:26 +02:00
Pavel Penev
bb3aea338a
Rename enum TileShape to MapGridType
2015-10-26 00:41:21 +02:00
RoosterDragon
7c889c5ef0
Fix TOCTOU issues when calling Game.RunAfterDelay.
...
Since the action runs after a delay, the state of the game may no longer be the same and it may no longer be valid to run the action. Anything that references the world now calls IsCurrentWorld to ensure the world hasn't changed or been disposed.
2015-10-25 19:44:21 +00:00
atlimit8
10aca92bef
Merge pull request #9720 from penev92/fixUtility
...
Fix a crash in CheckPlayers when an actor doesn't define an Owner
2015-10-25 12:41:50 -05:00
Matthias Mailänder
d4016ae6f0
Merge pull request #9716 from teees/hover-fix
...
Disable hovering for landed aircraft
2015-10-25 18:01:29 +01:00
Pavel Penev
0487ec0d08
Fix a crash in CheckPlayers when an actor doesn't define an Owner
2015-10-25 17:11:51 +02:00
atlimit8
7c1e93a880
Merge pull request #9730 from r34ch/fake-structures-detonate
...
Fake structures detonate to mask health difference.
2015-10-25 09:12:02 -05:00
Pavel Penev
82144ce975
Merge pull request #9738 from abcdefg30/loadimport
...
Fix the legacy map importer not working
2015-10-25 13:41:29 +02:00
Paul Chote
68bdedb9ba
Make the production exit wait uncancellable.
2015-10-25 10:41:17 +00:00
atlimit8
128574723a
Merge pull request #9753 from RoosterDragon/better-actor-lookups
...
Improve some actor queries
2015-10-25 02:38:21 -05:00
Matthias Mailänder
40a7ab5a6a
Merge pull request #9628 from abcdefg30/luatime
...
Fix Utils.FormatTime not working properly on different game speeds
2015-10-25 07:49:01 +01:00
Matthias Mailänder
3dc765f7c1
Merge pull request #9744 from pchote/serverbrowser
...
Redesign the MP server browser.
2015-10-25 07:32:04 +01:00
RoosterDragon
30aee56d78
Improve some actor queries.
...
Use ActorsWithTrait if possible to avoid querying all actors in the world.
2015-10-25 01:19:29 +01:00
DArcy Rush
c0850e44f4
Explodes trait has new 'DamageThreshold' property.
...
An actor will explode when its health is below the
defined percentage of its max health.
2015-10-24 23:02:42 +01:00
abcdefg30
e65465c539
Fix Utils.FormatTime not working properly on different game speeds
2015-10-24 23:42:32 +02:00
Paul Chote
e0177d7798
Merge pull request #9494 from abcdefg30/luabackground
...
Add lua support for playing background music
2015-10-24 22:25:35 +01:00
Paul Chote
be37717e6d
Account for cross-mod tile shapes in map previews.
2015-10-24 22:02:46 +01:00
Paul Chote
c0f42904f0
Overhaul the server browser.
2015-10-24 21:58:31 +01:00
Oliver Brakmann
c62d1a395b
Merge pull request #9748 from pchote/map-metadata-lint
...
Add a lint pass for map format/author/title.
2015-10-24 22:13:49 +02:00
Paul Chote
347eb6410c
Add a lint pass for map metadata.
2015-10-24 20:36:38 +01:00
abcdefg30
caaa779da4
Merge pull request #9736 from obrakmann/fix9693_lua-attack-broken
...
Fix broken scripted attacks in some missions
2015-10-24 21:18:45 +02:00
Matija Hustić
7ca8d85771
Revert explosion condition to strictly less than zero
2015-10-24 18:20:18 +02:00
abcdefg30
69496c2f16
Fix the legacy map importer not working
2015-10-24 00:59:14 +02:00
Oliver Brakmann
6420a6ec8a
Allow force-attacking things with the Lua API's Attack() method
2015-10-24 00:27:23 +02:00
abcdefg30
f6d1e51050
Merge pull request #9708 from r34ch/chronotank-extra-bar
...
Charge now using ticks and fixed extra bar time formula.
2015-10-23 23:29:20 +02:00
DArcy Rush
1e2101fab9
Add an upgrade rule.
2015-10-23 22:22:55 +01:00
Oliver Brakmann
206f644949
Merge pull request #9672 from penev92/fixAutoTarget
...
Fix a series of visibility/targeting bugs
2015-10-23 20:53:03 +02:00
abcdefg30
fcd27707d7
Merge pull request #9705 from reaperrr/misc-cleanup
...
Misc yaml formatting cleanup
2015-10-23 14:38:44 +02:00
atlimit8
6992decad0
InvalidOperationException => YamlException in SpreadDamageWarhead
2015-10-23 02:37:39 -05:00
atlimit8
173f85319a
Merge pull request #9715 from teees/mouseovereditor
...
Show owner and faction of units in map editor tooltips
2015-10-22 20:10:33 -05:00
atlimit8
7de98ad6d8
Merge pull request #9635 from RoosterDragon/occupy-space-perf
...
Speed up checks for IOccupySpace trait
2015-10-22 18:28:57 -05:00
Pavel Penev
000c701414
Fix actors ignoring Disguise
2015-10-23 00:27:43 +03:00
Pavel Penev
8c7bdae617
Fix AutoTarget acquiring targets under fog/shroud
2015-10-23 00:27:42 +03:00
Oliver Brakmann
b739151eaf
Merge pull request #9711 from penev92/fixMapEditor
...
Fix D2kEditorResourceLayer starting NetWorth
2015-10-22 19:56:57 +02:00
teees
36753b5d99
change hovers trait to be upgradeable
2015-10-22 10:29:26 +02:00
teees
f9c3446849
Added owner name and faction to map editor tooltips
2015-10-22 09:43:06 +02:00
teees
7f96ee4589
Multi line simple tooltips
2015-10-22 09:42:50 +02:00
Pavel Penev
f7a63ab2f8
Fix D2kEditorResourceLayer starting NetWorth
2015-10-22 01:10:16 +03:00
Pavel Penev
ccddc37c08
Merge pull request #9701 from pchote/widget-baseclass
...
Add a common ChromeLogic base class and lint verification.
2015-10-22 00:39:43 +03:00
Paul Chote
fa2b10b269
Integrate global chat with the server lobby.
2015-10-21 19:38:28 +01:00
Paul Chote
3d7d7ff2a5
Allow chrome yaml to define disabled text fields.
2015-10-21 19:38:28 +01:00
Paul Chote
d6c75844bf
Add a lint pass to check chrome logic validity.
2015-10-21 19:35:35 +01:00
Paul Chote
b6f463729b
Add a ChromeLogic base class for chrome logic.
2015-10-21 19:35:35 +01:00