LipkeGu
06f852070c
Added return values for "Timeout" and "DNS" Errors
...
Added Return value for:
- WebExceptionStatus.NameResolutionFailure : "DNS lookup failed"
- case WebExceptionStatus.Timeout: "Connection timeout"
2014-09-18 00:07:11 +02:00
Chris Forbes
6ca6588798
Merge pull request #6471 from reaperrr/missile-lockon
...
Added functionality and descriptions to Missile projectile
2014-09-18 09:12:21 +12:00
Matthias Mailänder
843c139edd
Merge pull request #6485 from LipkeGu/patch-3
...
Use the current selected terrain Palette from the selected Map.
2014-09-17 22:27:29 +02:00
LipkeGu
b956759480
Use the current selected terrain Palette from the selected Map.
...
Use the current selected terrain Palette from the defined Tileset in the Map.
- The Tileset is defined in "map.yaml" at "Tileset:"
- The color palette is defined in the "<Tileset>.yaml" at "Palette:"
2014-09-17 22:12:22 +02:00
Matthias Mailänder
52610ab1d5
Merge pull request #6482 from LipkeGu/patch-1
...
Assign Audio files to the "NoBuild", "DisablePower", "EnablePower" and "ReinforcementsArrived" events
2014-09-17 21:35:27 +02:00
LipkeGu
51d0d7c3b5
Update notifications.yaml
...
Assigned Audio files to Sound-Notification event:
- 00-i232 (Building offline) to DisablePower
- 00-i230 (Building online) to EnablePower
Assigned Audio files to Speech-Notification event:
- 00-i064 (cannot comply, building in progress) to NoBuild:
- 00-i038 (Reinforcements have arrived) to ReinforcementsArrived:
2014-09-17 20:22:03 +02:00
reaperrr
3c6dc5650e
Merge pull request #6462 from Mailaender/ts-silo
...
Added all the Tiberian Sun silo sequences
2014-09-17 19:29:29 +02:00
obrakmann
cbf4203525
Merge pull request #6479 from reaperrr/visc-death-fix
...
Disabled WithDeathAnimation for TS visceroids
2014-09-17 17:47:58 +02:00
obrakmann
b4beb0ff54
Merge pull request #6474 from jonathanmiles/fix-stealth-tank-cloak
...
Fix for stealth tanks needing cloak upgrade
2014-09-17 17:27:57 +02:00
reaperrr
5703539acd
Disable WithDeathAnimation for TS visceroids.
...
Fixes #6476 .
2014-09-17 12:57:59 +02:00
reaperrr
3276db5f92
Use new missile features on TS Bazooka.
2014-09-16 16:14:15 +02:00
reaperrr
eb732572ba
If we cache world anyway, might as well use it everywhere.
2014-09-16 16:14:14 +02:00
reaperrr
5cda0853b6
Adds LockOnProbability to missiles.
...
Turns CloseEnough from a hack into a feature.
Adds some descriptions.
Caches args.SourceActor.World.
2014-09-16 16:14:13 +02:00
jonathanmiles
b51df8a93c
Fix for stealth tanks needing cloak upgrade
2014-09-15 22:52:26 +01:00
Matthias Mailänder
01f83b8d4a
Merge pull request #6463 from MatthijsBenschop/Apollo-map-tiles-fix
...
Tile misplacement in zeus and apollo map.
2014-09-14 16:59:21 +02:00
Matthias Mailänder
d4a3a3f97f
setup all the silo sequences
2014-09-14 15:38:46 +02:00
Matthijs Benschop
fdc0f23bab
Tile misplacement in zeus and apollo map.
...
Fixes #6443
2014-09-14 15:24:07 +02:00
Matthias Mailänder
6de603bc42
Merge pull request #6342 from Phrohdoh/TibSunAI
...
TS TestAI and more.
2014-09-14 15:23:15 +02:00
Taryn Hill
80ca506e74
Fix GAPOWR.
...
Fix PROC.
Add Guard/Guardable to ^Helicopter.
Add GASILO.
Add TS Test AI
^Building now has FrozenUnderFog.
2014-09-14 08:11:48 -05:00
Matthias Mailänder
204d9b0450
Merge pull request #6459 from reaperrr/ima-aud-style
...
Renamed AdpcmLoader to ImaAdpcmLoader
2014-09-14 14:12:07 +02:00
reaperrr
7589e010c3
Back-port some style fixes from ImaAdpcmLoader to AudLoader.
2014-09-14 13:32:37 +02:00
reaperrr
fec5eb178c
Rename Adpcm to ImaAdpcm everywhere.
...
To avoid confusion with Microsoft ADPCM and other ADPCMs.
2014-09-14 13:27:46 +02:00
Matthias Mailänder
bf02d60e30
Merge pull request #6283 from reaperrr/sprite-barrel
...
Adds WithBarrel trait
2014-09-14 12:54:09 +02:00
Matthias Mailänder
c7c816f22e
Merge pull request #6455 from reaperrr/blocksbullets
...
Renamed Wall to BlocksBullets
2014-09-14 12:51:44 +02:00
reaperrr
e8b9397e1a
Update Bullet & Missile descriptions for Wall->BlocksBullets
2014-09-14 11:53:26 +02:00
Matthias Mailänder
53f926b792
Merge pull request #6442 from pchote/no-mission-replays
...
Closes #6210
2014-09-14 08:54:36 +02:00
Matthias Mailänder
960ca678e6
Merge pull request #6451 from reaperrr/td-civcap
...
Closes #4487
2014-09-14 08:49:49 +02:00
Matthias Mailänder
9ea3caccaa
Merge pull request #6452 from pchote/more-osx-launcher
...
More OSX launcher tweaks
2014-09-14 08:47:05 +02:00
Matthias Mailänder
819ad44d93
Merge pull request #6453 from reaperrr/wda-followup
...
Follow-up to #6396 (WithDeathAnimation)
2014-09-14 08:43:51 +02:00
reaperrr
0116bf169a
Upgrade rule for Wall -> BlocksBullets + Crushable transition
2014-09-14 01:33:49 +02:00
reaperrr
8c1ab03623
Wall -> Crushable + BlocksBullets yaml changes
2014-09-14 01:33:48 +02:00
reaperrr
60eae9f229
Replace Wall trait with BlocksBullets
2014-09-14 01:33:47 +02:00
reaperrr
4b94d964ca
Adds WithBarrel trait.
2014-09-14 01:24:42 +02:00
reaperrr
c451b07c05
Fixes wrong palette for crushed death anim.
2014-09-14 01:03:37 +02:00
Paul Chote
eab8e2e6e2
Merge pull request #6396 from reaperrr/with-deathanim
...
Added WithDeathAnimation
2014-09-14 10:37:07 +12:00
Paul Chote
59a7351cdd
More OSX launcher tweaks:
...
* Require a framework install of Mono, as our .config files reference dylibs installed to the frameworks dir.
* Bump the minimum Mono version to 3.2, which included the SGen GC.
* Update download link for the new mono website.
* Reference the MRE package to reduce potential confusion.
2014-09-14 10:18:52 +12:00
Matthias Mailänder
054cdf13c0
Merge pull request #6450 from obrakmann/fix6444
...
Prevent a NullReferenceException in GameInfoStatsLogic
2014-09-13 18:52:56 +02:00
reaperrr
1b19ac09aa
Adds "Civilian building captured" notification to TD.
2014-09-13 18:35:49 +02:00
reaperrr
f0705f532b
Remove duplicate death sequences from dinos and ants.
...
Fixes stegosaur death anim palette (no longer shows team color).
2014-09-13 17:22:28 +02:00
reaperrr
46bc3418ea
InfDeath -> DeathType upgrade rule fix
2014-09-13 17:21:31 +02:00
reaperrr
1b2ae9b4d4
Upgrade rules for WithDeathAnimation and Crushable renaming
2014-09-13 17:21:30 +02:00
reaperrr
409d6a046d
Rename CrushableInfantry to Crushable, adapt to WithDeathAnimation.
...
Make Crushable compatible with non-mobile actors.
Change RA, TD and TS infantry die-crushed sequence ZOffsets in preparation
for future engine changes.
Add descriptions and CrushedByFriendlies to Crushable.
Adapt code to factor in whether the palette is a player palette.
2014-09-13 17:21:30 +02:00
reaperrr
257c953089
WithDeathAnimation yaml changes
2014-09-13 15:57:14 +02:00
reaperrr
3dd5fe988d
Move SpawnsCorpse functionality from RenderInfantry into its own WithDeathAnimation trait.
...
Add descriptions and player palette booleans to WithDeathAnimation.
2014-09-13 15:57:06 +02:00
Matthias Mailänder
636e1b5102
Merge pull request #6441 from pchote/paste
...
Support pasting clipboard text into TextFields.
2014-09-13 15:02:15 +02:00
Oliver Brakmann
6a9a70d7b9
Fix #6444
2014-09-13 14:03:17 +02:00
obrakmann
006f11ccf4
Merge pull request #6446 from Mailaender/server-joined-game
...
Polished status message wording in the lobby
2014-09-13 12:11:26 +02:00
Matthias Mailänder
f4b3a73af6
remove duplicated "Server: ... the server" wording
2014-09-13 11:22:09 +02:00
ScottNZ
b1132fae44
Remove weird "package manifest" line from ra's voices.yaml
2014-09-13 20:22:47 +12:00
Matthias Mailänder
6fe3800268
Merge pull request #6437 from pchote/fix-crate-crash
...
Fixes #5953
Fixes #6427
2014-09-13 08:25:32 +02:00