Matthias Mailänder
2b38a0b279
add crate actors for legacy map compatibility
2016-01-24 15:40:31 +01:00
Matthias Mailänder
0d497c6a16
this class should not be public
2016-01-24 15:30:36 +01:00
abcdefg30
3de5e7fea1
Merge pull request #10571 from Mailaender/wwcrate
...
Added the water variant for the wooden crate
2016-01-24 15:02:53 +01:00
abcdefg30
ec30f38b7e
Merge pull request #10584 from Mailaender/ai-armed-harvesters
...
Fixed AI using armed harvesters for combat
2016-01-24 14:48:05 +01:00
Matthias Mailänder
8b5dac7c6f
Merge pull request #10585 from abcdefg30/unhardcodeBridges
...
Unhardcode the cursors used by RepairsBridges
2016-01-24 14:27:12 +01:00
abcdefg30
13d271308d
Merge pull request #10583 from Mailaender/tactical-terrace
...
Added original TS maps Tactical and Terraces
2016-01-24 14:22:35 +01:00
abcdefg30
3fa926c9bd
Merge pull request #10582 from Mailaender/crat0c
...
Added missing CRAT0C rule
2016-01-24 14:20:00 +01:00
abcdefg30
f52210c15b
Unhardcode the cursors used by RepairsBridges
2016-01-24 14:14:23 +01:00
Matthias Mailänder
922217271c
don't actively attack nor defend with armed harvesters
2016-01-24 14:05:00 +01:00
abcdefg30
4df876382f
Merge pull request #10579 from Mailaender/kate
...
Added support for the Kate text editor
2016-01-24 14:01:01 +01:00
Matthias Mailänder
03590b13cc
check the cheap bool before expensive trait lookups
2016-01-24 13:52:44 +01:00
Oliver Brakmann
3d4f6f8e57
Merge pull request #10577 from riiga/upstream/buildingtabplacement
...
Moved Kennel in Soviet buildings tab as per issue 8973
2016-01-24 13:36:29 +01:00
Matthias Mailänder
e50e07c67c
add map Terraces
2016-01-24 13:33:44 +01:00
Matthias Mailänder
cf182cc9f9
add map Tactical
2016-01-24 13:33:31 +01:00
Matthias Mailänder
4d02ae27ae
add missing CRAT0C definition
2016-01-24 13:30:27 +01:00
Matthias Mailänder
e6213c864b
Merge pull request #10581 from reaperrr/remove-charge-bitrot
...
Remove bitrotted WeaponInfo.Charges
2016-01-24 13:16:23 +01:00
reaperrr
56ab3f43da
Remove bitrotted WeaponInfo.Charges
...
There is no logic attached anymore (or never was).
2016-01-24 12:58:39 +01:00
Paul Chote
b83247187a
Increase the width of the RA lobby option dropdowns.
2016-01-24 11:48:09 +00:00
Paul Chote
df30257881
Add a "No Superweapons" tech level.
2016-01-24 11:33:30 +00:00
Matthias Mailänder
2876522617
Add a Kate project file.
2016-01-24 10:58:31 +01:00
riiga
04f506928c
Moved Kennel in Soviet buildings tab as per issue 8973
2016-01-23 23:48:04 +01:00
Matthias Mailänder
eefd6c45ef
Fix TS harvester spawn point.
2016-01-23 17:59:24 +01:00
abcdefg30
6b008a1b71
Merge pull request #10563 from whinis/ObeliskFix
...
Fixes Obelisk not attacking again after a forced attack command
2016-01-23 17:47:15 +01:00
Whinis
ad81b2ee68
Fixes Obelisk not attacking again after a forced attack command
2016-01-23 11:40:51 -05:00
Matthias Mailänder
9d3a3dd9e5
Merge pull request #10568 from abcdefg30/waterCrates
...
Fix crates not showing their water animation
2016-01-23 15:10:26 +01:00
Matthias Mailänder
756d4f2374
simplify steel crate sequences
2016-01-23 15:07:21 +01:00
Matthias Mailänder
c3bca38987
add the water variant for the wooden crate
2016-01-23 14:58:04 +01:00
Matthias Mailänder
2420509bb6
add lint references to all crate body sequences
2016-01-23 14:56:50 +01:00
Matthias Mailänder
8b478e3d0a
Merge pull request #10569 from abcdefg30/PrimaryNote
...
Unhardcode the "PrimaryBuildingSelected" notification
2016-01-23 14:09:41 +01:00
Paul Chote
5f4ca605bd
Merge pull request #10420 from Mailaender/revert-fixAttack
...
Revert "Don't attack actors that you can't see"
2016-01-23 12:45:55 +00:00
abcdefg30
71c804781e
Unhardcode the "PrimaryBuildingSelected" notification
2016-01-23 13:41:18 +01:00
abcdefg30
b1fac69b01
Make the INotifyParachuteLanded implementation in WithCrateBody.cs explicit
2016-01-23 13:22:11 +01:00
abcdefg30
4a67104603
Fix crates not showing their water animation
...
when they are not paradropped.
2016-01-23 13:21:29 +01:00
Matthias Mailänder
dcd1f5ba3c
add missing UpgradeGrantedReference to Passenger
2016-01-23 12:11:08 +01:00
Matthias Mailänder
7aa6921c72
Merge pull request #10557 from abcdefg30/queueCleanup
...
More cleanup in the production logic
2016-01-23 10:52:33 +01:00
Oliver Brakmann
97d10da39b
Merge pull request #10478 from pchote/fix-replay-support-timers
...
Sync replay support timers to original game time.
2016-01-22 23:19:25 +01:00
reaperrr
ef290a9596
Split D2k weapons.yaml
...
To make things more organized and in line with other mods.
2016-01-22 17:09:57 +01:00
abcdefg30
ed3f3706f9
Reduce trait lookups further by adding a BuildableInfo parameter to GetBuildTime
2016-01-21 22:29:01 +01:00
abcdefg30
4e0775b59e
Remove the unused ISync implementation in ClassicProductionQueue.cs
...
The base class ProductionQueue already implements ISync
2016-01-21 22:24:51 +01:00
abcdefg30
5496245a00
Remove unnecessary lookups and checks
...
- We already return early if the unit doesn't have a BuildableInfo
- World.Map.Rules.Actors[actorName] won't return null
- Made BuildUnit use an ActorInfo instead of the name as parameter
2016-01-21 22:24:50 +01:00
abcdefg30
17daac11a1
Avoid unnecessary lookups in the production logic
...
by improving the GetBuildTime method and moving lookups around.
2016-01-21 22:24:49 +01:00
Matthias Mailänder
6272d79072
Merge pull request #10561 from obrakmann/fix10560_fix-1st-spy-hideout-sov03
...
Fix bogus conditional in soviet03 lua script
2016-01-21 21:43:31 +01:00
Oliver Brakmann
26ad018348
Fix bogus conditional in soviet03 lua script
2016-01-21 21:28:05 +01:00
abcdefg30
2ee7e11064
Merge pull request #10488 from obrakmann/fix10451_printing_money_with_spies
...
Change guaranteed amount of stolen funds to spy's value
2016-01-21 21:27:48 +01:00
Matthias Mailänder
eb9fb75d3c
warn players if bots have been disabled
2016-01-21 21:25:23 +01:00
abcdefg30
fac6459b19
Merge pull request #10526 from obrakmann/koth-refactor
...
Improve ProximityCapturable
2016-01-21 20:38:57 +01:00
Oliver Brakmann
a612ca9c5f
Use proper speech notification for InfiltrateForCash
2016-01-21 20:35:28 +01:00
Oliver Brakmann
159a760941
Merge pull request #10558 from abcdefg30/chronoCursor
...
Unhardcode the chronoshift cursor sequences
2016-01-21 20:22:29 +01:00
Oliver Brakmann
a0f3c576e5
Merge pull request #10532 from abcdefg30/polish
...
Apply some general polish to the code/yaml
2016-01-21 20:18:57 +01:00
Matthias Mailänder
7ef640dfba
Merge pull request #10553 from AoAGeneral/bleed
...
MSAM Trajectory change.
2016-01-21 20:06:03 +01:00