Commit Graph

18872 Commits

Author SHA1 Message Date
Oliver Brakmann
27d915046c Fix typo in WeatherOverlayInfo 2015-11-07 19:23:22 +01:00
Pavel Penev
5df01b2137 Merge pull request #9916 from pchote/news-from-the-future
Fetch battlefield news once per game launch.
2015-11-07 14:12:03 +02:00
Oliver Brakmann
c738628c02 Merge pull request #9915 from pchote/globalchat-margins
Fix global chat line margins.
2015-11-07 12:40:08 +01:00
Oliver Brakmann
a70ebe2486 Merge pull request #9877 from pchote/lobby-unread
Show unread message count on lobby chat tabs.
2015-11-07 12:34:35 +01:00
Paul Chote
b235e244a4 Fetch battlefield news once per game launch. 2015-11-07 11:29:34 +00:00
Paul Chote
8c975fc81f Fix global chat line margins. 2015-11-07 11:17:08 +00:00
Pavel Penev
a417c82b0f Merge pull request #9901 from reaperrr/d2k-muzzles
Fix D2k Trike and Raider muzzles
2015-11-07 13:06:32 +02:00
Paul Chote
797f800966 Add unread message count to lobby chat tabs. 2015-11-07 10:59:18 +00:00
Paul Chote
d49e2cc84b Add Tick method to ChromeLogic. 2015-11-07 10:52:30 +00:00
Oliver Brakmann
3539095ea1 Merge pull request #9898 from OmegaBolt/d2k-crate-prereq
D2k crate balance
2015-11-06 19:42:05 +01:00
reaperrr
63925fe7a5 Fix D2k Trike and Raider muzzles
The muzzle weapon appears to need some warhead to 'fire' at actors.
2015-11-06 00:48:26 +01:00
Oliver Brakmann
e609abf445 Merge pull request #9852 from RoosterDragon/event-handler-removals
Detach some event handlers
2015-11-05 22:46:42 +01:00
OmegaBolt
5831d58d13 D2k crate balance
- Fixed prerequisites.
- Added more infantry crates.
- Upped the create explosion damage, though it is still very little. Takes about a third health off a Trike.
2015-11-05 20:09:17 +00:00
RoosterDragon
ee1ef5eff7 Merge pull request #9886 from penev92/fixC17
Fix the C17 delivery plane doing a steep dive when trying to land
2015-11-05 19:47:30 +00:00
Oliver Brakmann
3c09ec3de7 Merge pull request #9855 from RoosterDragon/irc-disconnect-hack
Work around a hang on shutdown caused by IRC
2015-11-05 20:39:20 +01:00
Oliver Brakmann
d3d8a59088 Merge pull request #9867 from GraionDilach/fix-powermultiplier-namespace
Fix PowerMultiplier namespace.
2015-11-05 20:21:42 +01:00
RoosterDragon
6f09d1a2f4 Remove event handler when disposed in MainMenuLogic.
Removes a static event handler to Game.OnRemoteDirectConnect which allow the GC to reclaim the MainMenuLogic class after it has been disposed.
2015-11-04 23:09:33 +00:00
RoosterDragon
9f728b287b Remove event handlers to CellEntryChanged when done.
Several classes would attach event handlers to the Map which would live longer then they did. Detaching them when no longer needed allows the GC to reclaim them.
2015-11-04 23:09:32 +00:00
RoosterDragon
c562b8c51e Detach event handlers on dispose in TerrainSpriteLayer.
The WorldRenderer outlives the TerrainSpriteLayer and thus keeps it alive longer than expected via the event handler. We detach it to allow the GC to reclaim it.
2015-11-04 23:09:30 +00:00
RoosterDragon
8fe493938e Merge pull request #9842 from GraionDilach/damagewarhead-stance-fix
Fix (HealthPercentage)DamageWarheads ignoring stances.
2015-11-04 22:32:37 +00:00
Pavel Penev
5cf34f926b Fix the C17 delivery plane doing a steep dive when trying to land 2015-11-04 23:40:26 +02:00
Oliver Brakmann
af7d62a343 Merge pull request #9884 from penev92/fixDropdown
Fix server filter width
2015-11-04 22:29:52 +01:00
Oliver Brakmann
177d983728 Merge pull request #9759 from atlimit8/ActorsHavingTrait
Add ActorsHavingTrait<TTrait>()
2015-11-04 22:26:10 +01:00
Pavel Penev
e741e4300b Fix server filter width 2015-11-04 23:16:18 +02:00
Oliver Brakmann
861f16329b Merge pull request #9745 from Biofreak1987/soviet06_difficulty
Add difficulty settings to soviet06 missions
2015-11-04 20:18:28 +01:00
Oliver Brakmann
040543fd6b Merge pull request #9743 from reaperrr/untangle-uibits
Fix RA-uibits dependency in D2k and TS
2015-11-03 22:10:23 +01:00
Oliver Brakmann
ada72ee501 Merge pull request #9868 from abcdefg30/build107_8
Allow building on tiles 107 and 108
2015-11-03 19:35:11 +01:00
Oliver Brakmann
adeeb7f89f Merge pull request #9871 from atlimit8/UpdateHexColorUpgradeEngineVersion
Fix hex colors upgrade rules engine version
2015-11-03 19:03:29 +01:00
Pavel Penev
120afb9254 Merge pull request #9865 from teees/offset-fix
Tweaked the local offsets for the laser turret and obelisk (TS)
2015-11-03 08:43:29 +02:00
atlimit8
e0123c2011 Merge pull request #9870 from obrakmann/fix9831_viceroids-spawn-from-crushing
Fix viceroids being spawned by crushed infantry
2015-11-02 21:48:35 -06:00
atlimit8
e385b21fae Fix hex colors upgrade rules engine version 2015-11-02 17:28:25 -06:00
Oliver Brakmann
17370c9e2e Fix viceroids being spawned by crushed infantry 2015-11-02 21:30:31 +01:00
Oliver Brakmann
214945a61f Merge pull request #9324 from atlimit8/ColorSpacePrefixes
Hex Color Parsing
2015-11-02 20:28:04 +01:00
abcdefg30
f3b364d749 Allow building on tiles 107 and 108
(in the snow and temperat tilesets)
2015-11-02 19:14:36 +01:00
Zimmermann Gyula
9ace207102 Fix PowerMultiplier namespace. 2015-11-02 14:03:37 +01:00
teees
528c1c6a77 Tweak laser turret armament offset 2015-11-02 12:34:41 +01:00
teees
2a94abbdb1 Tweak obelisk armament offset 2015-11-02 12:00:01 +01:00
Matthias Mailänder
d37e5f0129 Merge pull request #9809 from RockyTV/upstream/ant-range
Fix Giant Ants and Zombies not being able to attack diagonally
2015-11-02 06:15:16 +01:00
atlimit8
ce649e4501 Merge pull request #9848 from r34ch/tech-buildings-los
Add LoS to Bio lab and prison.
2015-11-01 17:42:54 -06:00
RoosterDragon
8106ecbf4e Work around a hang on shutdown caused by IRC.
Our IRC client doesn't shut down properly - but we only need to shut it down when we're about to close the game anyway, so we just don't bother since it won't hurt anybody.
2015-11-01 22:31:46 +00:00
Taryn Hill
aa594c8532 Merge pull request #9463 from penev92/modDependencies
Add support for inter-mod dependencies
2015-11-01 15:08:43 -06:00
Pavel Penev
1d93bf0500 Update make version to change the required mod target versions 2015-11-01 22:35:39 +02:00
Pavel Penev
2faf15bad7 Add an Install Mod dialog to the ModChooser 2015-11-01 22:35:38 +02:00
Pavel Penev
9748b556dc Add RequiresMods tag to the mod Manifest
List required mods and their versions to enable mod dependencies on another mods.
Also used for identifying the engine version by `modchooser`'s version.
2015-11-01 22:22:03 +02:00
Zimmermann Gyula
0f14339763 Fix (HealthPercentage)DamageWarheads ignoring stances/TargetTypes.
Moves the IsValidAgainst check from SpreadDamage level to Damage level
and adds a duplication to HealthPercentageDamageWarhead.
2015-11-01 21:06:54 +01:00
RoosterDragon
7a6b5a0e55 Merge pull request #9763 from reaperrr/warhead-perf
Attempt to reduce SpreadDamageWarhead CPU overhead
2015-11-01 19:38:50 +00:00
DArcy Rush
c27ba0fa90 Add LoS to Bio lab and prison. 2015-11-01 14:02:17 +00:00
Oliver Brakmann
88c20a6654 Merge pull request #9414 from atlimit8/TurretFacingsInit
Support loading multiple turret facings
2015-11-01 13:18:17 +01:00
Matthias Mailänder
281cd95be4 Merge pull request #9627 from RoosterDragon/mix-on-filesystem
Avoid redundant copies of mix files in memory
2015-11-01 08:54:24 +01:00
Oliver Brakmann
7fe0c9c55d Merge pull request #9828 from Arcitectus/RallyPoint.Reset.OnCapture
reset RallyPoint Location after building was captured. resolves #9163.
2015-10-31 21:57:07 +01:00