Paul Chote
72cf5d29e7
Add search bar to editor Template list.
2017-07-16 13:12:13 +02:00
Paul Chote
f1b54ece8a
Add search bar to editor Actors list.
2017-07-16 13:12:13 +02:00
reaperrr
45606c9528
Editor actor categories style fixes
2017-07-14 10:28:29 +02:00
rob-v
686686417f
Add Actor Categories and Category dropdown filter in Map editor
2017-07-06 01:50:43 +02:00
Paul Chote
e10b64d62c
Add command bar to D2K.
2017-07-01 00:35:47 +02:00
Paul Chote
714b24329c
Use standard button tooltip for faction descriptions.
2017-06-27 23:27:53 +02:00
ltem
115c72aa4b
Fixed the positioning of the performance graph.
2017-06-26 23:11:32 +01:00
Paul Chote
242f33c2ba
Implement RA command bar.
2017-06-12 19:38:18 -05:00
Oliver Brakmann
a869dacdc4
Remove tooltips from map preview in MP server browser
2017-05-30 22:30:31 +01:00
Paul Chote
28fdb71163
Remove mod chooser reference from music installation prompt.
2017-05-29 12:33:20 +02:00
Paul Chote
7f3f36885a
Fix bogus variable names in widget widths.
2017-05-27 13:00:00 +02:00
Paul Chote
29d827079e
Fix "game" chat tab mouseover not working from globalchat login tab.
2017-05-27 13:00:00 +02:00
rob-v
a26210f914
Replays with MapPreview (like in Lobby)
2017-05-14 21:06:16 +01:00
rob-v
0e3cc1ad28
(Lobby)MapPreviewLogic refactoring
2017-05-14 21:06:16 +01:00
rob-v
ffc3f6e0d0
LAN games discovery
2017-05-14 22:01:25 +02:00
reaperrr
669cf01d80
Merge pull request #13224 from daVoodooShuffle/fix-13153
...
Cleaned Up Chrome Expression Whitespacing
2017-05-06 14:44:40 +02:00
daVoodooShuffle
53bf52149c
Closes #13153
...
Modified all expressions to contain a space on either side
Only effects the YAML files that contain config variables:
X:
Y:
Width:
Height:
2017-05-06 15:26:41 +10:00
reaperrr
ea29cce3cf
Merge pull request #13002 from rob-v/LobbyOptionsEditableByHost
...
Host can change Team and Spawn of any player. #12936
2017-05-04 19:15:01 +02:00
Taryn Hill
12f2fc3410
Merge pull request #13175 from rob-v/GlobalChat
...
Enhance - unify global chat (with lobby chat)
2017-04-29 09:28:34 -05:00
rob-v
bd025873cf
Host can change Team and Spawn of any player. #12936
2017-04-23 12:06:44 +02:00
rob-v
1206205d17
Enhance - unify global chat (with lobby chat)
2017-04-22 20:25:20 +02:00
reaperrr
9f8e9426af
Merge pull request #13005 from rob-v/LobbyMapTooltips
...
Added tooltip to Lobby Map title #12930 #12595
2017-04-22 15:31:34 +02:00
Paul Chote
ec42aed6bc
Redirect mod chooser to content manager.
2017-04-21 18:02:20 +01:00
rob-v
199e9847d1
Add tooltips to production statistics #12820
2017-04-17 21:51:23 +02:00
rob-v
ffb639bd7c
Added tooltip to Lobby Map title #12930 #12595
2017-04-03 10:11:29 +02:00
rob-v
d7684ee680
Real tough guy difficulty doesn't fit the UI #12844
2017-03-17 22:31:02 +01:00
reaperrr
66f1cc69d8
Move D2k/TS ingame-observer.yaml to common
2017-02-12 16:45:19 +01:00
reaperrr
6f9f630fdc
Move RA chrome yamls to common
2017-02-12 16:45:15 +01:00
Alexis Hunt
ef8b672f51
Move most UI metrics to common.
...
This reduces the odds that a third-party mod will crash due to missing
one of them. Eliminates ra2#291.
2016-09-05 13:38:40 -04:00
Matthias Mailänder
690e5125ec
Move shared metrics to mods/commons.
2016-01-30 23:03:37 +01:00
Paul Chote
9aab4b2be6
Move shared font files to the common mod directory.
2014-10-19 19:54:02 +13:00
Paul Chote
b1fba883a9
Remove legacy Lua API.
2014-10-19 12:43:17 +13:00
atlimit8
6640fa2539
Fixes old Lua Move Activity
2014-10-11 06:27:49 -05:00
atlimit8
0e182e4fa8
Fixes old Lua Turn Activity crash
2014-10-11 05:26:56 -05:00
Oliver Brakmann
0cf49ad49f
Fix old-lua paradrop too.
2014-07-19 14:42:36 +12:00
Oliver Brakmann
33b916a713
Fix RepairBuilding not working for AI and Lua scripts
...
Fixes #5861
2014-07-07 19:43:52 +02:00
Oliver Brakmann
3a67b3dec3
Fix breakage of the old Lua API due to recent changes
...
Specifically, the CPos::CenterPosition -> Map::CenterOfCell rename (#5758 ),
as well as the additional argument to Paradrop::SetLZ (#5695 ).
2014-07-06 01:21:22 +02:00
Matthias Mailänder
1e2e7bcf42
StyleCop
2014-07-05 09:00:20 +02:00
Oliver Brakmann
f8e5217b11
Fix breakage of old Lua api. Fixes #5686 .
2014-06-21 13:04:31 +02:00
Oliver Brakmann
3a2bb75e01
Check team members' health in Team.Do function
2014-06-03 20:19:49 +02:00
Oliver Brakmann
7b3974d688
Add Reinforcements.ReinforceWithCargo
2014-03-23 14:16:05 +01:00
Oliver Brakmann
ca786f6039
Add Production.BuildTeamFromTemplate
...
Production.BuildTeamFromTemplate allows the production of teams from a
list of
actor types, assigning a function to that team once it is complete.
A 'template' in this case looks like this:
template = { {factory, {list of units to build using aforementioned factory}} }
e.g. template = { {barracks, {"e1", "e1", "e1", "e3", "e3"}} }
You can also build teams using multiple factories like this:
template = { {barracks, {"e3", "e3", "e3"}}, {war_factory, {"3tnk", "3tnk"}} }
Before using Production.BTFT you need to call
Production.EventHandlers.Setup once.
2014-03-21 23:22:01 +01:00
Oliver Brakmann
0eb1e2cc6d
Actor.Patrol*: make sure that the actor is still alive
2014-03-21 23:22:01 +01:00
Oliver Brakmann
64a18389b7
Allow for incremental team assembly
2014-03-17 22:20:04 +01:00
Oliver Brakmann
00bc3f71fe
Make Production.SetRallyPoint and .SetPrimaryBuilding more robust
2014-03-17 22:20:04 +01:00
Oliver Brakmann
800665579b
Add Actor.RepairBuilding
2014-03-17 22:20:03 +01:00
ScottNZ
7d43ecc33f
Remove the temperate RA shellmap and port the desert shellmap to Lua.
2014-03-06 19:27:29 +13:00
Oliver Brakmann
e65626cc6b
Add Actor.Guard
2014-02-17 19:16:47 +01:00
Oliver Brakmann
bfc34df581
Add Actor.OnDamaged
...
Allows the AI to react to its units being attacked.
2014-02-17 19:16:47 +01:00
Oliver Brakmann
ba1558259b
Add constants for the 8 main facing values to Lua. Fixes #4490
2014-02-17 19:16:47 +01:00