Commit Graph

13993 Commits

Author SHA1 Message Date
obrakmann
c72bca68ea Merge pull request #6372 from reaperrr/infdeath-to-deathtype
Renamed InfDeath to DeathType
2014-08-30 23:40:48 +02:00
Paul Chote
479b8e13d6 Merge pull request #5891 from Mailaender/d2k-captureable-tech
Added captureable tech for Dune 2000
2014-08-31 09:10:35 +12:00
reaperrr
c17b284051 UpgradeRules for InfDeath -> DeathType renaming. 2014-08-30 18:06:07 +02:00
reaperrr
3725ce4f7b InfDeath -> DeathType renaming. 2014-08-30 18:06:05 +02:00
Matthias Mailänder
c1ca55b303 Merge pull request #6208 from atlimit8/FixUnloadCargo
Fixed UnloadCargo stacking using new subcell API exposure
2014-08-30 14:38:17 +02:00
Matthias Mailänder
afe3560fc5 Merge pull request #6346 from abcdefg30/dropzones
Updated dropzone maps
2014-08-30 14:13:50 +02:00
Matthias Mailänder
0470118f2a Merge pull request #6351 from abcdefg30/fixshore
Fixes #6195
2014-08-30 14:03:41 +02:00
reaperrr
0cd244641a Merge pull request #6368 from Mailaender/squishy-unhardcode
Removed hard-coded squishy sounds to avoid confusion
2014-08-30 12:53:51 +02:00
obrakmann
0181347141 Merge pull request #6304 from pchote/fix-laser-vis
Don’t display LaserZap if source and dest are hidden.
2014-08-30 12:02:49 +02:00
atlimit8
8ad1140921 Reduce ICrushable trait lookup & drop -SubCell suffix.
Replace `a.HasTrait<ICrushable>()` with a.TraitsImplementing<ICrushable>().Any() or equivalent.
2014-08-30 04:43:57 -05:00
Matthias Mailänder
db1e9b9c24 don't hard-code sounds for one mod to avoid confusion 2014-08-30 10:32:57 +02:00
Matthias Mailänder
fb1a33da1d Merge pull request #6366 from reaperrr/sound-cleanup
Minor sound fixes for RA and TS
2014-08-30 10:13:23 +02:00
Matthias Mailänder
a92dd17d92 Merge pull request #6279 from mizipzor/new-dialong-png-fix
Fix for blinking vivid red color on unread news
2014-08-30 10:04:22 +02:00
Matthias Mailänder
1ffa88a750 Merge pull request #6162 from UberWaffe/WeaponDiplomacyCheck
Closes #5618
2014-08-30 09:39:05 +02:00
Matthias Mailänder
dadc0903be Merge pull request #6239 from TiagoMLSousa/ISSUE2820_DisableSimilarColors
Issue #2820 - Disable similar colors
2014-08-30 09:21:18 +02:00
atlimit8
e29b9edfc1 Changes to map.cs, rename IPositionable.IsLeaving{ => Cell}, add IPositionable.GetValidSubCell 2014-08-29 23:30:16 -05:00
atlimit8
63c28ee4d7 Refactored in new enum SubCell 2014-08-29 23:00:53 -05:00
atlimit8
27ad5208fb Fixed Mobile.SetPosition & other FixUnloadCargo touch-ups
Fixed Mobile.SetPosition
Finally removed old SubCell enum
Folded MobileInfo.CanEnterCell overloads into one
Renamed IPositionable.{IsMovingFrom => IsLeaving}
Changed Crate.IsLeaving to use crate lifetime
2014-08-29 23:00:53 -05:00
atlimit8
b2c9064545 Refactored [sub-]cell availability logic in IPositionable & ActorMap
Moved the logic from IPositionable.CanEnterCell & integrated sub-cell selection.
Added IPositionable.IsMovingFrom(CPos location, int subCell = -1) - to detect transient actors
Renamed IPositionable.{GetDesiredSubcell => GetAvailableSubcell} - since it checks for available sub-cells
Reduced IPositionable.CanEnterCell to one method that usually uses IPositionable.GetAvailableSubcell
Added actor checking to ActorMap.{HasFreeSubCell, FreeSubCell, AnyUnitsAt} - used by [sub-]cell availability logic
2014-08-29 23:00:53 -05:00
atlimit8
ff7ad53dee Fixed UnloadCargo stacking using new subcell API exposure 2014-08-29 23:00:53 -05:00
atlimit8
9efcf231e1 Refactor MobileInfo.CanEnterCell 2014-08-29 23:00:53 -05:00
atlimit8
fe57417aa8 Added int subCell = -1 to IMove.MoveIntoWorld & IPositionable.SetPosition(Actor self, CPos cell) 2014-08-29 23:00:53 -05:00
Tiago Sousa
ce68d67f0b Disallow same/similar colors (fixes #2820) 2014-08-30 01:53:38 +01:00
reaperrr
b3e0f9b989 Fix TS CrushSounds.
squish2.aud doesn't exist in TS, and Cyborgs aren't crushable anyway.
2014-08-30 02:28:06 +02:00
reaperrr
498b2dd028 Fix Parachutable GroundImpactSound.
squishy2.aud only exists in ts.
2014-08-30 02:27:04 +02:00
Paul Chote
921d77f825 Merge pull request #6202 from ScottNZ/spyabilities
Add power sabotage ability to spy
2014-08-30 10:26:09 +12:00
obrakmann
d9933e9be0 Merge pull request #6358 from huwpascoe/bleed
Cloaked APCs are no longer unstoppable harrassment machines.
2014-08-29 21:05:38 +02:00
huwpascoe
330cb0c488 UncloakOnUnload is now on by default. 2014-08-29 19:57:45 +01:00
abcdefg30
b51a2263b3 Fixed sh31 tile 2014-08-27 12:27:30 +02:00
Paul Chote
0db079ea94 Merge pull request #6321 from Mailaender/less-nervous-clicksounds
Fixed double click sound on Tiberian Dawn production tabs
2014-08-27 18:45:51 +12:00
ScottNZ
cc15d859e2 Have AI account for power outages 2014-08-27 18:45:09 +12:00
ScottNZ
b70395e27c Refactor more power and infiltration stuff. Create new power sabotage ability for spies in ra and ts. 2014-08-27 18:45:09 +12:00
Paul Chote
84cb5f14f5 Merge pull request #6318 from Mailaender/log-session-deserialize-exception
Fixed Session.Deserialize exceptions not throwing properly
2014-08-27 18:39:56 +12:00
reaperrr
4fa199fb10 Merge pull request #6320 from Mailaender/smudge-offset
Unhardcoded and self-documented more resource/smudge parameters
2014-08-26 22:25:32 +02:00
obrakmann
e1eb5a0927 Merge pull request #6340 from cjshmyr/fix6214
Add missing INotifyRemovedFromWorld impl to GlobalUpgradable
2014-08-26 16:42:47 +02:00
abcdefg30
1850794518 'Cleaned away' some unused traits 2014-08-26 12:57:42 +02:00
abcdefg30
b5bdb73447 Fixed crates spawning on inaccessable terrain 2014-08-26 12:52:48 +02:00
abcdefg30
ed5648f873 Disabled wrong crateactions 2014-08-26 12:51:06 +02:00
abcdefg30
2c2424d10e unit -> units to avoid crashes 2014-08-26 11:44:31 +02:00
UberWaffe
1fbcdfc3c3 AffectsParent defaulted to false. 2014-08-25 20:44:21 +02:00
UberWaffe
81cb26116f Ioncannon changed to limited Spread. (1000, 250, 100 damage in 1c1, 2c1, 2c512) 2014-08-25 20:44:21 +02:00
Curtis Shmyr
02a6c6ab77 Add missing INotifyRemovedFromWorld impl to GlobalUpgradable 2014-08-24 13:18:30 -06:00
Matthias Mailänder
8ebe6345aa Merge pull request #6323 from pchote/tib-craters
Render smudges beneath resources.
2014-08-24 16:50:28 +02:00
Matthias Mailänder
e6a1a2632e add captureable tech for Dune 2000 2014-08-24 08:41:54 +02:00
Matthias Mailänder
97b97a4dd2 bring back click sound for TAB and PageUp/Down 2014-08-24 08:29:19 +02:00
Matthias Mailänder
8649475b91 document engine limitations 2014-08-24 08:16:59 +02:00
Matthias Mailänder
5b4f8d1446 unhardcode and self-document more resource/smudge parameters 2014-08-24 08:13:40 +02:00
Paul Chote
944cfd83e2 Merge pull request #6281 from mizipzor/tab-completion
Added tab completion to in-game and lobby chat.
2014-08-24 17:29:38 +12:00
UberWaffe
e3e5e9eb00 Adds Diplomacy keywords for ValidTarget checks.
Changes:

Allows diplomacy stance checks to be done on warheads and weapons, using keywords in ValidTargets and InvalidTargets.
2014-08-24 07:00:21 +02:00
Paul Chote
ef7d198ca8 Merge pull request #6244 from havok13888/PalaceStarPortBib
Fixes #6013 D2K - Tiles that should unmoveable at Palaces bib
2014-08-24 11:51:52 +12:00