Commit Graph

  • 5abc574593 Merge pull request #1930 from janisozaur/memory Ted John 2015-09-13 21:25:35 +01:00
  • d58b4e3589 memory safeness Michał Janiszewski 2015-09-13 21:41:37 +02:00
  • 597c9e19de Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-13 04:00:15 +01:00
  • f988f69ae0 implement sub_6D31A6 IntelOrca 2015-09-13 02:59:55 +01:00
  • 5e58dc9789 Merge pull request #1929 from janisozaur/hwnd-twisting Ted John 2015-09-12 22:59:03 +01:00
  • 42691726fc workaround for mingw bug Michał Janiszewski 2015-09-12 23:43:02 +02:00
  • 72398151a7 implement ride_create_cable_lift IntelOrca 2015-09-12 18:17:25 +01:00
  • f081f8430a Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-12 13:59:21 +01:00
  • daf61d0ca5 Merge pull request #1920 from Gymnasiast/fix-warnings-2 Ted John 2015-09-12 13:54:22 +01:00
  • 70c88edb5d Merge pull request #1925 from janisozaur/memory Ted John 2015-09-11 23:40:55 +01:00
  • 788e988992 Memory access fixes Michał Janiszewski 2015-09-12 00:16:05 +02:00
  • 967fccdac9 Merge pull request #1924 from janisozaur/painter-fix Ted John 2015-09-11 22:13:05 +01:00
  • 27ea266de1 Incrementation of paint_struct pointer looks bogus Michał Janiszewski 2015-09-11 22:53:01 +02:00
  • 94fe643b4c Merge pull request #1921 from Gymnasiast/fix-filters-in-rc-designer-2 Ted John 2015-09-11 17:40:34 +01:00
  • 642a90cd63 Merge pull request #1919 from Gymnasiast/entrances-exits-while-paused Ted John 2015-09-11 17:39:23 +01:00
  • a6ee08de11 Fix filter buttons in RC designer and TD manager, clean up some strings Gymnasiast 2015-09-11 16:21:27 +02:00
  • 68fc066fc5 Fix two more warnings Gymnasiast 2015-09-11 15:23:11 +02:00
  • 6bd003c67f Fix more warnings Gymnasiast 2015-09-11 15:13:54 +02:00
  • 7e67f0381e Extend build-in-pause-mode to entrances and exits, clear up some flags, fix ghost sticking in pause mode, fixes #1918 Gymnasiast 2015-09-11 14:38:45 +02:00
  • 408665e4a4 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-11 04:00:15 +01:00
  • 4dd95c650b implement RideData4 data IntelOrca 2015-09-10 22:16:41 +01:00
  • bda7550e33 fix #1913 IntelOrca 2015-09-10 20:06:13 +01:00
  • 70e14360ce Merge pull request #1916 from Gymnasiast/patch-2 Ted John 2015-09-10 17:41:58 +01:00
  • 2c71e8c419 Fix Condor Ride description, fixes #1021 Michael Steenbeek 2015-09-10 14:39:49 +02:00
  • f516028413 Merge pull request #1915 from janisozaur/type-fixes Ted John 2015-09-10 12:37:03 +01:00
  • 17e635b8af In C++11 use actual pointer types instead of C's defines Michał Janiszewski 2015-09-10 08:11:00 +02:00
  • 85bbdde056 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-10 04:00:15 +01:00
  • 72b153115b fix #1909 IntelOrca 2015-09-09 22:56:40 +01:00
  • b55d81e561 implement ride_set_start_finish_points IntelOrca 2015-09-09 22:14:43 +01:00
  • 88db4f12aa fix #1910 IntelOrca 2015-09-09 20:25:34 +01:00
  • 289555c082 fix #1908 IntelOrca 2015-09-09 19:22:41 +01:00
  • f271bc0721 Update .travis.yml Ted John 2015-09-09 18:27:01 +01:00
  • 7c81d6b38c Update readme.md Ted John 2015-09-09 18:25:48 +01:00
  • acf27afb3e Merge pull request #1907 from OpenRCT2/language-dat Ted John 2015-09-09 17:50:33 +01:00
  • 7d6291ad26 Merge pull request #1906 from janisozaur/language-dat Ted John 2015-09-09 08:20:46 +01:00
  • cc6832cf48 fix travis builds by forcing it to ubuntu 14.04 Michał Janiszewski 2015-09-09 00:08:28 +01:00
  • d7a7a81cd0 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-09 04:00:15 +01:00
  • fddf057d68 add scenario overrides IntelOrca 2015-09-08 18:46:22 +01:00
  • 188978936b Fix Math.Clamp definition Gymnasiast 2015-09-08 11:44:55 +02:00
  • fc65a92275 fix object override strings for scenario editor and plugin.dat IntelOrca 2015-09-07 22:05:36 +01:00
  • fe7879f0a3 add capacity overriding IntelOrca 2015-09-06 11:04:55 +01:00
  • 34cd6a9242 fix GCC compile issue IntelOrca 2015-09-05 01:02:08 +01:00
  • 8085abadd3 add basic support for localisation object string overriding IntelOrca 2015-09-04 23:27:47 +01:00
  • 7a0478404e add new C++ memory utility functions IntelOrca 2015-09-02 22:00:02 +01:00
  • 952a4abdd1 implement DAT translation, part 1 IntelOrca 2015-08-31 23:06:11 +01:00
  • 8ec51b6fc1 add FileStream, IStream and IDisposable IntelOrca 2015-08-29 02:05:21 +01:00
  • 2a0366721e Merge pull request #1896 from janisozaur/some_fixes Ted John 2015-09-07 20:11:29 +01:00
  • 52252f82b3 assorted fixes Michał Janiszewski 2015-09-07 00:46:54 +02:00
  • f2beefb33b fix #1886 IntelOrca 2015-09-07 18:43:31 +01:00
  • af39fcd35f fix #1873 IntelOrca 2015-09-07 18:18:52 +01:00
  • 72000196dd use English UK DAT strings instead of RCT2 Korean strings until fix or workaround is available #1898 IntelOrca 2015-09-07 17:35:26 +01:00
  • 1a5a4d2e05 Merge pull request #1897 from Gymnasiast/fix-warnings Ted John 2015-09-07 17:20:06 +01:00
  • 3ddddec21c Fix some warnings Gymnasiast 2015-09-07 14:57:39 +02:00
  • a0d684a07d Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-07 04:00:15 +01:00
  • efada641a5 implement map_place_fence_check_obstruction IntelOrca 2015-09-06 17:36:55 +01:00
  • 2753af893b implement map_obstruction_set_error_text IntelOrca 2015-09-06 13:37:00 +01:00
  • ed824d36b0 refactor two CALLPROC functions in track.c IntelOrca 2015-09-05 20:34:56 +01:00
  • 8c44ddac17 fix 2nd problem of #1848 IntelOrca 2015-09-05 20:06:58 +01:00
  • c3fbdf78c0 fix writing null terminators in config file IntelOrca 2015-09-05 19:32:01 +01:00
  • 85181b5ed3 add stay_connected config option IntelOrca 2015-09-05 18:46:13 +01:00
  • 6901c04f24 implement track_save_add_map_element and track_save_remove_map_element IntelOrca 2015-09-05 18:21:36 +01:00
  • 7228e42768 implement litter_remove_at IntelOrca 2015-09-05 13:59:12 +01:00
  • e136923437 fix #1890 IntelOrca 2015-09-05 13:18:31 +01:00
  • 54b08da98e Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-05 04:00:15 +01:00
  • 28d1a62544 Merge pull request #1891 from Gymnasiast/remove-unused-var Ted John 2015-09-04 20:31:33 +01:00
  • 87eb6335ea Remove unused variable Gymnasiast 2015-09-04 15:10:09 +02:00
  • 4c60112bd5 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-04 04:00:15 +01:00
  • 42cc5555be add Korean language descriptor IntelOrca 2015-09-03 19:57:24 +01:00
  • 7b4f6e7008 Merge pull request #1889 from Gator96100/develop Ted John 2015-09-03 19:13:56 +01:00
  • c3ffd221de Added support for hostnames Gator96100 2015-09-03 19:49:14 +02:00
  • 18bb8b9bb0 Merge pull request #1888 from Gymnasiast/fix-1877 Ted John 2015-09-03 17:45:14 +01:00
  • feebb7b39d Take on-ride photos into account when calculating profit per hour, fixes #1877 Gymnasiast 2015-09-03 15:08:33 +02:00
  • 28a66f1d81 Merge pull request #1887 from Gymnasiast/improve-install Ted John 2015-09-03 12:42:58 +01:00
  • 7afae59150 Only force installation on Travis Gymnasiast 2015-09-03 13:38:21 +02:00
  • e6f1b6cd38 Merge pull request #1883 from Gymnasiast/fix-1870 Ted John 2015-09-03 12:17:45 +01:00
  • 2729531e0e Cleaner fix Gymnasiast 2015-09-03 13:13:50 +02:00
  • 081ebeccf4 Merge pull request #1881 from zsilencer/develop Ted John 2015-09-03 12:01:40 +01:00
  • 2975cb7038 Merge pull request #1885 from Gymnasiast/fix-1493 Ted John 2015-09-03 11:56:14 +01:00
  • d849e3378c Keep track list responsive in pause mode, fixes #1493 Gymnasiast 2015-09-03 12:12:21 +02:00
  • ba1101e012 Check if the game is in title sequence mode before loading it, fixes #1870 Gymnasiast 2015-09-03 11:08:23 +02:00
  • 8c2d0b3730 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-03 04:00:15 +01:00
  • 6ea9b6666c disable naggle zsilencer 2015-09-02 20:40:03 -06:00
  • 711f171670 Merge pull request #1880 from s0r00t/develop Ted John 2015-09-02 18:47:45 +01:00
  • 73856c2e24 Add Dockerfile Hugo Courtial 2015-09-02 19:39:55 +02:00
  • a8fbc479d0 Merge pull request #1869 from LRFLEW/color_labels Ted John 2015-09-02 17:49:33 +01:00
  • 835e97b0ec Merge pull request #1876 from Gymnasiast/fix-1866 Ted John 2015-09-02 12:52:50 +01:00
  • ea9f87d0f3 Remove faulty copy-and-pasted check on secondary items, fixes #1866 Gymnasiast 2015-09-02 12:42:43 +02:00
  • f16b740dca Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-02 04:00:15 +01:00
  • 46dd7e0620 Add actual colours to colour tooltips Michael Steenbeek 2015-09-01 14:06:24 +02:00
  • 7ef15a4326 Added tooltip to colour selector LRFLEW 2015-09-01 00:08:28 -06:00
  • 5abb923525 Merge Localisation/master into OpenRCT2/develop. Ted John 2015-09-01 04:00:16 +01:00
  • e80d935964 Merge pull request #1867 from Gymnasiast/fix-select-by-track-type-research Ted John 2015-08-31 20:06:00 +01:00
  • 8490a19328 Don't apply select by track type to research, fixes #1733 Gymnasiast 2015-08-31 20:20:36 +02:00
  • f629e64387 implement sprite_remove IntelOrca 2015-08-31 16:20:56 +01:00
  • afb3aabb49 implement sub_666D6F IntelOrca 2015-08-31 16:02:50 +01:00
  • 05132b2e04 implement sub_666CBE IntelOrca 2015-08-31 15:57:50 +01:00
  • 064cdf4d06 implement ride_set_vehicle_colours_to_random_preset IntelOrca 2015-08-31 15:00:11 +01:00
  • 6451f9d771 Merge pull request #1865 from Gymnasiast/fix-td4-river-rapids-colours Ted John 2015-08-31 12:32:08 +01:00
  • 1cd2383a70 Merge pull request #1864 from Gymnasiast/fix-map-elements-generation Ted John 2015-08-31 12:31:37 +01:00
  • 5508ba5874 fix #1841 IntelOrca 2015-08-31 12:27:02 +01:00