Commit Graph

16019 Commits

Author SHA1 Message Date
Oliver Brakmann
a992318208 Fix "ally" suffix being wrongly assigned to enemy players
Fixes #7890
2015-04-07 17:34:54 +02:00
Pavel Penev
cd9589eaa0 Merge pull request #7868 from Mailaender/mono-2.10-CS0172
Fixed CS0172 compile error on Fedora 21
2015-04-05 08:50:29 -07:00
Oliver Brakmann
6329563c03 Merge pull request #7867 from OpenRA/tsbuilder-makefile
Remove a forgotten TilesetBuilder reference from the Makefile
2015-04-05 13:49:40 +02:00
Matthias Mailänder
a8b9026876 fix CS0172 2015-04-05 12:46:41 +02:00
Matthias Mailänder
2eb996751b Update Makefile
remove last TilesetBuilder reference
2015-04-05 12:26:00 +02:00
Matthias Mailänder
3f48c649f0 Merge pull request #7722 from penev92/bleed_diplomacyWindow
Closes #7391
2015-04-05 08:34:38 +02:00
Pavel Penev
a013cf4fca Merge pull request #7842 from obrakmann/change_aircraft_altitude
Lower aircraft altitude
2015-04-04 14:18:20 -07:00
Pavel Penev
be0eaee6cc Merge pull request #7864 from Mailaender/ra-logo
Removed the grain effect from the Red Alert logo
2015-04-04 13:59:01 -07:00
Pavel Penev
0190382104 Merge pull request #7839 from obrakmann/fix7836_gdi05a_crash
Fix issues in gdi05a
2015-04-04 13:50:57 -07:00
Matthias Mailänder
5409c04066 use the new vectorized hammer & sickle as a template 2015-04-04 22:41:41 +02:00
penev92
2c108a1845 Use proper names and flags for unknown players 2015-04-04 17:24:19 +03:00
Matthias Mailänder
cc82e7c527 Merge pull request #7841 from Mailaender/ra-announce-yaml-polishing
Removed AnnounceOnSeen from Red Alert and fixed Lint warnings
2015-04-04 14:22:29 +02:00
Oliver Brakmann
a3f875b8a8 Merge pull request #7845 from reaperrr/mapcontrol-remove
Removed map control from player statistics for performance reasons
2015-04-04 13:24:07 +02:00
Matthias Mailänder
612f18edd8 Merge pull request #7846 from obrakmann/turn-to-attack-delay-v2
Expose turn-to-attack delay to yaml, v2
2015-04-04 10:54:50 +02:00
reaperrr
e25247f259 Removes map control from player statistics for performance reasons 2015-04-04 01:38:54 +02:00
Oliver Brakmann
b1d3486561 Expose Plane turn-to-attack delay to yaml 2015-04-04 00:10:06 +02:00
Oliver Brakmann
32ed63727d Revert "Expose Plane turn-to-attack delay to yaml."
This reverts commit 02da41e5c5.
2015-04-03 23:42:35 +02:00
Oliver Brakmann
a8d7140c1a Merge pull request #7815 from Phrohdoh/aircraft-turn-timing
Expose Plane turn-to-attack delay to yaml.
2015-04-03 23:15:41 +02:00
Oliver Brakmann
4ca27234e6 Merge pull request #7686 from reaperrr/custom-visibility-update
Skip visibility updates when fog & shroud are disabled via lobby
2015-04-03 20:58:56 +02:00
Matthias Mailänder
fd143a5eb0 remove EnemyWatcher from RA 2015-04-03 17:04:43 +02:00
Oliver Brakmann
ba977c040f gdi05a: ensure base discovery trigger fires in time 2015-04-03 16:27:48 +02:00
Oliver Brakmann
d53cfafde9 Lower aircraft altitude
In order to work around a problem where the game does not take aircrafts' altitude into account when deciding whether a unit should be rendered or not, leading to aircrafts seemingly (dis)appearing a couple of cells into the map instead of right at the lower edge of the map.

Planes will now fly at the default altitude of 1280, helicopters slightly below at 1024.
2015-04-03 16:19:27 +02:00
Matthias Mailänder
016e8cd6fe remove automatic EnemyUnitsApproaching notification for D2k 2015-04-03 16:18:41 +02:00
Matthias Mailänder
d0046f804a remove AnnounceOnSeen from Red Alert mod again
closes #7787
2015-04-03 15:36:44 +02:00
Matthias Mailänder
a6af357646 fix OpenRA.Lint Warning
Sprite image camera.* from actor camera.* has no sequence definition
2015-04-03 15:35:29 +02:00
Matthias Mailänder
a8bf90f8b2 Merge pull request #7746 from RoosterDragon/shroud-vis-perf
Speed up frozen actor visibility updates.
2015-04-03 15:20:10 +02:00
Matthias Mailänder
8494ad0a38 Merge pull request #7834 from RoosterDragon/avoid-preventable-allocations
Avoid preventable allocations
2015-04-03 13:52:46 +02:00
RoosterDragon
3885ca3f14 Speed up frozen actor visibility updates.
Cache the isVisibleTest function in the ctor for FrozenActor. The footprint never changes so the test will always be valid.
2015-04-03 12:21:03 +01:00
Oliver Brakmann
253d97ca5d Fix sandbag ownership and build prerequisites for gdi05a 2015-04-03 13:16:57 +02:00
Pavel Penev
cedfe5c0b5 Merge pull request #7734 from RoosterDragon/frozen-lazy-render
Lazily generate frozen actor renderables.
2015-04-03 04:16:19 -07:00
Oliver Brakmann
1070d752f3 Turn event handler into no-op for captured factories in gdi05a 2015-04-03 13:14:25 +02:00
Pavel Penev
39dfbb5505 Merge pull request #7837 from Mailaender/ts-building-overlay-translucency
Added transparency to the Tiberian Sun building placement overlay
2015-04-03 03:39:44 -07:00
Paul Chote
98b8078f7d Merge pull request #7573 from bvandenbogaard/bleed
Added audio.bag/audio.idx support used in RA2
2015-04-03 11:35:54 +01:00
Matthias Mailänder
5733c049e1 Merge pull request #7715 from RoosterDragon/random-prevent-crash
Only evaluate input sequence once in RandomOrDefault.
2015-04-03 12:27:20 +02:00
Matthias Mailänder
bf588c1cf2 transparent build overlay 2015-04-03 12:03:39 +02:00
Paul Chote
070d8ea6a2 Merge pull request #7811 from reaperrr/new-blendmodes1
Added two new BlendModes
2015-04-03 10:57:12 +01:00
Matthias Mailänder
f785f15bf4 Merge pull request #7798 from reaperrr/ts-weapons01
Split TS weapons.yaml and fix weapons and aircraft
2015-04-03 11:56:21 +02:00
Paul Chote
94360655c3 Merge pull request #7830 from obrakmann/fix7824_allies03b_crash
Fix crash in allies03b
2015-04-03 10:44:05 +01:00
Matthias Mailänder
de2860358f Merge pull request #7814 from Phrohdoh/default-image
Image reference in 'Defaults' sequence block.
2015-04-03 10:36:29 +02:00
Matthias Mailänder
39b42a35a0 Merge pull request #7823 from RoosterDragon/celllayer-enumerator
Fix CellLayer.GetEnumerator
2015-04-03 10:13:16 +02:00
Paul Chote
5f7b9b7621 Merge pull request #7827 from obrakmann/fix-refund-tooltip-margins
Fix margins of refund tooltips
2015-04-03 01:13:04 +01:00
RoosterDragon
b66db23adf Only evaluate input sequence once in RandomOrDefault.
This ensures non-deterministic sequences cannot crash by returning an empty sequence on the second evaluation.
2015-04-03 01:08:30 +01:00
Pavel Penev
78afbffbc8 Merge pull request #7835 from reaperrr/fix-ps-check
Fixed make.ps1 'check' command
2015-04-02 15:12:41 -07:00
reaperrr
d72cec6275 Fix make.ps1 'check' command 2015-04-02 23:19:49 +02:00
RoosterDragon
287ead56b3 Avoid allocating a delegate and new list in every tick of RepairableBuilding. 2015-04-02 21:41:22 +01:00
RoosterDragon
ab2ef0ba03 Improve performance of target validation.
The Warhead and WeaponInfo classes now maintain preconstructed sets of valid and invalid targets to speed up validation checks since LINQ Intersect no longer has to be called (which recreates the sets internally each time).

Fixed minor bugs in the AI where it was repeating the validation logic but failing to account for invalid targets.
2015-04-02 21:11:12 +01:00
Pavel Penev
5ac648600d Merge pull request #7794 from ScottNZ/balance-stuff
Misc ra balance changes
2015-04-02 11:47:38 -07:00
Oliver Brakmann
92e0dbd864 Merge pull request #7822 from RoosterDragon/map-cache-dispose-fix
Ensure MapCache disposes cleanly.
2015-04-02 20:26:02 +02:00
Oliver Brakmann
b1f6136b98 Fix crash in allies03b 2015-04-02 19:06:16 +02:00
Taryn Hill
58f32a11f8 Merge pull request #7828 from obrakmann/fix7821_pbog_crash_td
Fix crash when placing buildings in TD.
2015-04-02 11:38:35 -05:00