rob-v
382fefebfe
Take screenshot in dialogs #13184
2017-04-30 10:17:55 +02:00
Paul Chote
60bc114e39
Merge pull request #13133 from pchote/windows-packaging
...
Update Windows packaging for per-mod launchers.
2017-04-26 22:12:05 +01:00
reaperrr
539ed67527
Merge pull request #13190 from pchote/object-weirdness
...
Fix ObjectCreator assembly resolving on Windows.
2017-04-26 21:29:33 +02:00
Paul Chote
a01b3f88fc
Remove unused ObjectCreator constructor.
2017-04-25 21:49:37 +01:00
Paul Chote
8dd50c0421
Keep ObjectCreator ResolveAssembly override bound until disposal.
2017-04-25 21:49:37 +01:00
Paul Chote
d9800d4e2b
Fix repair cursor visual feedback target.
2017-04-24 08:52:48 +01:00
reaperrr
9ce110f6d9
Merge pull request #12971 from rob-v/LobbyResetingPlayerName
...
Global chat name is reset when connecting
2017-04-23 15:11:24 +02:00
atlimit8
6744cec239
Merge pull request #13172 from pchote/mod-metadata-cleanup
...
Remove metadata that was only used by the mod chooser.
2017-04-22 15:57:53 -05:00
reaperrr
ac1d45211d
Merge pull request #13134 from atlimit8/NegMinusExpressionParsing
...
VariableExpression: whitespace/hyphen/binop parsing fix
2017-04-22 19:33:47 +02:00
atlimit8
8a04156280
VariableExpression: require whitespace around bool/arithmetic binary operators.
2017-04-22 08:14:52 -05:00
Paul Chote
9b93771dbc
Remove metadata that was only used by the mod chooser.
2017-04-22 11:31:43 +01:00
Paul Chote
b5523d6b3f
Allow non-openra:// Launch.URI prefixes.
2017-04-21 20:16:58 +01:00
Paul Chote
688feea33b
Require Game.Mod to be give an a launch arg to OpenRA.Game.exe.
2017-04-21 18:02:14 +01:00
Paul Chote
215aa6fa60
Remove support for loading mods from the support dir.
2017-04-21 17:55:15 +01:00
Paul Chote
e984c98565
Remove oramod package support.
2017-04-21 17:55:15 +01:00
Paul Chote
5d5fd7a0e8
Remove RequiredMods logic.
2017-04-21 17:55:15 +01:00
atlimit8
2053aec5f9
Rename VariableExpression.OperandSides => VariableExpression.Sides
2017-04-18 15:22:04 -05:00
atlimit8
c34b947e43
VariableExpression: Restrict CharClass.Mixed to middle of identifiers
2017-04-18 15:15:21 -05:00
atlimit8
f9974624c8
VariableExpression: hyphen after digit lexing fix
2017-04-18 15:14:55 -05:00
Paul Chote
6df453f806
Merge pull request #13127 from obrakmann/fix13099_disableDpiScalingSetting
...
Add a setting to disable DPI scaling on Windows systems
2017-04-17 17:46:46 +01:00
Oliver Brakmann
3ec6754289
Merge pull request #13141 from pchote/mod-urls
...
Move web urls from user config to mod config.
2017-04-17 17:13:52 +02:00
reaperrr
1d3daa5e4d
Merge pull request #13108 from atlimit8/ConditionsToVariables
...
ConditionExpression to (Boolean|Integer)Expression refactor
2017-04-17 14:52:21 +02:00
Paul Chote
1722f42f83
Move web urls from user config to mod config.
2017-04-17 12:00:41 +01:00
Oliver Brakmann
0635f3636d
Add a setting to disable DPI scaling on Windows systems
2017-04-14 23:23:14 +02:00
Paul Chote
005b4166cc
Move Windows launcher compilation to packaging scripts.
2017-04-11 17:15:21 +01:00
Paul Chote
35249c1faf
Remove windows icon from OpenRA.Game.exe.
2017-04-11 17:15:20 +01:00
atlimit8
b0187dd646
Added (Boolean|Integer)Expression subclasses of VariableExpression
2017-04-11 02:52:54 -05:00
atlimit8
e73d3922dd
Rename ConditionExpression => VariableExpression
2017-04-11 01:26:38 -05:00
atlimit8
1afdcfb749
Merge pull request #12906 from pchote/project-args
...
Allow specific mods to be launched from MD/XS >= 6.1 GUI.
2017-04-02 21:53:52 -05:00
atlimit8
ee260af064
Merge pull request #13021 from abcdefg30/idleActivity
...
FlyCircle and HeliFlyCircle count as idle activities.
2017-04-02 21:11:37 -05:00
Paul Chote
8b9c363222
Merge pull request #12888 from jrb0001/bleed
...
Load debug symbols for mods if they are loaded from the filesystem
2017-04-02 14:56:17 +01:00
abcdefg30
ae111248f3
Have some activities count as idle activities
2017-03-24 18:06:10 +01:00
rob-v
bad2c1c2bf
Unify ingame message prefixes. #12923
...
Unify ingame message prefixes. #12923
2017-03-18 21:46:30 +01:00
abcdefg30
5e923ff091
Remove the dead ActorGroupProxy trait
2017-03-18 13:40:05 +01:00
Jean-Rémy Buchs
fbd3a2efea
Load debug symbols (.mdb on mono only; .pdb on .NET only) for mods if they are present
2017-03-16 17:22:59 +01:00
rob-v
e766c6f342
Global chat name is reset when connecting #12325
...
removed TrySetNickname(Game.Settings.Player.Name) in GlobalChat ctor overwriting Chat.Nickname. instead of removing, it could be replaced by TrySetNickname(Game.Settings.Chat.Nickname)
2017-03-15 23:53:43 +01:00
Paul Chote
34a37421f6
Allow specific mods to be launched from VS/MD gui.
2017-03-15 22:01:01 +00:00
Jean-Rémy Buchs
28cd480225
Load debug symbols (.mdb on mono only; .pdb) for mods if they are present
2017-03-08 20:11:41 +01:00
Jean-Rémy Buchs
f999001caf
Load debug symbols (.mdb on mono only; .pdb) for mods if they are present
2017-03-07 18:30:08 +01:00
Paul Chote
407ecbc397
Fix spurious warnings when the support mods dir doesn't exist.
2017-03-05 19:13:07 +00:00
Paul Chote
1dddb43bd6
Add the current mod to the external mods database on launch.
2017-03-04 17:43:48 +00:00
Jean-Rémy Buchs
a0598d2b9c
Load debug symbols (.mdb .pdb) for mods if they are present
2017-03-04 17:37:40 +01:00
Jean-Rémy Buchs
19616c059c
Load debug symbols for mods if they are present
2017-03-04 14:20:16 +01:00
Jean-Rémy Buchs
d3491c2979
Load debug symbols for mods if they are loaded from the filesystem
2017-03-04 12:38:07 +01:00
reaperrr
cbd693c89f
Merge pull request #12693 from abcdefg30/invalidContains
...
Give a proper error when a file is not found
2017-02-27 19:55:57 +01:00
reaperrr
d2ad2a1b15
Merge pull request #12837 from pchote/negative-int-negation
...
Make ConditionExpression ! return false for negative numbers.
2017-02-25 12:21:34 +01:00
Paul Chote
e0ca38b878
Merge pull request #12694 from RoosterDragon/fixup-network
...
Fix thread-safety and dispose issues in NetworkConnection.
2017-02-23 21:04:56 +00:00
Paul Chote
1c97effbc9
Make ConditionExpression ! return false for negative numbers.
...
This brings it in line with C/C++ behaviour.
2017-02-23 20:23:40 +00:00
atlimit8
67dcbd1b2c
ConditionExpression: added bool constants
2017-02-22 08:54:52 -06:00
atlimit8
f605756351
ConditionExpression: Add arithmetic operations
2017-02-22 08:54:52 -06:00