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
Pavlos Touboulidis
7d352fdad1
MapCache performance improvements
2014-05-31 23:49:04 +03:00
RoosterDragon
f180f44542
Cache some dictionary lookups in FrozenUnderFog.Tick.
...
Since FrozenUnderFog.Tick gets called a lot, these dictionary lookups were actually getting repeated a fair amount. Avoiding the repeated work is a minor performance improvement.
2014-05-31 18:29:31 +01:00
Pavlos Touboulidis
e083b392ba
Add IReadOnlyList
2014-05-31 18:37:03 +03:00
Matthias Mailänder
5b86a8a6a8
open-ra.org → openra.net
...
closes #5500
2014-05-31 17:14:33 +02:00
Pavlos Touboulidis
441d602a6d
Fix thread synchronization problem with Sheet.dirty
2014-05-31 17:26:24 +03: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
Matthias Mailänder
af9e85b18a
Merge pull request #5462 from obrakmann/gdi04
...
Add remaining alternative gdi04 missions
2014-05-26 16:18:31 +02:00
Matthias Mailänder
baca227940
replace libraries with SUSE Linux Enterprise 11 SP3 binaries
2014-05-26 12:33:14 +02:00
Matthias Mailänder
87c506f241
Merge pull request #5420 from NukemBro/bleed
...
New Maps
2014-05-26 08:23:04 +02:00
Matthias Mailänder
1d2bde3a01
Merge pull request #5453 from Kanar/AirStopVoices
...
Small Polish: Adds voices for aircraft's stop-orders
2014-05-26 07:59:01 +02:00
Matthias Mailänder
b304f4754c
we don't support SDL 1.2 anymore
2014-05-26 07:50:12 +02:00
Matthias Mailänder
f6657b3049
also watch master and next for deployment
2014-05-26 07:49:54 +02:00