Commit Graph

6317 Commits

Author SHA1 Message Date
LRFLEW 44dd98135d Regain window focus on OS X file dialog close 2016-01-23 17:25:32 -07:00
Ted John e316fa60b2 Merge pull request #2800 from LRFLEW/espanol
Allow mixed language configuration in Xcode project
2016-01-24 00:06:32 +00:00
zsilencer 85d77bb838 show last action in player window 2016-01-23 16:46:52 -07:00
LRFLEW 6576878540 Allow mixed language configuration in Xcode project 2016-01-23 16:36:55 -07:00
zsilencer 845c7ad067 disallow peep pickup if group does not have permission 2016-01-23 16:36:16 -07:00
IntelOrca eb29b14681 Merge branch 'Giantaxe-develop' into develop 2016-01-23 21:54:20 +00:00
robin clemens 6db4536da9 1. Added --password=<str> to headless server mode to configure a password.
2. added default_password under [network] to configure a default password for headless server mode
2016-01-23 21:53:02 +00:00
zsilencer 5a72cb02f1 fix small issue caused by some RCT2_ADDRESS_COMMAND_MAP being used as 32 bit vars 2016-01-23 14:42:36 -07:00
zsilencer db90477cae add locate player's most recent action button 2016-01-23 14:16:26 -07:00
zsilencer 5a43e313b5 add can't kick host error 2016-01-23 13:29:17 -07:00
zsilencer 5f7c81083e add separate Clear Landscape action and fix a bug 2016-01-23 13:19:17 -07:00
zsilencer de1fa24e7b add last player action to player list 2016-01-23 12:32:02 -07:00
Ted John 75b9e4a653 Merge pull request #2793 from OpenRCT2/implement-ride-create-vehicles
Implement ride create vehicles
2016-01-23 19:13:09 +00:00
IntelOrca 4c1605f268 refactor and format old C++ code 2016-01-23 18:58:31 +00:00
duncanspumpkin a79a6969eb Fixed miss centered vehicles. Fixed incorrect starting track progress. Fix newlines. 2016-01-23 18:50:36 +00:00
zsilencer ef4fc84634 consolidate actions list 2016-01-23 11:34:05 -07:00
Ted John 36a4cd2fa0 Merge pull request #2798 from janisozaur/lodepng-cleanup
Cleanup unused lodepng stuff
2016-01-23 16:49:12 +00:00
Michał Janiszewski 8599468760 Cleanup unused lodepng stuff 2016-01-23 17:13:15 +01:00
Ted John d621fafb3e Merge pull request #2795 from AaronVanGeffen/invalidate_ride_window
Repopulate ride list when invalidating the ride construction window
2016-01-23 14:51:48 +00:00
Aaron van Geffen 18a8ef0924 Repopulate ride list when invalidating the ride construction window.
When toggling the 'select by track type' option with the ride construction window open,
the ride list would not be repopulated until the player switched tabs. This commit
adds repopulation on window invalidation, too.
2016-01-23 23:43:13 +09:00
IntelOrca 62eeaaf405 fix severe regression from #2787, use object entry array instead of ride entry array 2016-01-23 12:47:04 +00:00
duncanspumpkin a4ccea81e9 Fix issue with curved track. Use new getter functions.
Also fixed an issue with cable lifts spamming the log
2016-01-23 08:07:50 +00:00
duncanspumpkin a04417f61d Fix bugs in create vehicles 2016-01-23 07:23:07 +00:00
duncanspumpkin 8316e7e1a4 Fix merge mistakes 2016-01-23 07:23:06 +00:00
IntelOrca 554567d012 implement ride_create_vehicles 2016-01-23 07:23:05 +00:00
Duncan 660eca56b2 Merge pull request #2791 from LRFLEW/develop
Fixed Uploading Builds
2016-01-23 06:49:48 +00:00
OpenRCT2 git bot 1b2edef980 Merge Localisation/master into OpenRCT2/develop. 2016-01-23 04:00:13 +00:00
LRFLEW d585f85267 Fixed Uploading Builds 2016-01-22 19:21:45 -07:00
Ted John 8ad5827c57 Merge pull request #2789 from LRFLEW/develop
(Temp) Fix Travis OS X Build
2016-01-23 01:17:09 +00:00
LRFLEW 394c0423f6 (Temp) Fix Travis OS X Build 2016-01-22 18:09:07 -07:00
Ted John 729e9f0481 Merge pull request #2787 from janisozaur/ride-refactor
Refactor rides to be only accessible with getters
2016-01-23 00:25:26 +00:00
IntelOrca d81fd0c4ea fix #2786: use gfx_draw_string_centred_wrapped which centres line by line 2016-01-23 00:24:02 +00:00
zsilencer 6d81369e1a fix issue with same price throughout park 2016-01-22 17:19:15 -07:00
Michał Janiszewski 6d6f9f3c23 Refactor rides to be only accessible with getters
This changes how rides are accessed from macros to getter functions.
2016-01-23 01:13:36 +01:00
zsilencer 62c1780d65 fix couple other issues mentioned in pull request 2016-01-22 17:08:06 -07:00
Ted John f64f258e02 Merge pull request #2788 from LRFLEW/security
Fixed a theoretical security issue for OS X and Linux
2016-01-23 00:07:18 +00:00
zsilencer c557f02f4b fix issue with incorrect game_command_playerid 2016-01-22 16:57:00 -07:00
LRFLEW 58d258038f Improve security on OSX and Linux 2016-01-22 16:44:08 -07:00
Yaroslav Tretyakov 5db2a37194 Merge pull request #1 from LRFLEW/multiplayer
Added #2783 files to Xcode
2016-01-22 16:10:31 -07:00
LRFLEW cfc3ec552c Added #2783 files to Xcode 2016-01-22 15:57:50 -07:00
zsilencer 1277c1a0d2 MP permissions update 2 2016-01-22 11:12:35 -07:00
zsilencer 7a249c6457 Add ability to toggle individual action permissions 2016-01-21 20:32:51 -07:00
IntelOrca 414c97ed8c fix command line parsing of options 2016-01-21 18:18:44 +00:00
IntelOrca e012cd20e9 fix VS errors / warnings 2016-01-21 18:18:20 +00:00
Ted John 4973b54464 Merge pull request #2785 from janisozaur/vs-libs
Update VS lib version
2016-01-21 18:08:39 +00:00
Michał Janiszewski 9ada346fc6 Update VS lib version 2016-01-21 14:58:50 +01:00
zsilencer 6e3068cd0a MP groups and permissions 2016-01-20 21:42:31 -07:00
Ted John ed1ba15163 Merge pull request #2781 from janisozaur/zlib
Use zlib for muliplayer game transfer
2016-01-20 23:58:37 +00:00
Michał Janiszewski abe6841e0b Update libraries 2016-01-21 00:01:03 +01:00
janisozaur 1baeff13fc Merge pull request #3 from LRFLEW/zlib
Updated Xcode project to link against zlib
2016-01-20 19:31:17 +01:00