Matthias Mailänder
e0d74455f5
Merge pull request #10720 from GraionDilach/gen2-map-import-waypoint-fix
...
Do not crash during importing a TS map if a waypoint ID isn't an integer.
2016-02-07 21:36:28 +01:00
Zimmermann Gyula
4aa9d26e12
Do not crash during gen2 map importing if a waypoint ID isn't an integer.
2016-02-07 18:40:12 +01:00
Paul Chote
45bae7e9b3
Mount the mod filesystem context in the ModData ctor.
2016-02-06 16:30:23 +00:00
Paul Chote
c581283c9a
Add the TS map importer.
2016-01-18 20:52:35 +00:00
RoosterDragon
8e89a6a696
Simplify names, remove unused usings, remove redundant casts.
2016-01-17 21:35:36 +00:00
Oliver Brakmann
29e8396863
Merge pull request #10531 from pchote/fix-tileset-case
...
Fix case mismatches in TS tileset importer.
2016-01-16 22:43:02 +01:00
Paul Chote
9f28eefb31
Fix case mismatches in TS tileset importer.
2016-01-16 13:07:36 +00:00
Matthias Mailänder
152ff32ded
add the Tiberian Sun harvester unload overlay
2016-01-16 13:51:08 +01:00
Paul Chote
1202a4d968
Move IniFile to Mods.Common.
2016-01-07 21:07:43 +00:00
Pavel Penev
1b88d24cfa
Unstatic GlobalFileSystem and rename it to FileSystem
...
Add a ModFiles field on ModData and move all access to the file system to go through that.
2015-12-14 03:42:22 +02:00
Zimmermann Gyula
d13d5088cd
Fix TS legacy tileset importer color regression.
2015-11-11 12:18:01 +01:00
teees
2e0719f1fd
tick VoxelWalker move animation when turning
2015-11-06 06:51:57 +01:00
Herve-M
1485dd1675
Add basic arguments validation
2015-10-03 17:21:21 +02:00
atlimit8
09984683a7
Add ActorInfo.TraitInfo[OrDefault]<T>() requiring ITraitIfo types
2015-09-19 09:56:14 -05:00
atlimit8
45112cfa76
Remove redundant IBodyOrientation[Info] & replace with BodyOrientation[Info]
2015-09-15 22:57:08 -05:00
Matthias Mailänder
59142d7782
terrain sprite definition MiniYaml changed to plural form, too
2015-09-13 15:01:15 +02:00
reaperrr
006e66a3c3
Refactored IQuantizeBodyOrientation implementation
...
Moved BodyOrientation and related interfaces from Game to Mods.Common.
Introduced QuantizeFacingsFromSequence trait.
With*Body render traits no longer implement IQuantizeBodyOrientation
themselves.
2015-08-24 00:48:56 +02:00
Pavel Penev
09f67d18bb
Some internal "race" to "faction" renaming
2015-08-22 23:34:36 +03:00
Matthias Mailänder
118782a85e
check palette references
2015-08-17 21:36:45 +02:00
RoosterDragon
272a0d8691
Added a release config.
2015-06-09 18:06:31 +01:00
Matthias Mailänder
8dbe9804fc
add the Cyborg rendering logic
2015-06-01 07:58:34 +02:00
Matthias Mailänder
ffffe0089a
fix error CS0219:
...
The variable `tileStart' is assigned but its value is never used
2015-05-17 20:34:47 +02:00
Matthias Mailänder
7e1c3047f6
move generic Voxel render traits to Mods.Common
2015-05-14 17:02:47 +02:00
Matthias Mailänder
69ce877a89
Merge pull request #8083 from obrakmann/separate_download_dir
...
Closes #8069
2015-05-10 21:30:38 +02:00
Paul Chote
c0282bdff9
Remove Owner from ActorPreviews.
2015-05-10 00:01:43 +01:00
Oliver Brakmann
f251813f89
Keep downloaded files in a separate directory
...
As a side effect, this re-enables building the Windows installer on Linux hosts.
2015-05-08 20:59:24 +02:00
penev92
bb51657e40
Cleanup unused DLL references
2015-05-07 18:59:01 +03:00
Oliver Brakmann
622685c8f4
Merge pull request #7968 from pchote/ts-tileset-depth
...
Load depth data from tmp(ts) sprites.
2015-05-03 22:31:27 +02:00
Matthias Mailänder
fa0ce88f70
change voxel image on water terrain type for APC
2015-05-01 10:37:17 +02:00
Paul Chote
b62d1cae78
Load tmp(ts) depth data.
2015-04-27 19:21:55 +12:00
Paul Chote
8b7453070a
Include all the relevant palettes in the asset browser.
2015-04-27 19:21:55 +12:00
Taryn Hill
4ed53c5952
Simplify return statements.
...
Remove redundant ‘this’.
Remove unused using directives.
Simplify LINQ chains.
Add some trait property descriptions.
Add readonly where viable.
Add fullstops to some yaml descriptions.
2015-04-01 12:33:17 -05:00
Paul Chote
4be5334a0e
Add support for TS-style random tile variants.
2015-03-30 19:44:53 +01:00
Matthias Mailänder
c5a1141711
un-hardcode and self-document the shadow palette
2015-03-29 08:17:20 +02:00
Paul Chote
c5625d0d70
Fix radar color keys.
2015-03-25 19:59:09 +00:00
Paul Chote
a76bc3e188
Include sprite extension in imported tilesets.
2015-03-25 19:59:08 +00:00
Paul Chote
23bbe23603
Update imported tile types.
...
Using data provided by @tomsons26.
2015-03-25 19:59:08 +00:00
RoosterDragon
1515ac54f6
Enforce a line length limit.
2015-03-19 17:20:34 +00:00
Paul Chote
00a2146299
Adjust GetImage plumbing in preparation for race-specific sequences.
2015-03-02 20:46:24 +00:00
Paul Chote
aa9db669e7
Fix ActorPreview turret facings.
2015-02-10 15:22:42 +00:00
penev92
494b600ed8
Move refinery and harvester logic to Mods.Common;
...
Remove unused interface IAcceptOreDockAction
2015-02-06 13:23:07 +02:00
penev92
502ed6a0e7
Add SpriteHarvesterDockSequence and VoxelHarvesterDockSequence
...
Pass drag-related info from Refinery to HarvesterDockSequence
2015-01-25 17:17:34 +02:00
penev92
202e280551
Fix OreRefinery and TiberiumRefinery names
2015-01-25 16:58:03 +02:00
abcdefg30
8ca61aa917
Updated all year numbers
2015-01-09 21:18:05 +01:00
RoosterDragon
a6cda967c2
Formatted all files.
...
Automatically formatted all files via VS. This generally corrects indentation, removes trailing whitespace and corrects misplaced tabs or spaces. Manually tweaked a few files where required.
2015-01-06 21:28:50 +00:00
Matthias Mailänder
bc3acfeee7
StyleCop clean OpenRA.Game
2015-01-04 15:38:54 +01:00
reaperrr
654f56c5d5
Moves Attack, Armament, Move, Air traits and activities as well as anything required by them to Mods.Common.
...
Extracts Exit from Production into its own trait.
2015-01-04 05:24:28 +01:00
Hellhake
fa72e04042
Remove BOM
2015-01-01 22:51:12 +01:00
reaperrr
2f67a88b93
Move Armament, Attack* and various other traits to Traits namespace
2014-12-26 21:38:48 +01:00
Paul Chote
2012946f06
Fix style nits in Mods.TS.
2014-12-26 12:13:09 +13:00