Commit Graph

  • f330ae478b Add more font config to config.ini (#3582) YJSoft 2016-05-14 02:23:11 +09:00
  • 0710eb7e87 Merge pull request #3585 from janisozaur/fixes Ted John 2016-05-13 18:22:20 +01:00
  • ca430e1b23 Drop unused variables (#3586) janisozaur 2016-05-13 19:21:58 +02:00
  • 4d05c939cf Cache accesses to get_current_rotation() Michał Janiszewski 2016-05-13 13:24:30 +02:00
  • 070f298878 Make sure variables don't end up uninitialised Michał Janiszewski 2016-05-13 13:23:37 +02:00
  • 16fd91f786 Don't copy the error message to fixed-size buffer Michał Janiszewski 2016-05-13 12:09:06 +02:00
  • feb140b84c Revert part of last commit unsuitable for older compilers (#3584) janisozaur 2016-05-13 11:36:24 +02:00
  • 87d05f8a89 Fix compiler warnings (#3583) janisozaur 2016-05-13 09:05:12 +02:00
  • a675192bdf Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-05-13 04:00:19 +00:00
  • 658e877955 Name all the typdef-ed structs (#3581) janisozaur 2016-05-12 23:57:40 +02:00
  • 9fac7f38a5 Return failure when encountering unknown lang code, fixes #3524 (#3579) Michael Steenbeek 2016-05-12 21:48:40 +02:00
  • 774bbdcbe8 Cast left-shifted values (#3574) janisozaur 2016-05-12 19:09:19 +02:00
  • 2f36dbf7e3 Add font config at config.ini (#3569) YJSoft 2016-05-12 20:47:30 +09:00
  • 9c95803643 More robust track_design_open (#3573) Hielke Morsink 2016-05-12 13:46:57 +02:00
  • 755485f9b8 Fix inconsistency, US usage and confusion in en-GB (#3570) Harry Lam 2016-05-12 13:25:59 +08:00
  • 7c7dea8f00 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-05-12 04:00:21 +00:00
  • 1229cbd540 clean up s6 struct a bit Ted John 2016-05-11 22:30:06 +01:00
  • 56da56b374 add global for gPeepWarningThrottle Ted John 2016-05-11 21:15:43 +01:00
  • 3b8a0c56e1 Use return value of paint funcs. Fix issue with support function duncanspumpkin 2016-05-11 21:21:05 +01:00
  • c9883ef5be Merge pull request #3339 from marijnvdwerf/paint-setup/decompile-98199C Duncan 2016-05-11 21:12:18 +01:00
  • 30a044ae72 add globals for gWeeklyProfitAverage... Ted John 2016-05-11 19:41:20 +01:00
  • 0f1028c92c add global for gResearchedSceneryItems Ted John 2016-05-11 19:18:59 +01:00
  • 019155a496 Apply suggestions from PR Marijn van der Werf 2016-05-11 18:40:13 +01:00
  • e45578771e Add Czech to .desktop file Michael Steenbeek 2016-05-11 14:02:25 +02:00
  • deeafc5a60 Add --silent-breakpad switch, fixes #3535 (#3544) janisozaur 2016-05-11 13:25:21 +02:00
  • 62a7dd927e Merge pull request #3560 from Overv/fix-user-formatting Ted John 2016-05-11 12:24:25 +01:00
  • 4298f416d2 fix #3558: safely read chunks from S6 files Ted John 2016-05-10 21:39:12 +01:00
  • d979e2b607 Scenery window scrolls wrongly fixes #3210 (#3215) marcovmun 2016-05-10 21:58:24 +02:00
  • e47684bf53 Fix image offset by 1 error. duncanspumpkin 2016-05-10 20:43:18 +01:00
  • 04b3103fa9 Merge pull request #3548 from zsilencer/paint-setup/river-rapids Duncan 2016-05-10 19:34:45 +01:00
  • 6761751f3f Suggested review changes zsilencer 2016-05-10 01:34:10 -06:00
  • f38cde8f9b fix #3556: add rest of constant data for RideTypePossibleTrackConfigurations Ted John 2016-05-10 18:34:05 +01:00
  • f22257056c Remove formatting from loaded user strings Alexander Overvoorde 2016-05-10 14:16:48 +02:00
  • 85a2614a6a Fix pasting of formatting characters being allowed and fix memory leak Alexander Overvoorde 2016-05-10 14:12:06 +02:00
  • 8efdf4e960 Typo Michael Steenbeek 2016-05-10 10:41:32 +02:00
  • 5636e6a130 Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-05-10 04:00:18 +00:00
  • aa929e1593 add globals for researched things, cleanup Ted John 2016-05-10 00:00:59 +01:00
  • b5c0913b76 add global macros for a few more things, ride rating related and misc Ted John 2016-05-09 22:54:22 +01:00
  • 5162bc5a0e add global macro for a few ride variables and expenditure table Ted John 2016-05-09 22:11:56 +01:00
  • 3c3a37073d add global macro for gSamePriceThroughoutPark Ted John 2016-05-09 21:18:44 +01:00
  • 275f7c6723 add global macro for gCurrentExpenditure, gCurrentProfit Ted John 2016-05-09 21:12:01 +01:00
  • 3105d62d3b add global macro for gTotalAdmissions, gTotalIncomeFromAdmissions Ted John 2016-05-09 21:05:17 +01:00
  • be2d1127f5 add global macro for gResearchLastItemSubject Ted John 2016-05-09 20:38:26 +01:00
  • e28d6634fd Allow builds without -fno-omit-frame-pointer (#3554) janisozaur 2016-05-09 21:24:37 +02:00
  • d7a51aadee Sanity checks for RCT1 SC4 import (#3551) janisozaur 2016-05-09 20:13:21 +02:00
  • 05213e4cfb Decompile remaining vehicle splash effects zsilencer 2016-05-09 09:41:12 -06:00
  • 8d0481deba Make sure to only update valid vehicles (#3543) janisozaur 2016-05-09 16:52:03 +02:00
  • a5032aebd1 Decompile vehicle_visual_default zsilencer 2016-05-09 01:33:04 -06:00
  • 871ed67a78 Decompile vehicle_visual_reverser zsilencer 2016-05-08 18:26:13 -06:00
  • d199329d0f Decompile vehicle_visual_splash_boats_or_water_coaster zsilencer 2016-05-08 18:10:37 -06:00
  • 414829a2ea Decompile vehicle_visual_river_rapids and vehicle_visual_splash_effect zsilencer 2016-05-08 03:10:14 -06:00
  • f75e0c1d77 Update contributors.md (#3542) Harry Lam 2016-05-09 20:17:56 +08:00
  • f983fb6c69 Update contributors.md Michael Steenbeek 2016-05-09 11:42:35 +02:00
  • 79e410d88c Add a .desktop file. (#3507) Matthias Mailänder 2016-05-09 08:57:59 +02:00
  • 05384db02a Merge Localisation/master into OpenRCT2/develop. OpenRCT2 git bot 2016-05-09 04:00:20 +00:00
  • d2c5501eea refactor sprite heads and counts Ted John 2016-05-09 00:08:03 +01:00
  • 5ccfd83dea add global macro for gScenarioTicks Ted John 2016-05-08 23:20:42 +01:00
  • c77311a113 small fix and refactor of S6Importer / Exporter Ted John 2016-05-08 23:16:25 +01:00
  • 0570ec27ff Merge pull request #3528 from IntelOrca/refactor/s6importer Ted John 2016-05-08 23:08:08 +01:00
  • 47840cb4b8 update xcode project Marijn van der Werf 2016-05-08 22:34:50 +01:00
  • 9d7db70965 export variables individually Ted John 2016-05-08 18:11:44 +01:00
  • 2ab41b547a use S6Importer for network load game Ted John 2016-05-08 17:21:55 +01:00
  • bc7d1343da fix crash, just always reset loaded objects Ted John 2016-05-08 16:48:42 +01:00
  • 09fab986ed remove old code Ted John 2016-05-08 16:40:24 +01:00
  • a86bc57a96 use S6Exporter for scenario_save Ted John 2016-05-08 16:02:00 +01:00
  • 4eb7a7ee0e add S6 exporter Ted John 2016-05-08 01:22:32 +01:00
  • 9a61d8c885 add importing of scenarios Ted John 2016-05-07 22:47:29 +01:00
  • 3bb1d47813 use new S6Importer for loading saved games Ted John 2016-05-07 17:37:50 +01:00
  • 30467a1467 copy over game variables and refactor a few Ted John 2016-05-07 16:20:10 +01:00
  • 3557c7c8eb add S6 importer and chunk loading Ted John 2016-05-07 13:58:36 +01:00
  • b112178c61 Replace outdated call to sub_98196C Marijn van der Werf 2016-05-08 23:34:58 +02:00
  • c7c3923556 Fix conflicting strings (#3534) Matte A 2016-05-08 22:55:04 +02:00
  • 76cca7ad2e Expand the search dirs for the linker script. (#3530) Matthias Mailänder 2016-05-08 22:06:57 +02:00
  • bbbe0c1ffb Extract paint struct creation Marijn van der Werf 2016-05-08 22:00:39 +02:00
  • 66d5c74a66 Add markers for indicating to-be-extracted function Marijn van der Werf 2016-05-08 18:29:07 +02:00
  • dbb64f8ea3 Added additional tooltips for options menu (#3394) Steven Vascellaro 2016-05-08 12:22:48 -04:00
  • fc6a589c35 Merge pull request #3477 from IntelOrca/feature/multiple-trackdesign-locations Ted John 2016-05-08 14:15:38 +01:00
  • 094d395567 create tracks directory on save track Ted John 2016-05-06 22:57:14 +01:00
  • 4d7e693ace fix non-deterministic file dialog title for save track Ted John 2016-05-06 22:51:12 +01:00
  • f60855ab95 Fix strict aliasing breakage in ride_set_name() (#9) janisozaur 2016-05-06 14:30:50 +02:00
  • 0366a6c57f Fix possible bad memory access when placing track design Michał Janiszewski 2016-05-06 10:58:06 +02:00
  • 227c772099 Fixes to track design manager Michał Janiszewski 2016-05-06 10:22:39 +02:00
  • db7f5cff81 add files at xcode project for #3477 YJSoft 2016-05-05 06:50:10 +09:00
  • 87d4a9dab9 use track rather than tracks for user directory Ted John 2016-05-05 21:45:59 +01:00
  • a76a76a4b5 prevent crash when TD6s have less than 4 bytes Ted John 2016-05-05 21:41:46 +01:00
  • 70d613ede2 prevent crash in some place track design case Ted John 2016-05-05 20:27:56 +01:00
  • cf27410b4e fix track index file writing Ted John 2016-05-05 17:27:29 +01:00
  • d4c30ea5ec fix warnings Ted John 2016-05-04 19:03:27 +01:00
  • e20d8b4040 add licence headers to new sources Ted John 2016-05-04 18:54:33 +01:00
  • 805a89d49a refactor more track place Ted John 2016-05-02 23:41:49 +01:00
  • 7564d0e5a6 fix placing and saving of mazes Ted John 2016-05-02 23:29:28 +01:00
  • 52ab86fdcf rename functions without design word Ted John 2016-05-02 22:25:50 +01:00
  • f110597f41 clear up sub_6CB945 Ted John 2016-05-02 22:04:19 +01:00
  • 6797753e18 refactor track_place_ride Ted John 2016-05-02 21:54:40 +01:00
  • f9074485f9 integrate more variables Ted John 2016-05-02 19:32:09 +01:00
  • 629e36bc0a integrate variable: _trackSaveDirection Ted John 2016-05-02 18:43:18 +01:00
  • c844275cea integrate variable: gTrackPreviewOrigin Ted John 2016-05-02 18:40:07 +01:00
  • a8a8a7b1b2 fix track saving Ted John 2016-05-02 17:49:38 +01:00
  • cbc1848db4 refactor track design save: _trackSavedMapElements Ted John 2016-05-02 03:05:17 +01:00
  • c0fa762fa5 integrate some unknown variables Ted John 2016-05-02 02:40:56 +01:00