Matthias Mailänder
eb586fb37c
Dispose the file open read stream.
2016-07-15 07:37:28 +02:00
Matthew Uzzell
6110357460
#10416 Added ready checkbox for spectating admins
2016-07-14 23:42:32 +01:00
Oliver Brakmann
d54de291b7
Merge pull request #11644 from Mailaender/appveyor-nsis-cache
...
Cached the NSIS installation on AppVeyor CI
2016-07-14 20:00:07 +02:00
Oliver Brakmann
417e9ca71f
Add a single-argument constructor to HealthInit
...
...which is a requirement for an ActorInit to be usable with the Lua API's Actor.Create() method.
2016-07-14 19:45:03 +02:00
Oliver Brakmann
c4956120a7
Merge pull request #11572 from pchote/building-depth
...
Add building depth imposters for TS base structures.
2016-07-14 11:10:13 +02:00
Oliver Brakmann
f9255a33c4
Merge pull request #11536 from pchote/tfd
...
Add The First Decade metadata to the new content installer.
2016-07-14 11:08:03 +02:00
Paul Chote
216d82d4ef
Set up TS base structure depth metadata.
2016-07-13 22:22:13 +01:00
Paul Chote
0371727596
Allow sequences to define depth offsets via sprites.
2016-07-13 22:22:13 +01:00
Paul Chote
5fbe747de2
Improve logging on sequence error.
2016-07-13 22:22:13 +01:00
Paul Chote
77e00e4587
Allow sequence blocks to remove inherited node Defaults.
2016-07-13 22:22:13 +01:00
Paul Chote
ac6b2a8f62
Support custom fully-open sequences for gates.
2016-07-13 22:22:07 +01:00
Paul Chote
983abee1ed
Support tracking multiple sprites in SpriteCache.
2016-07-13 21:03:31 +01:00
Paul Chote
37c5e9e0b0
Fix incorrect secondary data channel in FastCreateQuad.
2016-07-13 21:03:30 +01:00
Paul Chote
f4c42581d5
Remove legacy CAB package support.
2016-07-13 21:01:56 +01:00
Paul Chote
204837d6c6
Add TFD metadata for TS.
2016-07-13 21:01:56 +01:00
Paul Chote
73ca64ee79
Add TFD metadata for TD.
2016-07-13 21:01:56 +01:00
Paul Chote
9ae444890b
Add TFD metadata for RA.
2016-07-13 21:01:56 +01:00
Paul Chote
dbd21b9e46
Support extracting and deleting from content files.
2016-07-13 21:01:56 +01:00
Paul Chote
bddae7314a
Reimplement InstallShieldCAB extraction.
2016-07-13 21:01:56 +01:00
Oliver Brakmann
8c8fa2d258
Merge pull request #11578 from abcdefg30/turretedDeath
...
Don't add duplicate facing entries when modifying the DeathActorInit in Turreted.cs
2016-07-13 19:09:08 +02:00
Oliver Brakmann
3539e3146e
Merge pull request #11560 from abcdefg30/supportSpeech
...
Refine the support power speech notifications setup
2016-07-13 18:40:07 +02:00
Oliver Brakmann
43f406ad68
Merge pull request #11629 from abcdefg30/reqPlayer
...
Filter the lua PlayerProperties on Requires
2016-07-13 15:23:21 +02:00
Oliver Brakmann
8233857be1
Merge pull request #11393 from bateramos/upstream/#5966
...
Fixed air unit resupply
2016-07-13 14:27:04 +02:00
Matthias Mailänder
2236ee1f21
Cache the NSIS installation.
2016-07-13 07:43:24 +02:00
PedroFerreiraRamos
958e35d61f
Fix air unit resupply #5966
2016-07-12 20:17:45 -03:00
abcdefg30
df5727ad38
Add an upgrade rule
2016-07-12 22:19:52 +02:00
abcdefg30
39d9832b03
Remove unnecessary ParticleDensityFactor yaml nodes
...
which only reflected the default value.
2016-07-12 22:19:51 +02:00
abcdefg30
3a8b2bda43
Convert ParticleDensityFactor from a float to an int
2016-07-12 22:19:50 +02:00
abcdefg30
60d7ef99d4
Merge pull request #11639 from Mailaender/check-cnc-sequences
...
Added sequence reference checks to OpenRA.Mods.Cnc.Traits.Render
2016-07-12 21:40:27 +02:00
Matthias Mailänder
3aea7bf955
Unhardcode, lint-test and self-document the ion cannon sequence.
2016-07-12 21:09:02 +02:00
abcdefg30
ba9fff3c6d
Move the checks into the Any to prevent units in a group from doing nothing
2016-07-12 19:15:04 +02:00
abcdefg30
756dc7c127
Disable the attack-move and guard cursor for units which can't auto-target
2016-07-12 19:08:31 +02:00
abcdefg30
fb47c3ac9e
Fix the attack-move cursor appearing for units which can't attack-move
2016-07-12 14:07:19 +02:00
abcdefg30
d2c5aec08d
Filter the lua PlayerProperties on Requires
2016-07-12 14:03:44 +02:00
Zimmermann Gyula
cf8fff2b99
Remove passing the warheads from DamageWarhead to AttackInfo.
...
Added a Damage class to pass damage value and damage(types) instead.
This removes a great amount of overhead and longterm opens possibilities to have damagetypes without warheads.
2016-07-12 10:09:49 +02:00
Matthias Mailänder
67ba8c1bcc
Add missing sequence references to TD render traits.
2016-07-12 07:34:02 +02:00
Matthias Mailänder
4703497656
Merge pull request #11635 from abcdefg30/training
...
Change the 'Training' sound to 'Building' for all queues except Infantry
2016-07-11 21:30:18 +02:00
abcdefg30
beb44c56fe
Change the 'Training' sound to 'Building' for all queues except Infantry
2016-07-11 16:54:07 +02:00
Oliver Brakmann
6f57d1b561
Merge pull request #11631 from tmsbrg/install.md
...
Add curl as dependency for linux
2016-07-11 16:15:15 +02:00
abcdefg30
6342b40bfd
Merge pull request #11499 from Mailaender/damaged-by-terrain
...
Merged PoisonedByTiberium and DamagedWithoutFoundations into DamagedByTerrain
2016-07-10 22:22:29 +02:00
Thomas van der Berg
f9f53a6925
Add curl package names to INSTALL.md
2016-07-10 21:13:59 +02:00
Matthias Mailänder
8ea30f9a09
TickRender regardless of the shellmap being enabled or not.
2016-07-10 20:47:08 +02:00
Matthias Mailänder
8df4e9e04c
Merge PoisonedByTiberium and DamagedWithoutFoundations
...
into DamagedByTerrain.
2016-07-10 19:44:19 +02:00
Oliver Brakmann
203310ae4c
Merge pull request #11623 from Mailaender/zip-entry-null
...
Fixed a potential NRE in DownloadPackageLogic.ShowDownloadDialog
2016-07-10 18:57:07 +02:00
Matthias Mailänder
57c22df114
Merge pull request #11487 from reaperrr/bldg-shape-prep
...
Improve Rectangle HitShape customizability
2016-07-10 17:09:31 +02:00
Matthias Mailänder
e8aa46e0d7
Merge pull request #11474 from obrakmann/player-experience
...
Add foundation for player experience tracking
2016-07-10 16:08:14 +02:00
Matthias Mailänder
90439ac64c
Merge pull request #11574 from obrakmann/fix_non-combatant-unitcratepickup
...
Prevent non-combatant players from receiving units from crate pickups
2016-07-10 15:51:32 +02:00
Oliver Brakmann
20d55a1d93
Add Lua integration for PlayerExperience
2016-07-10 15:30:17 +02:00
Emiel Suilen
c3e862b2ca
Add a PlayerExperience trait
2016-07-10 15:30:17 +02:00
Oliver Brakmann
5157ac917f
Cache PlayerResources in PlayerStatistics
...
and remove a couple of redundant fields.
2016-07-10 15:30:17 +02:00