Commit Graph

10835 Commits

Author SHA1 Message Date
Matthias Mailänder
c5c518dbce Merge pull request #3969 from pchote/hotkeys
Improved hotkey support
2013-10-21 13:53:43 -07:00
Paul Chote
7ffbfb9b7e Add a Hotkey class for user-configurable keys. Fixes #3779.
Users can now define and use hotkeys that include modifiers (ctrl/meta/shift/alt).
2013-10-22 09:14:05 +13:00
Matthias Mailänder
5803661d83 Merge pull request #3974 from pchote/frozen-actor-fix
Fix bogus screen-map queries.
2013-10-21 11:43:41 -07:00
Matthias Mailänder
b3cceb792d Merge pull request #3975 from pchote/contrail-fix
Extract contrail fading for dead projectiles into an IEffect.
2013-10-21 11:30:35 -07:00
Matthias Mailänder
03cf2a3072 Merge pull request #3976 from pchote/scale-fix
Use scale in RenderSimple.RenderPreview.
2013-10-21 11:19:23 -07:00
Matthias Mailänder
ab86b3308e Merge pull request #3977 from pchote/travis-fix
Re-enable travis notices without joining.
2013-10-21 10:48:06 -07:00
Paul Chote
aab6fec68b Remove VirtKey and KeyName. 2013-10-21 20:24:24 +13:00
Paul Chote
e5f93ec39e Introduce Keycode to simplify key checks. 2013-10-21 20:24:24 +13:00
Paul Chote
477d045e0a Re-enable travis notices without joining.
This reverts commit dbb38e3a42.
2013-10-21 18:54:05 +13:00
Paul Chote
03c4c476f1 Use scale in RenderSimple.RenderPreview. Fixes #3970. 2013-10-21 18:52:29 +13:00
Paul Chote
7ecf84dc61 Extract contrail fading for dead projectiles into an IEffect. 2013-10-21 18:27:37 +13:00
Paul Chote
33f514001e Fix viewport-px / world-px confusion in ScreenMap. Fixes #3964. 2013-10-21 17:57:53 +13:00
Matthias Mailänder
dbb38e3a42 Update .travis.yml
the channel does not allow notices from outside
2013-10-21 00:09:58 +02:00
Matthias Mailänder
31aa1bf421 Update README.md 2013-10-20 23:18:21 +02:00
Paul Chote
9a540e0536 Merge pull request #3971 from Mailaender/silent-travis
Made Travis CI bot IRC notifications less noisy
2013-10-20 13:11:05 -07:00
Matthias Mailänder
06f06ffbb1 a less noisy Travis CI bot IRC notification 2013-10-20 14:35:33 +02:00
Matthias Mailänder
3ed6faed62 Update OpenRA.nsi
fixed "no files found"
2013-10-19 13:46:20 +02:00
Matthias Mailänder
1198ed9fe8 Delete HACKING
unmaintained,
moved to https://github.com/OpenRA/OpenRA/wiki/Hacking
2013-10-19 13:37:38 +02:00
Matthias Mailänder
8b8d3edea2 Merge pull request #3958 from Mailaender/docs
Ship COPYING and CHANGELOG on all platforms
2013-10-19 04:30:31 -07:00
Matthias Mailänder
d1a43a45f1 Merge pull request #3960 from Mailaender/rpm-revert
Simplified the RPM build scripts again
2013-10-19 04:30:20 -07:00
Matthias Mailänder
3db703a7ed Merge pull request #3959 from Mailaender/makefile
Removed TilesetBuilder from core
2013-10-19 04:29:53 -07:00
Matthias Mailänder
20837c3776 cleaned packaging comments 2013-10-19 13:22:36 +02:00
Matthias Mailänder
807dc8b392 silenced curl 2013-10-19 13:22:36 +02:00
Matthias Mailänder
af0f8d09d6 simplify RPM buildpackage script for the build server
hard-code everything outside /usr/share/openra
2013-10-19 13:22:36 +02:00
Matthias Mailänder
5d2254aeee fixed md5sum file not found global mix database.dat 2013-10-19 13:22:32 +02:00
Matthias Mailänder
e54fd9f582 remove the tileset builder from core
not required anymore for d2k
it is also not shipped because it won't work standalone
2013-10-19 12:50:58 +02:00
Matthias Mailänder
797f30446d ship license and changelog on all platforms
keep INSTALL & HACKING in the source code only
2013-10-19 12:35:38 +02:00
Matthias Mailänder
9ecf678b04 Update OpenRA.nsi
fixed Error: unterminated string parsing line at OpenRA.nsi:144
2013-10-19 12:20:43 +02:00
Matthias Mailänder
431c956932 Update OpenRA.nsi
added languages and sorted alphabetically
2013-10-19 12:13:12 +02:00
Matthias Mailänder
52ff778881 Update buildpackage.sh
Fixed make: *** [install-shortcuts] Error 1
2013-10-19 11:24:19 +02:00
Matthias Mailänder
3181c46d27 Update Makefile
Fixed  make: *** No rule to make target `shortcuts', needed by `install-shortcuts'.
2013-10-19 11:12:54 +02:00
Paul Chote
fa2439f03e Merge pull request #3956 from ScottNZ/bleed
Update CHANGELOG
2013-10-19 00:44:18 -07:00
ScottNZ
349ee8cfbf Update CHANGELOG 2013-10-19 18:53:09 +13:00
Paul Chote
bb8f4494f5 Merge pull request #3938 from Mailaender/game-id
Added a Game ID and print it to syncreport.log
2013-10-17 22:51:27 -07:00
Paul Chote
88b8dd6c3e Merge pull request #3948 from Mailaender/replay-duration
Replay duration cleanup
2013-10-17 22:44:41 -07:00
Matthias Mailänder
eff943b3eb added OS and Mono/.NET runtime version to syncreport.log 2013-10-17 20:54:58 +02:00
Matthias Mailänder
70ba7fe5f6 added OpenRA, OS and .NET/Mono runtime version to exception.log 2013-10-17 20:39:41 +02:00
Matthias Mailänder
8c8df3bda9 expose Game ID and client player name to syncreport.log 2013-10-17 20:36:17 +02:00
Matthias Mailänder
353393571f added a Game ID
closes #2570
2013-10-17 20:36:17 +02:00
Matthias Mailänder
39076c98ac Merge pull request #3950 from xanax/bleed
Added -disabled in chrome.yaml & dialog.png files
2013-10-17 11:26:17 -07:00
Sébastien Kerguen
8b9f7a12fa Added -disabled in chrome.yaml & dialog.png files
Added -disabled in chrome.yaml & dialog.png files
2013-10-16 23:34:27 +02:00
Matthias Mailänder
f21f314bfe avoid magic number for replay duration calculation 2013-10-16 21:09:45 +02:00
Matthias Mailänder
f51bd87332 Merge pull request #3943 from pchote/wall-fix
Fix projectiles vs walls.
2013-10-16 08:03:47 -07:00
Matthias Mailänder
39c7843654 Merge pull request #3944 from pchote/sound-fix
Fix bogus sound attenuation.
2013-10-16 07:54:13 -07:00
Matthias Mailänder
4cacd074d7 Merge pull request #3945 from pchote/zoom-fix
Prevent pixel doubling of group / pip / tag / chevron decorations.
2013-10-16 07:47:23 -07:00
Matthias Mailänder
d79b3d32d9 Merge pull request #3946 from wuschel/bleed
fix/balance RA map Athena (koth)
2013-10-16 07:32:46 -07:00
wuschel
cc2bedc454 fix/balance RA map Athena
1. Reduced strategic victory timer from 10 to 3 minutes to increase
pressure on players.
2. Increased the size of the starting islands in order to give a player
more strategic options.

Removed *Options: OpenRA.MapOptions* as seen in
https://github.com/OpenRA/OpenRA/pull/3939. Checked all starting
positions in-Game.
2013-10-16 13:13:27 +02:00
Paul Chote
1ab4b9b72c Fix the rank chevron size when zooming. 2013-10-16 19:12:59 +13:00
Paul Chote
59f5c8ed52 Fix the pip/tag/group decoration size when zooming. 2013-10-16 19:12:59 +13:00
Paul Chote
3ef6a8317a Remove Game.Zoom. 2013-10-16 18:21:46 +13:00