Oliver Brakmann
ee82a8c3a9
Merge pull request #10756 from Mailaender/ts-beacon
...
Added the Tiberian Sun beacon
2016-04-26 21:28:22 +02:00
Matthias Mailänder
92e9cf2819
Add the Tiberian Sun beacon animation.
2016-04-24 23:28:29 +02:00
Paul Chote
8807a79c4a
Add tile depth metadata to TS tileset yaml.
2016-04-21 17:23:09 +01:00
reaperrr
fd5a597966
Move Render traits to Traits.Render namespace
2016-04-15 20:43:04 +02:00
Paul Chote
ca2b712ad9
Clean up ImportTSMapCommand.
2016-03-21 23:08:43 +00:00
Paul Chote
65df25b1a4
Remove lazy loading of binary map data.
2016-03-18 20:16:24 +00:00
Paul Chote
a3b1baa654
Extract default TileSet/Sequence dictionaries to ModData.
2016-03-11 21:18:32 +00:00
Paul Chote
b0c0bf3151
Revert format upgrader and map importers saving rules to external file.
2016-03-11 16:46:22 +00:00
Paul Chote
b969d61466
Move advanced map yaml to their own files.
2016-03-08 20:54:54 +00:00
Paul Chote
d4f8fe1666
Move map configuration to rules.
2016-03-07 21:41:13 +00:00
Paul Chote
617113fa86
Rework IReadWritePackage interface.
2016-02-28 10:18:50 +00:00
Matthias Mailänder
ecbd1a0247
Merge pull request #9509 from penev92/upgradeTickTank
...
Convert Tick Tank to use DeployToUpgrade + some fixes
2016-02-23 23:33:38 +01:00
Oliver Brakmann
4f1fa3acec
Merge pull request #10786 from pchote/mappreview-packages
...
Remove internal use of map paths.
2016-02-23 22:52:54 +01:00
Pavel Penev
118d015e4d
Make the TS map importer aware of deployable actors who use upgrades instead of transforming
2016-02-22 02:44:29 +02:00
Paul Chote
e71225496b
Clarify GPL version.
2016-02-21 16:30:48 +00:00
Paul Chote
b396965fd9
Update licence header year.
2016-02-21 16:27:31 +00:00
Paul Chote
226081d379
Remove map saving shim method.
2016-02-21 16:11:36 +00:00
Paul Chote
573e26c887
Load and save maps using packages.
2016-02-21 16:11:35 +00:00
Paul Chote
24e9294741
Tidy ModData/ModFiles usage in utility commands.
2016-02-18 18:12:33 +00:00
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