Commit Graph

16194 Commits

Author SHA1 Message Date
Matthias Mailänder
8c8b9b1cc3 deprecate RenderBuildingWarFactory 2015-04-25 22:52:14 +02:00
Matthias Mailänder
9a37e77d1a fix the weapon factory door opening animation 2015-04-25 22:52:14 +02:00
Matthias Mailänder
9c20de7d98 readonly and don't sync cosmetic traits 2015-04-25 22:52:14 +02:00
Oliver Brakmann
a48a878a71 Merge pull request #7983 from pchote/radar-colors
Adjust IRadarSignature to support per-cell colors.
2015-04-25 16:38:28 +02:00
Oliver Brakmann
bc7fd81297 Merge pull request #7840 from sinf/fix7838
Fixed parsing of hotkeys with no name (such as tilde)
2015-04-25 14:19:25 +02:00
sinf
5e86e63b37 Fixed parsing of hotkeys with no name (such as tilde) 2015-04-25 15:01:00 +03:00
Matthias Mailänder
175e9a14b7 Merge pull request #8000 from pchote/bogus-yaml-removals
Fix yaml merging
2015-04-25 13:42:18 +02:00
Matthias Mailänder
14777e46c4 Merge pull request #7933 from pchote/new-osx-launcher
New OSX launcher
2015-04-25 12:41:28 +02:00
Oliver Brakmann
ed5e8beedd Merge pull request #7978 from pchote/orca
Fix orca’s flying sequences.
2015-04-25 12:30:40 +02:00
Paul Chote
722f4725d5 Fix orca’s flying sequences. 2015-04-25 22:06:02 +12:00
Oliver Brakmann
76ff0eddb9 Merge pull request #7908 from penev92/bleed_minimapCheat
Add a DevCommand for enabling the minimap
2015-04-25 11:13:23 +02:00
Matthias Mailänder
1476a0eb70 Merge pull request #7847 from RoosterDragon/screen-map-refactor-perf
Refactored ScreenMap & improved perf of updates, removals and region lookups
2015-04-25 10:12:52 +02:00
Paul Chote
6b79af4d62 Merge pull request #7957 from Mailaender/ts-powerdown-indicator-palette
Fixed Tiberian Sun building repair and power down indicator palette
2015-04-25 19:50:21 +12:00
Matthias Mailänder
a5f60deedd fix TS repair indicator palette 2015-04-25 09:36:20 +02:00
Paul Chote
d8f24adcc7 Merge pull request #7853 from Mailaender/alpha-experiments
Added AlphaImage support
2015-04-25 19:03:25 +12:00
Paul Chote
e452aba9e4 Merge pull request #7850 from Mailaender/appveyor-cache
Tried to cache AppVeyor downloads
2015-04-25 18:57:57 +12:00
Paul Chote
1e30fdb333 Merge pull request #7909 from reaperrr/projectile-cleanup2
Projectiles cleanup Part 2
2015-04-25 18:41:06 +12:00
Paul Chote
27127dd1a9 Merge pull request #7907 from rneatherway/nuget-version-fix
Remove version information from NuGet folder names
2015-04-25 18:28:45 +12:00
Paul Chote
69fed6a688 Merge pull request #7865 from Phrohdoh/deploy-to-upgrade
Implement DeployToUpgrade.
2015-04-25 18:11:34 +12:00
Paul Chote
4116da7c01 Merge pull request #7857 from sinf/glgl
Print GLSL info log if shader compilation fails
2015-04-25 17:56:32 +12:00
Paul Chote
ddc3bd3a1f Merge pull request #7887 from Mailaender/unhardcode-render-sequence
Unhardcoded and self-documented render sequences
2015-04-25 17:35:07 +12:00
Pavel Penev
479e81d7f5 Merge pull request #7944 from LunaticEdit/bleed
EndOfStream first chance exceptions on server
2015-04-25 07:17:24 +03:00
Pavel Penev
6d64217769 Merge pull request #7863 from Mailaender/global-palette-effect
Added a global palette effect for day/night lighting
2015-04-25 07:11:01 +03:00
Pavel Penev
f759530964 Merge pull request #7854 from sinf/tsnotifications
Add more TS notification sounds
2015-04-25 07:06:57 +03:00
Pavel Penev
f372f0c466 Merge pull request #7726 from Phrohdoh/prevent-eod
Prevent EjectOnDeath.
2015-04-25 07:03:00 +03:00
Pavel Penev
c9e89cc7f5 Merge pull request #7832 from Phrohdoh/cleanup
Another cleanup.
2015-04-25 06:53:16 +03:00
Pavel Penev
494d2f274a Merge pull request #7463 from Smith00101010/gdi05b
Added CnC: gdi05b
2015-04-25 06:48:06 +03:00
reaperrr
b100091ad1 Merge pull request #7967 from abcdefg30/tsfixes
Add descriptions to all TS units
2015-04-25 01:25:26 +02:00
abcdefg30
158659abcf Add descriptions for all buildable actors 2015-04-24 16:32:15 +02:00
RoosterDragon
09dc1db651 Refactored ScreenMap & improved perf of updates, removals and region lookups.
Reduce code duplication by extracting a common class to deal with spatial partitioning of actors, and use some (cached) delegates to reduce duplication further without affecting performance too much.

Speed up updates and removal of actors by caching their location so we only need to update or remove them from bins they are actually in (typically very few), compared to having to check every bin for removals which is much more work in comparison.

Speed up checking for actors inside a region by checking if items are located entirely within the bin they are located in. If so, we don't need to add them to the hash-set for de-duplication purposes which is fairly expensive.
2015-04-23 21:06:09 +01:00
Pavel Penev
f6051b1e2b Merge pull request #8007 from obrakmann/fix8006_carryall_dead_cargo_crash
Clean up state properly when a Carryall's cargo has died
2015-04-23 00:24:44 +03:00
Oliver Brakmann
3924e2643d Clean up state properly when a Carryall's cargo has died 2015-04-22 21:51:01 +02:00
Paul Chote
8a1f9261c3 Convert hidden [Desc] to a <summary>. 2015-04-22 21:24:48 +12:00
Paul Chote
44f2dd5a3d Extract common inherits in ra defaults.yaml. 2015-04-22 21:24:47 +12:00
Paul Chote
2cbe269c1e Support multiple inheritance for actor rules. 2015-04-22 21:24:47 +12:00
Paul Chote
8de497925d Fix map yaml removals. 2015-04-22 21:24:47 +12:00
Paul Chote
7dd51663b6 Fix the MiniYaml unit tests. Fixes #7999. 2015-04-22 19:58:10 +12:00
Paul Chote
29b7bc4d79 Restore RallyPoint removal in soviet-01. 2015-04-22 19:58:10 +12:00
Paul Chote
0a43b3da72 Rewrite yaml merging block removal.
Fixes #2922, #6818.
2015-04-22 19:58:10 +12:00
Matthias Mailänder
b4fa704fbd Merge pull request #7950 from penev92/bleed_fixRaHarvester
Change the RA harvester SHP file
2015-04-20 21:50:15 +02:00
Matthias Mailänder
132b5e34c4 Merge pull request #7984 from abcdefg30/watchfix
Fix an issue in EnemyWatcher.cs
2015-04-20 21:05:02 +02:00
Oliver Brakmann
70b7d3ac47 Merge pull request #7992 from reaperrr/d2k-zoffsets
Made sure spice blooms are drawn below harvesters
2015-04-20 16:28:26 +02:00
reaperrr
6e7a6cef5e Merge pull request #7852 from Mailaender/gaspot-regression-fix
Fixed GASPOT again
2015-04-20 16:24:40 +02:00
Paul Chote
58161d6178 Merge pull request #7990 from obrakmann/fix7988_d2k_score_screen_misalignments
Fix alignment issues in the score screen
2015-04-20 21:06:16 +12:00
reaperrr
11d759c59c Merge pull request #7985 from Mailaender/ts-transforms
Fixed the offsets for Tiberian Sun transformable units
2015-04-20 10:53:45 +02:00
Paul Chote
796b2caca1 Merge pull request #7972 from abcdefg30/tsfixes2
Some general polish in TS
2015-04-20 18:40:25 +12:00
Paul Chote
7bb25ec913 Merge pull request #7880 from Mailaender/ts-crates
Added the Tiberian Sun crates
2015-04-20 17:40:42 +12:00
Paul Chote
4fb076ac92 Merge pull request #7843 from reaperrr/ts-inf-seq
Cleaned up TS infantry and player structure sequences
2015-04-20 15:50:48 +12:00
abcdefg30
273a78b889 Added BuildLimit: 1 to CYC2 2015-04-19 21:52:56 +02:00
Matthias Mailänder
dbfd8da6c4 fix the artillery voxel lighting 2015-04-19 21:51:54 +02:00