Commit Graph

20169 Commits

Author SHA1 Message Date
Paul Chote
4ec3997be6 Rename LobbyPreview.Map to LobbyLogic.MapPreview. 2016-02-06 22:30:25 +00:00
Paul Chote
7a5678ec39 Move MapVisibility to MapPreview. 2016-02-06 22:28:35 +00:00
Pavel Penev
6aac8c5f70 Merge pull request #10705 from pchote/filesystem-lint
Fix lint test yaml loading.
2016-02-07 00:24:49 +02:00
RoosterDragon
7fe42d7493 Fix mobility checks when we aren't checking a realized actor. 2016-02-06 22:18:30 +00:00
Matthias Mailänder
60e86f73d0 Merge pull request #10702 from RoosterDragon/map-contains-fix
Fix Map.Contains for maps with height
2016-02-06 23:02:56 +01:00
Oliver Brakmann
a6e98620c0 Merge pull request #10650 from pchote/remove-fragile-diplomacy
Remove fragile diplomacy.
2016-02-06 22:55:55 +01:00
Paul Chote
844e1a1770 Loads fonts via the virtual filesystem. 2016-02-06 21:24:43 +00:00
Paul Chote
e1c73beede Fix CheckSequences to load via the filesystem. 2016-02-06 21:15:31 +00:00
Paul Chote
789d3c172a Fix CheckSequenceSprites to load via the filesystem. 2016-02-06 21:12:21 +00:00
Paul Chote
ce55b0454e Fix CheckChromeLogic lint test to load via the filesystem. 2016-02-06 21:12:07 +00:00
Oliver Brakmann
870867760a Merge pull request #10696 from RoosterDragon/self-assumed-not-null
Remove null checks against self
2016-02-06 21:22:52 +01:00
RoosterDragon
36e09990ca Fix Map.Contains checks for maps with height.
If a cell lacked any valid projected cells, then it is off the map entirely. The previous logic would think such a cell was within the map as none of projected cells were out of bounds (as there were no projected cells to fail the check).
2016-02-06 17:55:27 +00:00
Oliver Brakmann
8588f36575 Merge pull request #10687 from pchote/filesystem-yaml
Load mod yaml via the virtual filesystem.
2016-02-06 17:54:27 +01:00
Paul Chote
1442056cb1 Lint sequences using the external utility command. 2016-02-06 16:33:22 +00:00
Paul Chote
1f4269df76 Make travis fetch the mod content before running tests. 2016-02-06 16:30:23 +00:00
Paul Chote
4a12e7bafc Load mod yaml via the virtual filesystem. 2016-02-06 16:30:23 +00:00
Paul Chote
45bae7e9b3 Mount the mod filesystem context in the ModData ctor. 2016-02-06 16:30:23 +00:00
Paul Chote
b81d2d8333 Fix incorrect ModFiles.Open(resolved path). 2016-02-06 16:30:22 +00:00
Pavel Penev
c44f0d4120 Merge pull request #10692 from pchote/map-cleanup-part-1
Move CellCorners to MapGrid.
2016-02-06 17:15:13 +02:00
Oliver Brakmann
bb044a34d5 Merge pull request #10670 from RockyTV/rockytv
Disable 1 human versus bots games
2016-02-06 15:36:22 +01:00
Oliver Brakmann
7a0825ce92 Merge pull request #10381 from penev92/warheadEffects
Enhance CreateEffectWarhead
2016-02-06 13:35:52 +01:00
Paul Chote
626fa0b60b Move CellCorners to MapGrid. 2016-02-05 23:00:14 +00:00
RoosterDragon
4b308dee02 Remove checks for self being null in Mobile.cs. 2016-02-05 22:11:11 +00:00
RoosterDragon
ddea517b19 Merge pull request #10587 from Mailaender/gps-refactor
Cleaned up the GPS code a bit
2016-02-04 18:09:25 +00:00
Alexandre Oliveira
989bf4f807 Disable 1 human versus bots games
Changed the Server.LockBots setting to Server.DisableSinglePlayer.

If the setting is enabled, and there is only one client in the server,
the game won't start.
2016-02-03 20:32:34 -02:00
Oliver Brakmann
951336689b Merge pull request #10667 from Mailaender/mcs
Updated to use the unified Mono compiler suite
2016-02-03 19:15:08 +01:00
Oliver Brakmann
1dbb75482b Merge pull request #10616 from Mailaender/bio-immunity
Added HazMat suites to Tiberian Dawn
2016-02-03 19:02:24 +01:00
Matthias Mailänder
712a2b2896 Merge pull request #10554 from pchote/remove-package-order
Remove IReadOnlyPackage.Priority
2016-02-02 21:26:14 +01:00
Paul Chote
00945dc9ef Tidy IReadOnlyPackage interface and implementations. 2016-02-01 22:49:12 +00:00
Paul Chote
feab81bdea Remove IReadOnlyPackage.Priority.
Priority is now determined solely by order in mod.yaml
(later packages take priority of earlier ones).
2016-02-01 22:49:11 +00:00
Paul Chote
cbfd9bb921 Properly handle multiple mount/unmount requests. 2016-02-01 22:49:11 +00:00
Paul Chote
fcccc0f5f9 Merge mod Folders into Packages. 2016-02-01 22:49:11 +00:00
Matthias Mailänder
f67e682041 Merge pull request #10669 from RoosterDragon/vs-version
Update VS version in solution file
2016-02-01 21:45:24 +01:00
abcdefg30
ac2455824c Merge pull request #10653 from Mailaender/common-metrics
Moved shared metrics to mods/commons.
2016-02-01 12:00:53 +01:00
RoosterDragon
0a6009a1b0 Update version in solution file to match VS 2015 Update 1. 2016-01-31 23:05:05 +00:00
abcdefg30
1cc8330c51 Merge pull request #10535 from pchote/mix-type-autodetection
Auto-detect mix hash type.
2016-01-31 22:57:14 +01:00
Matthias Mailänder
a19baa9500 Merge pull request #10657 from RoosterDragon/sync-perf
Improve sync performance
2016-01-31 22:56:08 +01:00
Matthias Mailänder
5ba304619d Merge pull request #10659 from obrakmann/fix10593_gdi03-invalid-tile
Replace invalid tile in gdi03
2016-01-31 20:12:39 +01:00
Matthias Mailänder
44bd704799 Don't recommend WinForms on Debian
as that isn't a requirement anymore.
2016-01-31 20:04:46 +01:00
Matthias Mailänder
dc24d004c4 Don't recommend mono-mcs
as it is already a dependency of mono-devel.
2016-01-31 20:04:22 +01:00
Matthias Mailänder
c7b6695328 Don't recommend cli-common-dev
as it is meant to be for DEB building.
2016-01-31 20:03:44 +01:00
Matthias Mailänder
9bb130928b Don't use deprecated Mono compilers. 2016-01-31 19:44:07 +01:00
Matthias Mailänder
4278eff253 Merge pull request #10642 from Sapena/flood_fill
Recovered flood fill functionality from the old editor
2016-01-31 18:49:17 +01:00
Matthias Mailänder
f6c669d6d4 Merge pull request #10611 from reaperrr/flip-offsets1
Make FlipX/FlipY flip respective embedded offsets as well
2016-01-31 18:27:50 +01:00
Matthias Mailänder
77585735ad Update to Mono.Nat version 1.2.24 2016-01-31 18:14:24 +01:00
Matthias Mailänder
a6a789b878 Update to SharpFont 3.1.0 2016-01-31 18:14:01 +01:00
Oliver Brakmann
bbe8b199ed Add decoration when HazMat suits are enabled in TD 2016-01-31 17:10:46 +01:00
Zimmermann Gyula
e69fcd385b Add art for HazMat decoration to TD 2016-01-31 17:10:46 +01:00
Matthias Mailänder
33f649e949 Grant Tiberium immunity from biolab captures. 2016-01-31 17:10:46 +01:00
Matthias Mailänder
76066c65bd Disable trainable dinos. 2016-01-31 17:10:46 +01:00