Commit Graph

  • 512ed6ce98 fix compile issues and bugs Ted John 2016-04-17 16:12:58 +01:00
  • 7754204a25 finish conversion of RCT1 import to c++ Ted John 2016-04-17 15:21:35 +01:00
  • cf7b81fd3a start moving RCT1 importer to C++ Ted John 2016-04-17 03:28:07 +01:00
  • 72e625c5a3 import research list as best as possible Ted John 2016-04-16 23:56:09 +01:00
  • 88a26f17b0 refactor colours, use constants Ted John 2016-04-16 18:02:09 +01:00
  • 2f0455b225 revert openrct2.vcxproj.user Ted John 2016-04-16 17:41:06 +01:00
  • 17abf1d970 use localised strings for RCT1 scenarios Ted John 2016-04-16 17:23:42 +01:00
  • 086ba6909f Fix Junior RC import, use constants Gymnasiast 2016-02-29 20:47:15 +01:00
  • 3c347c2e10 fix rebase / compile error IntelOrca 2016-02-28 22:58:02 +00:00
  • 41a84e899b Import with correct launch mode, better grey roof replacement Gymnasiast 2016-02-28 15:45:03 +01:00
  • e7c7dcda61 Import banners correctly, use some constants Gymnasiast 2016-02-28 15:32:24 +01:00
  • f3ec92a426 Initial support for importing SV4 and importing more park flags Gymnasiast 2016-02-27 19:42:35 +01:00
  • 705f264cf8 Import music, entrance style, some flags and park open status Gymnasiast 2016-02-27 16:41:52 +01:00
  • e27e0611ae Fix vehicles in imported S4's not leaving the station Gymnasiast 2016-02-27 14:36:39 +01:00
  • c72a4caa75 Fix number of trains and number of cars per train Gymnasiast 2016-02-27 14:18:05 +01:00
  • 15d077410e Fixed object selection and lift hill speeds Gymnasiast 2016-02-27 14:00:24 +01:00
  • 6ba69c52ca Use a define to specify the default vehicle should be used Gymnasiast 2016-02-25 23:56:11 +01:00
  • caefc1d9cc Define RCT1 vehicles as constants and use a lookup table Gymnasiast 2016-02-25 22:34:06 +01:00
  • 74d0c2aed8 Fix import of alternative vehicles Gymnasiast 2016-02-25 20:44:02 +01:00
  • 3b2fade400 Fix rebase issues duncanspumpkin 2016-02-25 17:16:55 +00:00
  • 2d3dfd8834 Move RCT1 file version detection to its own function Gymnasiast 2015-08-19 20:34:26 +02:00
  • a28ba1d4d8 Also take AA in account when importing merry-go-rounds and make version detection more robust Gymnasiast 2015-08-19 11:29:04 +02:00
  • 5ad1c224a6 Fix import of Merry-go-round colours Gymnasiast 2015-08-19 08:55:35 +02:00
  • 8169969756 Fix typo Gymnasiast 2015-07-17 21:46:16 +02:00
  • 1873d659a9 RCT1 import: import vehicle colours, scenario descriptions and animations IntelOrca 2015-07-17 20:01:35 +01:00
  • 3e9d56a284 RCT1 import: fix for Junior Roller Coaster IntelOrca 2015-07-17 17:51:16 +01:00
  • e319df533e rct1 import, fix peeps entering rides IntelOrca 2015-07-17 12:20:34 +01:00
  • 0e1f0cbbe8 improve RCT1 ride import IntelOrca 2015-07-17 02:42:41 +01:00
  • a90a59c39c rct1 import: fix colouring IntelOrca 2015-07-15 23:08:39 +01:00
  • f0382b9ab2 implement import of rct1 scenarios, part 1 IntelOrca 2015-07-14 18:14:43 +01:00
  • b2566a7223 Merge pull request #3387 from marijnvdwerf/paint-setup/drawing-function-signature Duncan 2016-04-22 16:56:48 +01:00
  • 7728a96e96 Update signature Marijn van der Werf 2016-04-22 14:05:51 +02:00
  • 7d2e62ba56 Fix typo introduced in 288d11a, fixes #3376 (#3379) janisozaur 2016-04-22 08:59:50 +02:00
  • 9561e76c39 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-04-22 04:00:17 +00:00
  • 67a86fe22f fix #3376: define PLATFORM_X86 so that CALLPROC is used again Ted John 2016-04-22 00:26:39 +01:00
  • 2329972b58 Merge pull request #3371 from Broxzier/no_money_checks Ted John 2016-04-22 00:00:40 +01:00
  • 571907eabb Merge pull request #3374 from IntelOrca/feature/file-associations Ted John 2016-04-21 23:55:14 +01:00
  • 57301def05 disable register-shell for mingw Ted John 2016-04-21 23:48:58 +01:00
  • 3f1e49d510 use unicode for registering file associations Ted John 2016-04-21 23:03:25 +01:00
  • 6173eda7bb Merge pull request #3373 from janisozaur/platform Ted John 2016-04-21 22:10:06 +01:00
  • c51f9a8ecc register file associations on Windows Ted John 2016-04-21 21:41:53 +01:00
  • b7f9af41a8 Only initialize structs with compile-time consts Michał Janiszewski 2016-04-21 22:20:24 +02:00
  • 288d11a196 Add platform define for x86 Michał Janiszewski 2016-04-21 22:18:59 +02:00
  • bdfa1c2a83 Implement Dodgems track drawing Marijn van der Werf 2016-03-25 15:43:03 +01:00
  • b499a4589f embed OpenRCT2 icon for Windows (#3372) Ted John 2016-04-21 19:17:26 +01:00
  • 87953f34db Checking for no_money flag when checking ride price Hielke Morsink 2016-04-21 19:21:09 +02:00
  • 09688b427e Fix #3238 - Guest refusing to pay that much in no money scenarios Hielke Morsink 2016-04-21 19:09:41 +02:00
  • d7cd3d0662 Fix #3345. Put banners back in their bounding box. duncanspumpkin 2016-04-21 17:19:16 +01:00
  • 701dd77b54 Decompile paint function for rides 50, 52, 53, 54 Marijn van der Werf 2016-04-16 16:04:24 +02:00
  • e5505b70c3 Merge pull request #3364 from Wirlie/develop Duncan 2016-04-21 12:48:13 +01:00
  • f6bfbb0186 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-04-21 04:00:15 +00:00
  • 407359e82b Fix #3318. Mine/Mouse train now can swing on turns. Wirlie 2016-04-20 22:32:36 -05:00
  • 7eb3a90cea Fixes for values being shifted (#3362) janisozaur 2016-04-21 00:57:54 +02:00
  • 60ac228c51 Merge pull request #3277 from IntelOrca/refactor-twitch Ted John 2016-04-20 22:12:57 +01:00
  • 4e53fc4c40 Merge pull request #3359 from Gymnasiast/runemute Ted John 2016-04-20 22:02:04 +01:00
  • e71a918f65 Remanaged Xcode Project (#6) LRFLEW 2016-04-20 16:00:50 -05:00
  • 548bee8325 Fix formatting and rebase Gymnasiast 2016-04-20 20:14:07 +02:00
  • 75627105c6 Clean up crooked house Marijn van der Werf 2016-04-20 20:06:19 +02:00
  • ce06346c8d update contributors.md Ted John 2016-04-20 19:03:57 +01:00
  • e0c103031e Add shortcut to mute sound Rune Laenen 2016-03-05 00:43:38 +01:00
  • f10d79c63c refactor and clean up twitch.cpp IntelOrca 2016-04-10 17:02:03 +01:00
  • 770a37dd10 update VS filters IntelOrca 2016-04-10 17:01:42 +01:00
  • 4b2776f266 move code from Diagnostics and Guard to cpp IntelOrca 2016-04-10 17:01:16 +01:00
  • e9bf2a742f widget_index is sint16, make sure the check is valid (#3335) janisozaur 2016-04-20 19:08:05 +02:00
  • 0286efc546 update changelog Ted John 2016-04-20 17:51:39 +01:00
  • 3a38bac1b6 Merge pull request #3283 from IntelOrca/fix-3282 Ted John 2016-04-20 17:42:22 +01:00
  • 234f3ae7f1 update changelog Ted John 2016-04-20 17:41:38 +01:00
  • 94ecc1da40 fix #3282: improve launched freefall ratings IntelOrca 2016-04-11 17:51:02 +01:00
  • 54316a50dc Drop quotes preventing regex match from travis script (#3356) janisozaur 2016-04-20 18:19:43 +02:00
  • 039ab08747 update readme.md with improved badges Ted John 2016-04-20 13:17:13 +01:00
  • 44717cfe2a Add console command to set ride type (#3273) janisozaur 2016-04-20 13:37:31 +02:00
  • 8fc897522b Clean up paint setup rotation (#3343) Marijn van der Werf 2016-04-20 13:33:42 +02:00
  • 3dc2651742 Merge pull request #3354 from zsilencer/bugfixes Ted John 2016-04-20 12:26:55 +01:00
  • 3ba7d54247 Fix reconnect issue caused by inboundpacket not being cleared zsilencer 2016-04-20 01:42:26 -06:00
  • 0ceff7fd90 More efficient map transfers zsilencer 2016-04-20 01:24:02 -06:00
  • 82e02e7cf8 String ids got switched around from the language files. zsilencer 2016-04-20 01:23:27 -06:00
  • e742e96461 Fix bug that gave error when trying to join saved server zsilencer 2016-04-20 00:33:10 -06:00
  • e582a8f47f Stop constantly resizing vector zsilencer 2016-04-20 00:25:31 -06:00
  • b257e431d9 Get rid of using user_strings for interface zsilencer 2016-04-20 00:16:17 -06:00
  • ddedcf1d3b Removed Warnings present in Xcode (#3342) LRFLEW 2016-04-20 02:01:07 -05:00
  • 11bf9111c3 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-04-20 04:00:15 +00:00
  • 3405fd5bad fix #3352: assertion trigger while fixing tiles Ted John 2016-04-19 23:14:02 +01:00
  • 9fd6c9df5f update VS filters Ted John 2016-04-19 22:52:41 +01:00
  • 6c6662a3ee Merge pull request #3350 from janisozaur/network-version Ted John 2016-04-19 21:08:30 +01:00
  • fb8646e66f Fix typo in variable name Michał Janiszewski 2016-04-19 21:15:48 +02:00
  • b2a3b82d08 Show network version to client if mismatched Michał Janiszewski 2016-04-19 00:08:01 +02:00
  • 423844c2fb Don't open the New Ride window when in the Scenario Editor, fixes #3344 (#3349) Michael Steenbeek 2016-04-19 20:37:35 +02:00
  • cec7e54dd8 Merge pull request #3325 from Broxzier/rotate_map_elements Ted John 2016-04-19 19:37:19 +01:00
  • b13d0aa2d3 Fix ride window height definition, fixes #3347 (#3348) Michael Steenbeek 2016-04-19 20:08:24 +02:00
  • 2713c999c5 Cleaning up and updated changelog Hielke Morsink 2016-04-17 12:21:45 +02:00
  • d08dd70406 Static functions. Hielke Morsink 2016-04-17 11:58:13 +02:00
  • fd7fe4ed5a Fix redraw issue when clicking on a list item. Hielke Morsink 2016-04-17 01:01:03 +02:00
  • 6fbdb46d37 Enabling and disabling the rotation button based on selected element type. Hielke Morsink 2016-04-17 00:55:56 +02:00
  • 992a830622 Fix: Invalidating tiles correctly from the tile inspector. Hielke Morsink 2016-04-17 00:37:50 +02:00
  • 048b7ff30c Added button to reotate map elements in tile inspector - closes #3106 Hielke Morsink 2016-04-17 00:35:11 +02:00
  • cf628ea7cf Merge pull request #3152 from dlee13/cheat-disable-littering Ted John 2016-04-19 17:31:58 +01:00
  • 4d1153669e Refactor peep code Derek Lee 2016-03-22 22:22:05 -07:00
  • c4226235e3 Add cheat to disable littering Derek Lee 2016-03-19 21:25:19 -07:00
  • 385b03ec79 Merge pull request #3170 from marijnvdwerf/maze-paint-setup Duncan 2016-04-19 06:27:08 +01:00
  • 6c505025f5 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-04-19 04:00:18 +00:00