Commit Graph

12821 Commits

Author SHA1 Message Date
Matthias Mailänder
75e19ca281 use ToLowerInvariant everywhere 2014-06-01 11:24:39 +02:00
Paul Chote
7d33b353b7 Merge pull request #5511 from Mailaender/d2k-preview
Updated preview picture for Dune 2000
2014-06-01 19:12:50 +12:00
Paul Chote
104272cee5 Merge pull request #5476 from Mailaender/production-rallypoint-cache
Moved RallyPoint trait lookup into the constructor of Production
2014-06-01 19:04:58 +12:00
Matthias Mailänder
918fa879b6 update preview for d2k 2014-06-01 08:44:37 +02:00
Paul Chote
6dc83cf325 Merge pull request #5497 from Mailaender/map-rule-status-after-download
Fixed automatic map upload not refreshing map rule status
2014-06-01 18:29:39 +12:00
Paul Chote
1cc01a3a96 Merge pull request #5460 from Mailaender/system-libraries
Added support for SDL2 and Lua 5.1 system libraries
2014-06-01 18:14:05 +12:00
Matthias Mailänder
8a008447b3 Merge pull request #5489 from pchote/transport-fix
Simplify MoveAdjacentTo logic. Fixes #4449
2014-06-01 07:12:36 +02:00
Matthias Mailänder
00662fe391 also do a local rule check after map download 2014-06-01 06:01:41 +02:00
Matthias Mailänder
778f03baea add the new Lua API to make docs 2014-06-01 05:17:22 +02:00
Matthias Mailänder
e5c746df15 remove OpenRA.TilesetBuilder.exe from Linux packages 2014-06-01 05:16:53 +02:00
Matthias Mailänder
fe859c6fef rename everything freedesktop.org related install-linux-* 2014-06-01 05:15:30 +02:00
Matthias Mailänder
9e4713dc0a simplify startup scripts and configurable install directory 2014-06-01 05:10:25 +02:00
Matthias Mailänder
ff5ac155eb bring back install-shortcuts and add install-startup-scripts 2014-06-01 05:10:25 +02:00
Matthias Mailänder
b85610fcdd rename libexecdir to libdir 2014-06-01 05:10:25 +02:00
Matthias Mailänder
8e05243097 separate into icons and desktop from install-shortcuts 2014-06-01 05:10:25 +02:00
Matthias Mailänder
7c6cba889f strip unused dll map entries 2014-06-01 05:10:25 +02:00
Matthias Mailänder
77ed2ca331 add support for Debian multiarch 2014-06-01 05:10:25 +02:00
Matthias Mailänder
25933b012e add a hard-coded bundled library dllmap config to osx 2014-06-01 05:10:24 +02:00
Matthias Mailänder
3e53e84c1a abort earlier and harden against syntax errors 2014-06-01 05:10:24 +02:00
Matthias Mailänder
14429f6c11 be more verbose about success and handle failure with an error 2014-06-01 05:10:24 +02:00
Matthias Mailänder
dedafd1c22 also search /usr/local/lib and /opt/lib 2014-06-01 05:10:24 +02:00
Matthias Mailänder
99f6fce526 ralint is core and crashdialog (winform) tools 2014-06-01 05:10:24 +02:00
Matthias Mailänder
6c762f9c55 separate make dependencies into CLI and bundled native ones 2014-06-01 05:10:24 +02:00
Matthias Mailänder
6dfd89ce0d add configure script to workaround library naming differences 2014-06-01 05:10:24 +02:00
Paul Chote
883837a83c Merge pull request #5498 from Mailaender/invalid-map-key-download
Fixed KeyNotFoundException in ServerBrowser
2014-06-01 14:05:08 +12:00
Paul Chote
40eff95a10 Simplify MoveAdjacentTo logic. Fixes #5445. 2014-06-01 10:58:44 +12:00
Matthias Mailänder
a900f24466 calculate exitLocation before FrameEndTask
and add more null and dead checks to be safe
2014-05-31 16:11:50 +02:00
Matthias Mailänder
61d576ec6e harden map search preview against invalid data
fixes #5492
2014-05-31 15:19:22 +02:00
Matthias Mailänder
bb57ccd5bb update MapRuleStatus after download
fixes #5479
2014-05-31 13:14:53 +02:00
Matthias Mailänder
266240a3c1 Merge pull request #5502 from pchote/support-beacons
Support beacon polish fixes.
2014-05-31 10:35:48 +02:00
Paul Chote
e1501d5b7c Add clock overlay to support power beacons. 2014-05-31 18:41:02 +12:00
Paul Chote
91126b9c48 Move support power beacons into Airstrike/Nuke.
This allows each instance to close over the individual beacons. Fixes #5455.
2014-05-31 17:10:46 +12:00
Paul Chote
67f1207ef5 Merge pull request #5408 from RoosterDragon/perftimer-tick
Changed logging in DoTimed/RunActivity to create less overhead
2014-05-31 16:55:47 +12:00
Phrohdoh
4ef82f2863 Merge pull request #5488 from aaroncampf/bleed
Fixing issue #5308
2014-05-29 20:35:46 -05:00
Aaron Campf
6223b0f97d Fixing issue #5308 2014-05-29 18:16:34 -07:00
Matthias Mailänder
922c935d1a Merge pull request #5483 from obrakmann/some-map
Add a lua-powered single-player mission
2014-05-29 13:55:56 +02:00
Oliver Brakmann
e9e32b703e Add single-player mission 'Intervention' 2014-05-29 11:51:48 +02:00
Phrohdoh
8be4f02847 Merge pull request #5480 from Mailaender/d2k-concrete-color
Fixed concrete having the same radar color as sand.
2014-05-28 15:03:03 -05:00
RoosterDragon
d1b3d77662 Changed logging in DoTimed/RunActivity to create less overhead.
- Refactored PerfTimer to use less memory.
- Avoid using the PerfTimer in highly called methods DoTimed and RunActivity, instead tracking long ticks manually to reduce overhead and avoid memory allocations.
- Added some helper methods in PerfTimer to output information when a tick takes too long.
- Changed PerfTimer logging to output the time at the start of the line, and no longer truncate output per line.
- Settings.LongTickThreshold changed from TimeSpan to float and renamed to LongTickThresholdMs.
2014-05-28 16:38:05 +01:00
Matthias Mailänder
446884fec2 Merge pull request #5481 from Generalcamo/patch-8
Small Correction to one of the music names.
2014-05-28 16:18:48 +02:00
Cody Brittain
9a789a1e76 Small Correction to one of the music names.
Taken from Frank Klepacki's Website
2014-05-28 09:38:52 -04:00
Matthias Mailänder
4adaf9fa2d give concrete a color that is distinguishing from sand 2014-05-28 14:03:19 +02:00
Matthias Mailänder
c1f8a8e315 move RallyPoint lookup into a Lazy 2014-05-28 10:51:53 +02:00
Paul Chote
7eb2244f4b Merge pull request #5412 from RoosterDragon/formatting
Formatting
2014-05-28 12:09:47 +12:00
Paul Chote
ae7ab8f9e0 Merge pull request #5449 from Mailaender/nsis-lua-outpath-breakage
Fixed the OpenRA.Game.exe start menu link
2014-05-28 11:45:27 +12:00
Paul Chote
409e3a5ffc Merge pull request #5456 from Mailaender/travis-next-master
Adjustments to Travis CI
2014-05-28 11:32:41 +12:00
Paul Chote
59292e5b88 Merge pull request #5461 from Mailaender/sle-libraries
Replaced libraries with SUSE Linux Enterprise 11 SP3 binaries
2014-05-28 11:32:06 +12:00
Matthias Mailänder
4c50757b18 catch trait lookup in constructor
closes #5472
2014-05-27 17:17:02 +02:00
RoosterDragon
0c8bdff5be Formatting fixes.
Spaces to tabs, indents, etc.
2014-05-26 18:10:59 +01:00
obrakmann
d6fe3c5fc3 Merge pull request #5447 from Mailaender/pickany-snow
Fixed broken random tiles in map editor for RA snow tileset
2014-05-26 17:03:34 +02:00