Commit Graph

607 Commits

Author SHA1 Message Date
reaperrr
01f15d7917 Change TS build speeds to match original 2016-03-24 18:43:49 +01:00
reaperrr
38cea38f6b Migrate BuildSpeed from float to int 2016-03-24 18:43:48 +01:00
colonelpopcorn
9c069ae3be Upgraded rules for Tiberian Sun mod. 2016-03-22 16:58:38 -04:00
Oliver Brakmann
8c58dbacc1 Fix some actors not being available for the neutral player in the map editor 2016-03-13 15:32:29 +01:00
abcdefg30
c32bf9f8f7 Merge pull request #10862 from ABrandau/ts-stat-correction
Adjust TS Actor stats to match vanilla TS and FS stats.
2016-03-11 21:51:52 +01:00
Paul Chote
d4f8fe1666 Move map configuration to rules. 2016-03-07 21:41:13 +00:00
Paul Chote
5b2bf5b284 Move build radius configuration to rules. 2016-03-07 21:41:13 +00:00
Paul Chote
aed8518e04 Move cheats option to rules. 2016-03-07 21:41:12 +00:00
reaperrr
cddf182996 Renamed ROT to TurnSpeed on Mobile, Aircraft, Turreted and ThrowsParticle 2016-03-04 15:13:55 +01:00
ABrandau
9087527b48 Adjust Actor stats to match TS and FS stats. 2016-03-01 19:00:53 -04:00
Oliver Brakmann
584bf9e7f7 Merge pull request #10570 from abcdefg30/InsufficientFunds
Add support for playing an InsufficientFunds warning
2016-02-27 18:09:13 +01:00
Paul Chote
d4963311ed Merge pull request #10363 from Mailaender/ts-hospital-heal
Added hospital healing to Tiberian Sun
2016-02-27 11:17:56 +00:00
RoosterDragon
b04e578857 Merge pull request #10814 from Mailaender/unselect-crash-site
Fixed selectable crash sites
2016-02-24 20:23:52 +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
abcdefg30
fad0ed7124 Make use of the new InsufficientFunds warning in ra, d2k and ts 2016-02-23 22:16:54 +01:00
Matthias Mailänder
eb9d47a316 Avoid redundancy and selectable crash sites. 2016-02-23 22:08:12 +01:00
abcdefg30
3496eed1e1 Merge pull request #10804 from obrakmann/fix10683_broken-dev-commands
Fix broken dev commands
2016-02-22 13:31:58 +01:00
Pavel Penev
ba0781c28d Remove now-redundant actor gatick (deployed tick tank) 2016-02-22 02:44:27 +02:00
Pavel Penev
99afec6533 Convert the Tick Tank to use DeployToUpgrade 2016-02-22 02:44:26 +02:00
Oliver Brakmann
c7089d9fca Undo lowering selection priority of medics and mechanics (TS) 2016-02-15 21:28:18 +01:00
Oliver Brakmann
7b90eea9aa Merge pull request #10754 from Mailaender/medic-cursor
Added the medic heal cursor
2016-02-15 21:02:49 +01:00
Matthias Mailänder
01577b400b Add heal cursor to GDI Medic. 2016-02-15 08:41:06 +01:00
Paul Chote
a0bc556172 Implement new syntax for package-specific filesystem requests. 2016-02-15 00:44:36 +00:00
Matthias Mailänder
0db2682fdf Add heal cursor to GDI Medic. 2016-02-14 11:01:45 +01:00
Matthias Mailänder
d189838b77 Add hospital healing. 2016-02-13 20:47:34 +01:00
Oliver Brakmann
25bdad4ee5 Ensure widget creation happens after traits are loaded
This is to make sure that traits' `WorldLoaded` method runs before widgets are created.
2016-02-03 22:43:09 +01:00
Pavel Penev
489ee9fc54 Add support for multiple impact sounds to CreateEffectWarhead
Have the engine pick one impact sound at random from the provided list.
2016-01-31 16:22:47 +02:00
teees
97265be139 fix nawast popping up on gdi build menu, fixes #10631 2016-01-29 09:27:05 +01:00
Matthias Mailänder
4203feed40 Merge pull request #10576 from abcdefg30/bridgeRepaired
Add support for playing a BridgeRepaired notification
2016-01-28 20:09:05 +01:00
teees
c5da3623ac fix spelling mistake 2016-01-27 15:08:09 +01:00
teees
3088230c29 Add EjectOnDeath for civilian transport vehicles 2016-01-27 14:19:41 +01:00
teees
55fd75edce Use correct armor type 2016-01-27 14:19:41 +01:00
teees
e721bb9602 Use correct crushing behavior 2016-01-27 14:19:41 +01:00
abcdefg30
a2753ad1e4 Make use of the OurAllyIsUnderAttack notification in ts 2016-01-26 21:16:37 +01:00
Oliver Brakmann
5bd474f3d0 Merge pull request #10573 from Mailaender/ts-exit-offsets
Adjusted the Tiberian Sun harvester spawn point
2016-01-26 20:06:44 +01:00
teees
65e1e301f4 Added Gates
FIXUP: account for full gate footprint when updating neighbours.

FIXUP: gate-wall connection adjacency yaml.
2016-01-25 09:14:00 +01:00
abcdefg30
73e68773e0 Use the BridgeRepaired notification in ts 2016-01-24 21:16:27 +01:00
Matthias Mailänder
4d02ae27ae add missing CRAT0C definition 2016-01-24 13:30:27 +01:00
Matthias Mailänder
eefd6c45ef Fix TS harvester spawn point. 2016-01-23 17:59:24 +01:00
Whinis
ad81b2ee68 Fixes Obelisk not attacking again after a forced attack command 2016-01-23 11:40:51 -05:00
abcdefg30
2437091760 Remove yaml duplication in ts by creating ^Cloakable and using inheritance 2016-01-21 15:41:35 +01:00
Matthias Mailänder
6900e4bad3 rename DemoTruck to AttackSuicides
generalize move to add Aircraft support
give it a description
don't require Explodes as it is just a soft dependency
use a regular self kill
2016-01-16 19:38:23 +01:00
Oliver Brakmann
01a873218d Merge pull request #10364 from Mailaender/unload-overlay
Added the Tiberian Sun harvester unload overlay
2016-01-16 19:30:19 +01:00
abcdefg30
b593063057 Merge pull request #10519 from RockyTV/rockytv
Decrease Engineer and Medic priority
2016-01-16 14:35:41 +01:00
Matthias Mailänder
152ff32ded add the Tiberian Sun harvester unload overlay 2016-01-16 13:51:08 +01:00
Matthias Mailänder
f3210755c0 rename WithDockingOverlay to WithDockedOverlay 2016-01-16 13:51:06 +01:00
Paul Chote
1896e707e6 Fix deployed tick tank turret. 2016-01-15 17:13:59 +00:00
Paul Chote
18b3595894 Fix nod laser turret. 2016-01-15 17:08:45 +00:00
Alexandre Oliveira
5ce454ce7b Decrease Engineer, Medic and Mechanic priority
Fixes the issue that engineers would just run straight at the target while
mixed with a group and attack moved.
2016-01-15 14:18:10 -02:00
RoosterDragon
764f5d6bd9 Merge pull request #10236 from teees/ts-air-separation
Set ideal aircraft separation to half of the default value
2016-01-09 11:43:09 +00:00