Commit Graph

12362 Commits

Author SHA1 Message Date
Paul Chote
d1c2c6b745 move windows-specific deps to thirdparty/windows. 2014-05-02 22:18:35 +12:00
Paul Chote
c61c9592b1 Include platform-specific dependencies under osx/linux. 2014-05-02 22:18:35 +12:00
Paul Chote
ab06e6998c Replace OSX SDL with i386-only non-framework build.
Compiled using ./configure CFLAGS="-m32 -mmacosx-version-min=10.5" LDFLAGS="-m32 -mmacosx-version-min=10.5" --without-x
2014-05-02 22:18:35 +12:00
Paul Chote
18af74f745 Package Lua 5.1.5 for all platforms. 2014-05-02 22:18:35 +12:00
Paul Chote
af83a1b341 Update lua docs when packaging a new build. 2014-05-02 22:18:35 +12:00
Paul Chote
06f162ad57 Add initial standard library, and port shellmaps. 2014-05-02 22:18:34 +12:00
Paul Chote
d73af0190f Add a new native-lua implementation. 2014-05-02 22:18:34 +12:00
Paul Chote
f6efc9c5bc Add deprecation notice to the original api. 2014-05-02 22:08:42 +12:00
Paul Chote
fdd4437c52 Re-enable shellmaps. 2014-05-02 22:08:41 +12:00
Paul Chote
e83a21808f Produce actors in a FrameEndTask. 2014-05-02 22:08:41 +12:00
Paul Chote
097d6ad47c Merge pull request #5163 from Mailaender/prettify-trait-documentation
Beautified the trait documentation
2014-05-02 21:32:24 +12:00
Chris Forbes
b05297d350 Merge pull request #5227 from Phrohdoh/MultiEnumYaml
Enum yaml fix.
2014-05-02 12:55:38 +12:00
Matthias Mailänder
f28edf9d89 Merge pull request #5226 from pchote/changelog-fix
Fix changelog url in the packaging script.
2014-05-01 06:55:09 +02:00
Paul Chote
afa194dfb2 Fix ubuntu packages dependencies for .NET4. 2014-05-01 09:56:27 +12:00
Matthias Mailänder
066168fdb9 Merge pull request #5223 from obrakmann/fix5210
Repaired gdi03 mission. Fixes #5210.
2014-04-30 21:44:57 +02:00
Taryn
e828541dc9 Allow multiple enum values to be parsed from yaml with the same syntax as a string[]. 2014-04-30 07:15:09 -05:00
Paul Chote
6015bbeaf6 Fix changelog url in the packaging script. 2014-04-30 23:51:28 +12:00
Oliver Brakmann
801b38dd52 Repaired gdi03 mission. Fixes #5210.
I opted to lower the power consumption for SAM instead of restoring the
original power values for FACT and PROC since those two are available to
the player as well and they would behave slightly different in this
mission than in other ones.
2014-04-30 11:40:46 +02:00
Matthias Mailänder
fa150db4a7 Merge pull request #5221 from reaperrr/ts-camerapitch
Fix voxel angle of TS units
2014-04-29 21:03:23 +02:00
reaperrr
e885a7195e Adjusts TS unit CameraPitch to align voxels with perspective. 2014-04-29 19:25:18 +02:00
Matthias Mailänder
cb93e8cb70 Merge pull request #5218 from reaperrr/crateeffect-palette
Made CrateEffect color palette customizable
2014-04-29 11:17:57 +02:00
Matthias Mailänder
e456368ed5 Merge pull request #5219 from ScottNZ/balance
Closes #5179
2014-04-29 11:01:01 +02:00
Matthias Mailänder
be5b50abae Merge pull request #5217 from reaperrr/pip-palette
Un-hardcoded pip/tag/group palettes
2014-04-29 10:59:08 +02:00
ScottNZ
b0610e39fb Make ra 4tnk weapons work more similarly to how they did in the original 2014-04-29 17:32:42 +12:00
ScottNZ
d545759ca1 Nerf ra 4tnk a bit; it was too unstoppable 2014-04-29 17:08:50 +12:00
reaperrr
a422f03c0a Makes CrateEffect color palette customizable.
CrateAction can now define a custom Palette, levelup effect of GainsExperience uses ChevronPalette.
2014-04-28 21:03:59 +02:00
reaperrr
c8815e1413 Un-hardcodes pip/tag/group palettes.
-Palette for decorations can now be defined under SelectionDecorations trait.
-Adds pip types Ammo and AmmoEmpty.
-LimitedAmmo PipTypes are now customizable.
-Adds art, sequences and rules entries for TS mod decorations that were missing/using a wrong palette.
-Adds PrimaryBuilding trait to TS weapon factories and helipads.
2014-04-28 20:03:00 +02:00
Matthias Mailänder
589c7642d1 add a table of contents 2014-04-28 10:28:17 +02:00
Matthias Mailänder
abf5c5a0eb remove brackets from float2.ToString conversion 2014-04-28 09:41:24 +02:00
Matthias Mailänder
e861e7c07e port harvester documentation to the new inline Desc format 2014-04-28 09:41:24 +02:00
Matthias Mailänder
5120cdf6d4 more non-technical type names 2014-04-28 09:41:22 +02:00
Matthias Mailänder
d9bd5f4d7f tabular view, sorted by namespace and given headers 2014-04-28 09:38:11 +02:00
Matthias Mailänder
0162cac91a Merge pull request #5207 from reaperrr/ts-weapon-pal-fix1
Fixed palette of all TS weapons that don't use the effect palette
2014-04-28 08:01:05 +02:00
Matthias Mailänder
41f6318413 Merge pull request #5206 from reaperrr/ts-mechfix1
Added UseInfantryDeath option to RenderInfantry trait
2014-04-28 07:56:52 +02:00
reaperrr
e0c6ef1030 Fixes palette of all TS weapons that don't use the effect palette. 2014-04-27 23:32:22 +02:00
reaperrr
49b35dca6e Add UseInfantryDeath option to RenderInfantry trait.
This allows the use of RenderInfantry for units that do not have a Die voice or die sequences.

Additionally fixed Wolverine stand and shoot sequences.
2014-04-27 22:56:23 +02:00
Matthias Mailänder
7517cbb941 Merge pull request #5197 from pavlos256/minor-cleanup
Minor cleanup
2014-04-27 18:33:13 +02:00
Matthias Mailänder
34bdb504c6 Merge pull request #5194 from psydev/patch-8
Certain units can no longer target walls
2014-04-27 18:22:11 +02:00
Matthias Mailänder
c8d9609400 Merge pull request #5198 from reaperrr/tibtree-fix
Closes #3107
2014-04-27 18:16:00 +02:00
Matthias Mailänder
0da6ab6c20 Merge pull request #5185 from reaperrr/rank-palette
Makes rank chevron palette customizable
2014-04-27 18:04:20 +02:00
Matthias Mailänder
8da0d3fac8 Merge pull request #5199 from reaperrr/shok-fix
Closes #5195
2014-04-27 17:46:40 +02:00
reaperrr
8f09a2d6e0 Adds work-in-progress test map to TS mod.
Creeps-owned units and buildings can be used to test rank signs etc.
2014-04-27 13:49:45 +02:00
reaperrr
ce2809c7a0 Adds die-crushed sequence to Shock Trooper. 2014-04-27 13:37:09 +02:00
reaperrr
b62c43a90f TD Blossom Trees now emit tiberium from base.
Dimension set to 1x1, art position fixed via sequence Offsets.
2014-04-27 13:31:54 +02:00
Paul Chote
9cf923343f Merge pull request #5186 from psydev/patch-7
balance tweak - make turret armor heavy
2014-04-27 12:57:01 +12:00
Paul Chote
0822d1ce11 Merge pull request #5181 from psydev/maps
Updated psydev's maps
2014-04-27 12:56:00 +12:00
Paul Chote
cd1fcfabd7 Merge pull request #5188 from obrakmann/buildlimit+shift-click-fix
Fix build palette showing too many queued items when BuildLimit is reached
2014-04-27 12:52:24 +12:00
Pavlos Touboulidis
45944a053c Replace (and remove) custom Set<T> with HashSet<T> 2014-04-27 00:01:33 +03:00
Pavlos Touboulidis
c28faffa45 Remove custom Stopwatch wrapper
Remove the redirection (that doesn't offer any new functionality)
and replace it with the familiar System.Diagnostics.Stopwatch.
2014-04-26 23:58:18 +03:00
Pavlos Touboulidis
275f6683c6 Remove unused and obsolete Cached.cs
This was similar to Lazy<T>
2014-04-26 23:28:23 +03:00