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
RoosterDragon
13078c820b
Retry hardware cursor creation.
...
On Windows, a spurious error sometimes occur when creating cursors. We retry a few times before before having to give up and fall back to software cursors.
2015-04-21 20:46:22 +01:00
RoosterDragon
c963806dae
Prevent leaking of hardware cursors.
...
Added the lacking finialization machinery, ensured disposal under exceptional circumstances and also ensure the game calls dispose on old cursors before creating new ones.
2015-04-21 20:46:21 +01: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
abcdefg30
c0b8fce427
Remove the interval hack from gdi05a
2015-04-19 21:48:15 +02:00
abcdefg30
1c44f30e2c
Fix an issue in EnemyWatcher.cs
2015-04-19 21:48:14 +02:00
Matthias Mailänder
6fc1627f99
Update README.md
...
add some additional new-lines to fix problems with local Markdown scripts
2015-04-19 20:34:10 +02:00
reaperrr
1655a1462d
Made sure spice blooms are drawn below harvesters all the time
2015-04-19 19:54:28 +02:00
Oliver Brakmann
5e2b7add6e
Fix alignment issues in the score screen
2015-04-19 19:23:20 +02:00
reaperrr
1df2f5e387
Merge pull request #7989 from pchote/oops
...
Fix a regression from #7976 .
2015-04-19 19:18:21 +02:00
Paul Chote
4b22436d14
Fix a regression from #7987 .
2015-04-20 04:55:31 +12:00
Oliver Brakmann
322801247f
Merge pull request #7987 from pchote/fix-player-bogosity
...
Fix random country display.
2015-04-19 18:13:04 +02:00
Paul Chote
3cfa96e7a6
Fix random country display.
2015-04-20 03:33:46 +12:00
Matthias Mailänder
450b427d98
fix transform offsets
2015-04-19 16:23:18 +02:00
Pavel Penev
5676c55082
Merge pull request #7976 from pchote/subcell-crash
...
Don’t crash when asking for the offset of an invalid subcell.
2015-04-19 13:40:47 +03:00
Paul Chote
145f7b28f5
Adjust IRadarSignature to support per-cell colors.
2015-04-19 22:27:47 +12:00
Paul Chote
ab7706073b
Don’t crash when asking for the offset of an invalid subcell.
2015-04-19 15:20:45 +12:00
Matthias Mailänder
e8493ab855
fix TS power down palette
2015-04-18 14:11:51 +02:00
Matthias Mailänder
9a6e8467da
fix GASPOT again
2015-04-18 13:47:20 +02:00
reaperrr
dd689de0e6
Fixed alphatst.shp
2015-04-18 13:41:53 +02:00
Matthias Mailänder
fdf58b29e2
setup the alpha image lighting for the light spot
2015-04-18 13:41:53 +02:00
Matthias Mailänder
868e404b22
add 2 new blend modes: Multiplicative, DoubleMultiplicative
2015-04-18 13:41:53 +02:00
Matthias Mailänder
d5cbf82889
add the Tiberian Sun crates
2015-04-18 13:25:45 +02:00