rob-v
c9b4568117
Add Statistics options hotkeys
2017-09-24 15:32:02 +02:00
Forcecore
b86d632c8c
Land activity now lets the actor to land midair
...
Midair, at the altitude of the target actor.
2017-09-24 15:03:20 +02:00
Matthias Mailänder
205c947670
Settings documentation is no longer aimed at server admins.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
030c942f73
Describe SendSystemInformation so people know how to opt-out.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
da02620c4e
Add field description from current Settings wiki entry.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
2cf102d81a
Remove trailing spaces.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
95278b1f07
Don't add the launch arguments to the settings documentation.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
faad941714
git ignore the auto-generated settings documentation
2017-09-24 14:18:20 +02:00
Matthias Mailänder
7549abc516
Wiki publish the auto-generated settings documentation.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
1d8a50cdab
Add build script support for the settings documentation.
2017-09-24 14:18:20 +02:00
Matthias Mailänder
0018bf3063
Add start and stop repair overlay animation support.
2017-09-24 11:43:49 +01:00
RoosterDragon
7160c8a1a9
Allow multiple VocFormat streams.
...
VocFormat.GetPCMInputStream now returns independent streams, allowing multiple instances of the same source to be streamed.
2017-09-24 11:23:39 +01:00
RoosterDragon
7ed769421e
Providing streaming WavFormat data.
...
WavFormat.GetPCMInputStream now returns data that is streamed, rather than a MemoryStream.
2017-09-24 11:23:39 +01:00
reaperrr
4ae92a5c22
Only add partitioned effects to ScreenMap if (current) bounds are valid
...
This serves to avoid adding effect where either width or height is 0.
2017-09-24 10:54:58 +01:00
reaperrr
593e86325b
Fix SpriteEffect not updating ScreenMap
2017-09-24 10:54:58 +01:00
reaperrr
eea14ec922
Fix DepthCharge dealing no damage to surfaced subs
2017-09-23 20:06:23 +01:00
reaperrr
eb3b68e24a
Fix DepthCharge not showing an explosion when hitting emerged subs
2017-09-23 20:06:23 +01:00
reaperrr
1d402d4f8b
Fix submerged sub vulnerability to most weapons
2017-09-23 20:06:23 +01:00
Andre Mohren
800f6adc21
Made WithSpriteTurret.TurretOffset protected virtual to be overridden by mod traits.
2017-09-22 13:29:15 +02:00
Matthias Mailänder
d17e414648
Fix the overlay to actor rule for crates
2017-09-22 13:04:29 +02:00
Matthias Mailänder
44cfa793df
Don't import veinholedummy and correct it's index
...
as it is a Westwood hack we don't need to immitate.
There are already better ways to limit vein growth.
2017-09-22 13:04:29 +02:00
Paul Chote
48a018d994
Fix cheats reenabling OneShot support powers.
2017-09-19 17:53:53 +02:00
Matthias Mailänder
3af0b1a7a0
Remove PlayerPaletteFromCurrentTileset.
2017-09-17 16:20:38 +02:00
RoosterDragon
3b4904775a
Remove OpenAlStreamingSound.
...
Whilst the implementation appears to work most of the time, it sometimes stops playing audio mid-track. This could be an implementation issue, or bugs in the underlying streaming APIs of the OpenAL library. Either way, it is not currently reliable enough to be used.
2017-09-17 15:50:49 +02:00
RoosterDragon
94942cb140
Create OpenAlAsyncLoadSound.
...
This loads the sound inside a task, then begins playing it, avoiding blocking the UI thread. Unlike OpenAlStreamingSound it does not stream the sound from disk, rather, it loads the entire sound into memory and plays it in one go.
2017-09-17 15:50:49 +02:00
Paul Chote
f4c2b36778
Fix height calculations in custom terrain layers.
2017-09-17 15:35:40 +02:00
reaperrr
c3ece99796
Spatially partition SatelliteLaunch and GpsSatellite effects
2017-09-17 12:52:04 +01:00
reaperrr
be370cb855
Spatially partition NukeLaunch effect
2017-09-17 12:52:04 +01:00
reaperrr
9aa861eca9
Spatially partition CrateEffect
2017-09-17 12:52:04 +01:00
reaperrr
46132ed5c6
Spatially partition SpriteEffect
2017-09-17 12:52:04 +01:00
Matthias Mailänder
1aebf9857c
Add support for only rendering effects inside screen bounds
2017-09-17 12:52:04 +01:00
Matthias Mailänder
8ca43e3d6b
Import map Hidden Valley
2017-09-17 11:45:45 +01:00
abcdefg30
1f6b9a7638
Add missing wall tiles to the interior tileset
2017-09-16 17:31:15 +02:00
reaperrr
32df83d3c4
A few more misc explicit interface changes
...
By-products of making ITick require explicit implementation.
2017-09-16 15:51:37 +02:00
reaperrr
28e1f391e0
Make ITick require explicit implementation
2017-09-16 15:51:37 +02:00
reaperrr
85e60ef77f
More misc explicit interface implementations
...
By-product from making ITick explicit in various places.
2017-09-16 15:51:37 +02:00
reaperrr
03c3a5f310
Make ITick implementations explicit in OpenRA.Game
2017-09-16 15:51:37 +02:00
reaperrr
ec354f89cd
Make ITick implementations explicit in Mods.Cnc and Mods.D2k
2017-09-16 15:51:37 +02:00
reaperrr
83afcc3448
Some misc explicit interfaces
...
Just a by-product from a previous commit, not meant to do anything specific other than bringing us a tiny step closer to requiring explicit implementations for these interfaces too, at some point.
2017-09-16 15:51:37 +02:00
reaperrr
761a4f29ab
Make INotifyIdle and INotifyBecomingIdle require explicit implementation
2017-09-16 15:51:37 +02:00
reaperrr
ddfed13db4
Make Tick and TickIdle explicit in WithInfantryBody
2017-09-16 15:51:37 +02:00
Smittytron
a1ef581749
Remove EjectOnDeath from Vehicles
2017-09-16 14:10:54 +01:00
reaperrr
0c73baab3e
Add large blue tib crystals to Hot Springs
...
Matching original positions.
2017-09-16 13:50:17 +02:00
reaperrr
89c143ae85
Fix remapable TS big blue tib crystal sequence offset
2017-09-16 13:50:17 +02:00
abcdefg30
d99a472456
Fix HackyAI trying to deploy undeployable actors
2017-09-16 11:01:53 +01:00
Paul Chote
42c4c7b7eb
Fix compile error in CommandBarLogic.
2017-09-15 22:49:56 +01:00
Paul Chote
e04ae9aa2c
Move remaining hardcoded selection power keys into yaml.
2017-09-15 23:06:38 +02:00
Paul Chote
83d522d945
Split unrelated hotkeys from WorldInteractionController.
2017-09-15 23:06:38 +02:00
Paul Chote
0e3bfcfb35
Replace WorldCommandWidget with individual logic classes.
2017-09-15 23:06:38 +02:00
Paul Chote
983f9c4cde
Remove hardcoded DevReloadChrome and HideUserInterface hotkeys.
2017-09-15 23:06:38 +02:00