Commit Graph

19903 Commits

Author SHA1 Message Date
DArcy Rush
eb795909da Implement player stance colors
Adds an option to display actors on radar and
support weapon timers in colors denoting the
diplomatic stance toward the player.
2016-01-30 15:46:55 +01:00
Oliver Brakmann
ce8b03a276 Merge pull request #10530 from pchote/remove-external-hashes
Index filesystem contents by filename instead of hash.
2016-01-29 21:12:31 +01:00
Paul Chote
6085de7263 Remove unused PackagePaths. 2016-01-29 19:59:31 +00:00
Paul Chote
fa6b50f2a2 Fix filename case of D2K FMVs. 2016-01-29 19:56:17 +00:00
Paul Chote
f90b21b1b7 Fix D2K installation on case sensitive filesystems. 2016-01-29 19:56:17 +00:00
Paul Chote
314aba0861 Overhaul InstallShieldPackage.
- Remove hashing
- Use full file paths
- Replace BinaryReader with stream extensions.
2016-01-29 19:56:17 +00:00
Paul Chote
7ed24ce6de Remove legacy hashing from BagFile. 2016-01-29 19:56:17 +00:00
Paul Chote
ccdbdebdb1 Remove legacy hashing from D2kSoundResources. 2016-01-29 19:56:16 +00:00
Paul Chote
91c25d7b84 Remove unused Package.(Classic|Crc)Hashes. 2016-01-29 19:56:16 +00:00
Paul Chote
86e4cb763d Replace FileSystem hash index with a regular string cache.
This requires that .mix files have valid max database
entries for all files used by the mod.
2016-01-29 19:56:16 +00:00
reaperrr
01cd6c93d9 Merge pull request #10633 from teees/nawast-fix
fix nawast popping up on gdi build menu, fixes #10631
2016-01-29 18:00:18 +01:00
teees
97265be139 fix nawast popping up on gdi build menu, fixes #10631 2016-01-29 09:27:05 +01:00
reaperrr
7b315aa9cc Merge pull request #10562 from pchote/classic-facing-fudge
Implement ClassicFacingFudge for fudging classic facings.
2016-01-28 23:45:48 +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
Matthias Mailänder
9f002050ec Merge pull request #10601 from pchote/fix-td-connection-dialog
Fix button positions on TD connection dialog.
2016-01-28 19:53:47 +01:00
Matthias Mailänder
4c86dad8d5 Merge pull request #10628 from teees/upgradeactorsnear-fix
Don't grant upgrades to newly built units while disabled
2016-01-28 15:15:23 +01:00
abcdefg30
a34818bb3e Merge pull request #10620 from teees/production-exit-fix
Fix units warping from an exit subcell to cellcenter when produced
2016-01-28 14:55:45 +01:00
reaperrr
27a67415e9 Merge pull request #10621 from teees/ts-fixes
Small ts rules fixes
2016-01-28 12:25:51 +01:00
teees
8315350f07 Don't grant upgrades to newly built units while disabled 2016-01-28 10:42:02 +01:00
Paul Chote
66df822412 Enable ClassicFacingFudge in RA. 2016-01-27 21:39:51 +00:00
Paul Chote
2d9bbd9405 Enable ClassicFacingFudge in TD. 2016-01-27 21:39:50 +00:00
Paul Chote
608b5d1674 Add UseClassicFacingFudge flag for TD/RA. 2016-01-27 21:32:21 +00:00
Paul Chote
fe60f5a77f Introduce Turreted.WorldOrientation. 2016-01-27 21:32:21 +00: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
teees
cb3be2cd0d Fix units visually moving to a bogus subcell via MoveIntoWorld 2016-01-27 12:01:37 +01:00
Oliver Brakmann
2f2d7e1083 Merge pull request #10592 from RoosterDragon/fa-debug
Debug frozen actors without footprints
2016-01-26 23:24:08 +01:00
Oliver Brakmann
8584ed710e Merge pull request #10564 from abcdefg30/botUnderAttack
Added support for playing a "Our ally is under attack" notification
2016-01-26 23:20:41 +01:00
RoosterDragon
68eda63008 Add some debugging code to catch frozen actors without footprints. 2016-01-26 20:45:04 +00:00
abcdefg30
a2753ad1e4 Make use of the OurAllyIsUnderAttack notification in ts 2016-01-26 21:16:37 +01:00
abcdefg30
79829c5270 Add support for playing a "Our ally is under attack" notification 2016-01-26 21:16:29 +01:00
abcdefg30
a56ffb581f Move some checks in *AttackNotifier to improve performance 2016-01-26 21:10:12 +01:00
Oliver Brakmann
2ae9bc7ebd Merge pull request #10567 from Mailaender/passenger-upgrade-lint
Fixed Passenger missing UpgradeGrantedReference
2016-01-26 20:11:36 +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
Matthias Mailänder
c3629a93a3 Merge pull request #10610 from riiga/uipolish
Use player name as default for global chat
2016-01-26 20:01:49 +01:00
Matthias Mailänder
dd18e2f632 Merge pull request #10600 from pchote/fix-td-spec-kick
Fix spectator kick button in TD lobby.
2016-01-26 19:52:21 +01:00
Oliver Brakmann
4b02134b2d Merge pull request #10594 from abcdefg30/sizeD2k
Fix a crash in d2k caused by empty bounds
2016-01-26 19:30:30 +01:00
Oliver Brakmann
e0bf307d4d Merge pull request #10596 from abcdefg30/d2kNotifications
Add all remaining d2k speech notifications
2016-01-26 19:25:18 +01:00
riiga
38c5ad35fa Uses player name as default for global chat 2016-01-26 19:20:07 +01:00
Oliver Brakmann
a2639da5e8 Merge pull request #10602 from pchote/fix-td-aircraft-fog-visibility
Fix TD aircraft being visible through fog.
2016-01-26 18:59:18 +01:00
reaperrr
f4c4997d60 Merge pull request #10580 from pchote/ra-no-sw-tech
Add a "no superweapons" tech level to RA.
2016-01-26 16:58:07 +01:00
Paul Chote
49eb521db0 Fix aircraft without sight being visible under fog. 2016-01-25 21:04:08 +00:00
Paul Chote
fd06b8abc3 Fix button positions on TD connection dialog.
"forward" acting buttons go on the right.
"back" acting buttons go on the left.
2016-01-25 21:00:47 +00:00
Paul Chote
9f6a6b31e9 Fix spectator kick button in TD lobby. 2016-01-25 20:56:26 +00:00
Matthias Mailänder
0878f5f371 Merge pull request #9981 from teees/gates-trait
Added gates to Tiberian Sun
2016-01-25 19:51:01 +01:00
abcdefg30
d087a16042 Fix a crash in d2k caused by empty bounds
This adds respective checks to Building.cs.
2016-01-25 16:44:17 +01:00
abcdefg30
386acdcfc9 Merge pull request #10536 from Mailaender/warn-nobots
Added a warning when bots have been disabled
2016-01-25 16:35:42 +01:00
abcdefg30
b8c59c5fad Add all remaining d2k speech notifications
except the MAP* notifications because they differ between the factions
and are used in the mission selector only.
2016-01-25 16:26:53 +01:00