Commit Graph

20408 Commits

Author SHA1 Message Date
Matthias Mailänder
ebe945e6c7 Merge pull request #10910 from RoosterDragon/turret-active-tracking
Turrets actively track targets
2016-03-21 20:52:18 +01:00
Matthias Mailänder
ed6067cd2f Merge pull request #10939 from pchote/fix-map-install-kick
Notify the server after installing a map.
2016-03-21 20:37:12 +01:00
Matthias Mailänder
e83261e6c3 Merge pull request #10922 from abcdefg30/shpPng
Fix the --png command trying to use OpenRA's virtual file system
2016-03-21 20:30:44 +01:00
Matthias Mailänder
dd0d8c86c6 Merge pull request #10942 from pchote/remove-map-lazyness
Remove map lazyness.
2016-03-21 20:23:47 +01:00
Matthias Mailänder
15c2df2c69 Merge pull request #10943 from pchote/map-grid-tile-range
Move Map.TilesByDistance to MapGrid and un-static it.
2016-03-21 20:05:08 +01:00
Matthias Mailänder
477d36c29a Merge pull request #10940 from pchote/drain-remaining-funds
Fix AI stalling after losing its conyard and ref.
2016-03-21 19:50:06 +01:00
Paul Chote
4052da3ea6 Move Map.TilesByDistance to MapGrid and make non-static. 2016-03-20 21:41:04 +00:00
Matthias Mailänder
5d8824fece Merge pull request #10957 from reaperrr/fix-deviator
Fix D2k deviator not taking effect
2016-03-20 19:39:58 +01:00
reaperrr
5905e75d95 Fix D2k deviator not taking effect
The warhead's scan range was lower than both the missile inaccuracy as
well as the Missile CloseEnough value of 298, so it almost never had an
effect.
2016-03-20 13:07:13 +01:00
reaperrr
0ff836b7ab Merge pull request #10955 from obrakmann/fix10936_missing-worm-sound
Fix filename case of sandworm attack sound
2016-03-20 12:59:57 +01:00
Oliver Brakmann
b1fd74010f Fix filename case of sandworm attack sound 2016-03-19 23:07:59 +01:00
Paul Chote
0dc939e0e8 Notify the server after installing a map. 2016-03-18 20:53:48 +00:00
Paul Chote
e6b28c2a00 Remove Map.AssetExists. 2016-03-18 20:23:52 +00:00
Paul Chote
1e5065e06a Remove lazy loading of map rules. 2016-03-18 20:23:52 +00:00
Paul Chote
4a7ef68b39 Remove Map.SpawnPoints. 2016-03-18 20:16:25 +00:00
Paul Chote
65df25b1a4 Remove lazy loading of binary map data. 2016-03-18 20:16:24 +00:00
abcdefg30
51bfe4accc Merge pull request #10916 from pchote/lobby-bots
Support map-defined bot types
2016-03-18 19:31:05 +01:00
Paul Chote
5741e53fe2 Fix AI stalling after losing its conyard and ref. 2016-03-18 18:16:24 +00:00
abcdefg30
7a63437a73 Merge pull request #10929 from Hanzik/editor-gridcolor
Changed grid in map editor to darker red
2016-03-18 19:10:30 +01:00
Oliver Brakmann
77297f1ca6 Merge pull request #10935 from pchote/dot-net-sdk-ver
Remove sdk flag from default makefile.
2016-03-17 22:06:05 +01:00
Paul Chote
dc0011a852 Remove sdk flag from default makefile. 2016-03-17 20:58:16 +00:00
Oliver Brakmann
483a008af6 Merge pull request #10931 from pchote/fix-appdata
Fix and overhaul Linux appdata
2016-03-17 21:08:20 +01:00
Paul Chote
fe28393406 Remove invalid bot types when switching maps. 2016-03-16 21:03:32 +00:00
Paul Chote
d40bff3fd9 Support map-defined AI in the lobby. 2016-03-16 21:03:31 +00:00
Paul Chote
ab6a9597bb Remove Map usage from LobbyLogic. 2016-03-16 21:03:31 +00:00
abcdefg30
ad2c6e9c11 Merge pull request #10915 from pchote/map-grid-subcells
Reference SubCells directly from MapGrid.
2016-03-16 21:58:38 +01:00
Paul Chote
3bdc4bee3a Fix and overhaul appdata metadata. 2016-03-16 19:59:06 +00:00
Paul Chote
c1b1c3cb1a Change maintainer for debian package. 2016-03-16 19:59:06 +00:00
Paul Chote
e79fbe1bb9 Reference SubCells directly from MapGrid. 2016-03-16 18:57:07 +00:00
Hanzik
52c8d165f8 Changed grid to darker red 2016-03-15 22:40:55 +01:00
Oliver Brakmann
c9e7bb43c2 Merge pull request #10924 from Mailaender/powershell-cp
Fixed AppVeyor after_test depending on a Unix cp command
2016-03-15 19:43:09 +01:00
Matthias Mailänder
1524717bc2 Don't rely on C:\Program Files\Git\usr\bin\cp.exe 2016-03-14 23:06:08 +01:00
Matthias Mailänder
b75c7e4869 Merge pull request #10923 from abcdefg30/isPlayerNuke
Add an IsPlayerPalette flag to NukePowerInfo
2016-03-14 19:59:29 +01:00
abcdefg30
8547fac90d Add an IsPlayerPalette flag to NukePowerInfo 2016-03-14 16:42:49 +01:00
abcdefg30
ad3b41dfa3 Fix the --png command trying to use OpenRA's virtual file system 2016-03-14 15:24:33 +01:00
abcdefg30
79bad0f8b1 Merge pull request #10920 from obrakmann/fix10812-subs-no-nuke-damage
Change nukes to be able to damage submerged submarines
2016-03-13 21:16:18 +01:00
Matthias Mailänder
82f7413a6a Merge pull request #10919 from obrakmann/fix10780_map-editor-no-neutral-actors
Fix some actors not being available for the neutral player in the map editor
2016-03-13 17:48:36 +01:00
Oliver Brakmann
38ccc4aff9 Change nukes to be able to damage submerged submarines 2016-03-13 15:53:33 +01:00
Oliver Brakmann
8c58dbacc1 Fix some actors not being available for the neutral player in the map editor 2016-03-13 15:32:29 +01:00
Oliver Brakmann
6b7bf86373 Merge pull request #10913 from pchote/fix-editor-tooltips
Fix multi-line tooltip padding.
2016-03-13 15:17:25 +01:00
abcdefg30
b097f7df91 Merge pull request #10912 from pchote/soundloader-streams
Introduce ISoundFormat for parsing sound files.
2016-03-13 14:56:01 +01:00
abcdefg30
e1b2f5a280 Merge pull request #10901 from pchote/server-maps
Remove Map usage from the server and mission browser.
2016-03-13 11:24:04 +01:00
Oliver Brakmann
541186a142 Merge pull request #10897 from pchote/map-tileset-cleanup
Clean up map tileset references.
2016-03-12 22:16:14 +01:00
RoosterDragon
163688fc39 Prevent turrets from firing until they are aligned with the target. 2016-03-12 20:42:10 +00:00
RoosterDragon
4598b0de43 Have turrets actively track targets, even when not ready to attack. 2016-03-12 20:42:10 +00:00
Paul Chote
324ef2e073 Remove Map usage from MissionBrowerLogic. 2016-03-12 20:07:07 +00:00
Paul Chote
1ba7a5e59e Use MapPreview on the server. 2016-03-12 20:07:07 +00:00
Paul Chote
6c319d53dd Remove an obsolete comment from Map. 2016-03-12 20:01:39 +00:00
Paul Chote
be5eee0227 Allow rules to be constructed from a MapPreview. 2016-03-12 20:01:39 +00:00
Oliver Brakmann
f8b61782a1 Merge pull request #10914 from Phrohdoh/sprite-loader-xmldoc
Add xmldoc to some ISpriteFrame members
2016-03-12 20:58:34 +01:00