Matthias Mailänder
7aa6921c72
Merge pull request #10557 from abcdefg30/queueCleanup
...
More cleanup in the production logic
2016-01-23 10:52:33 +01:00
Oliver Brakmann
97d10da39b
Merge pull request #10478 from pchote/fix-replay-support-timers
...
Sync replay support timers to original game time.
2016-01-22 23:19:25 +01:00
abcdefg30
ed3f3706f9
Reduce trait lookups further by adding a BuildableInfo parameter to GetBuildTime
2016-01-21 22:29:01 +01:00
abcdefg30
17daac11a1
Avoid unnecessary lookups in the production logic
...
by improving the GetBuildTime method and moving lookups around.
2016-01-21 22:24:49 +01:00
abcdefg30
6bbab081d1
Fix wrong indentation in ProductionPaletteWidget.cs
2016-01-21 15:41:34 +01:00
abcdefg30
d416138cec
Merge pull request #10542 from RoosterDragon/simplify
...
General Cleanup
2016-01-18 11:37:30 +01:00
Matthias Mailänder
40debbde28
Merge pull request #10508 from pchote/cancel-tooltip-on-menu
...
Cancel tooltips when opening the ingame menu.
2016-01-18 07:30:11 +01:00
RoosterDragon
8e89a6a696
Simplify names, remove unused usings, remove redundant casts.
2016-01-17 21:35:36 +00:00
Oliver Brakmann
aaeb715006
Merge pull request #10246 from penev92/terrainPalettes
...
Allow tile templates to define their own palette
2016-01-17 21:39:28 +01:00
Pavel Penev
288de5284e
Fix TerrainTemplatePreviewWidget to use proper palettes
2016-01-17 19:02:18 +02:00
Pavel Penev
861d1368a4
Unhardcode internal terrain palette name from all over the codebase
2016-01-17 19:02:16 +02:00
Oliver Brakmann
addbe6d564
Merge pull request #10472 from Mailaender/guard-refactor
...
Cleaned up the Guard code
2016-01-16 23:09:19 +01:00
Matthias Mailänder
56313e6d8a
Merge pull request #10525 from pchote/split-package-interfaces
...
Split IPackage into IReadOnlyPackage and IReadWritePackage
2016-01-16 14:19:54 +01:00
Matthias Mailänder
5fc6af6566
Merge pull request #10493 from pchote/fix-menu-hover
...
Update button mouseover when switching menus.
2016-01-16 14:10:24 +01:00
abcdefg30
2ccf142ce9
Merge pull request #10492 from pchote/fix-mission-order
...
Sort missions by their order in missions.yaml
2016-01-16 13:26:26 +01:00
abcdefg30
aa23928e7b
Merge pull request #10514 from pchote/blink-install-button
...
Blink install map button.
2016-01-16 13:16:31 +01:00
abcdefg30
ee1cf5ff87
Merge pull request #10523 from pchote/fix-pbog-gameover-crash
...
Fix a crash if an order generator is active when a game ends.
2016-01-16 12:04:45 +01:00
Paul Chote
f8d0b97e8d
Split IPackage into IReadOnlyPackage and IReadWritePackage.
2016-01-16 10:37:21 +00:00
Paul Chote
24570f0bdf
Merge pull request #10490 from penev92/packages
...
Some renaming from "folder" to "package"
2016-01-15 22:40:02 +00:00
Paul Chote
99ba155a16
Fix a crash if an order generator is active when a game ends.
2016-01-15 21:13:22 +00:00
Paul Chote
44b1402080
Update button mouseover when switching menus.
2016-01-15 20:57:39 +00:00
Paul Chote
4bf887a905
Extract a helper method for switching menu types.
2016-01-15 20:57:39 +00:00
Oliver Brakmann
8ebee425ab
Merge pull request #10264 from whinis/bleed
...
Restart button for missions
2016-01-15 21:55:02 +01:00
Whinis
9059e3e2c8
Changes to the RestartGame function to make it more streamlined
...
Removal of PromptAbortAction and inclusion into PromptConfirmAction
Changes to prevent a restart button being required for all mods
ConfirmAction
Addtion of named parameters to PromptConfirmAction
Moved StartGame from MissionBrowserLogic.cs to Game.cs
2016-01-15 15:34:00 -05:00
RoosterDragon
999965fc82
Merge pull request #10491 from pchote/fix-country-overflow
...
Fix MP browser country name overflow
2016-01-15 19:54:09 +00:00
RoosterDragon
db520a8560
Merge pull request #10476 from pchote/sound-device-labels
...
Truncate SoundDevice label at the UI level.
2016-01-15 19:53:42 +00:00
Pavel Penev
e3f5697f7e
Some more renaming from "folder" to "package"
2016-01-14 22:08:49 +02:00
Oliver Brakmann
da4f04acfb
Merge pull request #10509 from pchote/cancel-pbog-on-menu
...
Cancel custom input modes when opening the menu.
2016-01-14 20:29:30 +01:00
Alexander Heinz
e0c033fe99
restart button added for singleplayer in cnc, ra, d2k
2016-01-14 11:53:31 -05:00
Paul Chote
6d017b09f3
Blink install map button.
2016-01-14 00:27:30 +00:00
Paul Chote
a639d9587d
Disable slot admin dropdown when empty.
2016-01-13 23:45:25 +00:00
Paul Chote
244fb582fb
Cancel tooltips when opening the ingame menu.
2016-01-13 23:32:45 +00:00
Paul Chote
06678ecc0d
Cancel custom input modes when opening the menu.
2016-01-13 23:28:51 +00:00
Paul Chote
675faa2a6d
Truncate long server locations.
2016-01-12 00:03:17 +00:00
Paul Chote
260681d048
Sort missions by their order in missions.yaml.
2016-01-11 23:54:55 +00:00
Pavel Penev
45382d193a
Rename IFolder to IPackage
2016-01-11 21:53:48 +02:00
Pavel Penev
75d983c922
Hardcode mod logo and preview image file names
...
(Revert "Unhardcode mod logo and preview image paths")
2016-01-11 21:16:57 +02:00
Paul Chote
353837e37b
Sync replay support timers to original game time.
2016-01-11 00:06:46 +00:00
Paul Chote
8731d78594
Truncate SoundDevice label at the UI level.
2016-01-10 23:31:30 +00:00
Pavel Penev
a3299d7030
Unhardcode mod logo and preview image paths
2016-01-10 23:52:09 +02:00
Matthias Mailänder
5b263e3cdb
put GuardOrderGenerator in the correct namespace
2016-01-10 07:22:42 +01:00
Matthias Mailänder
97b0b1afab
Merge pull request #10418 from pchote/format-names
...
Rename WW compression formats and move into Mods.Common.
2016-01-08 19:17:50 +01:00
Paul Chote
83477ec19e
Move VqaReader to Mods.Common.
2016-01-07 21:07:42 +00:00
Oliver Brakmann
d580551572
Don't update player list when lobby doesn't have our client yet
2016-01-07 21:54:47 +01:00
abcdefg30
bb399a536b
Merge pull request #10409 from Mailaender/fix-globalchat
...
Fixed all known crashes in GlobalChat
2016-01-04 15:42:14 +01:00
Matthias Mailänder
fa4a177cd5
fix a NullReferenceException when the widget is unbound
2016-01-03 23:09:04 +01:00
Sean Hunt
a7a22d7a49
Style fixes.
2016-01-03 12:02:26 -05:00
RoosterDragon
0363aeaaea
Merge pull request #10362 from Mailaender/new-map-crash
...
Fixed a crash on new map creation
2016-01-01 20:53:06 +00:00
Matthias Mailänder
bf2513407a
fix a crash on new map creation
2016-01-01 16:47:15 +01:00
RoosterDragon
b5f24c3fa6
Add some missing Dispose calls, fix some Dispose implementations.
2016-01-01 04:51:54 +00:00