Commit Graph

3112 Commits

Author SHA1 Message Date
Timmy Weerwag f52ccebbca Decompiled screen_pos_to_map_pos 2015-04-04 12:32:35 +02:00
Timmy Weerwag b20efdada8 Refactored common code into viewport_coord_to_map_coord 2015-04-03 21:11:03 +02:00
Ted John eafbe8ede2 Merge pull request #993 from duncanspumpkin/add_install_track_b
Added install_track window
2015-04-02 22:16:26 +01:00
Duncan Frost d04bba1ab3 Fix travis 2015-04-02 22:11:34 +01:00
Duncan Frost cfeb039ad2 Added install_track window 2015-04-02 22:00:59 +01:00
Ted John 69b563af95 Merge pull request #992 from duncanspumpkin/fix_mechanics
Fix mechanics prioritising inspecting over fixing
2015-04-02 20:11:19 +01:00
Duncan Frost 393e011993 Fix mechanics prioritising inspecting over fixing 2015-04-02 18:47:01 +01:00
Timmy Weerwag 8e11c6528d Coding style 2015-04-02 17:19:21 +02:00
Timmy Weerwag 585f85c725 Improved footpath_get_coordinates_from_pos a bit 2015-04-02 16:38:40 +02:00
IntelOrca 2a463b9909 Merge Localisation/master into OpenRCT2/develop. 2015-04-01 21:26:27 +01:00
IntelOrca d86f15c87d Fix bug in rct1_fix_entrance_positions.
Refactor RCT1 import.
Allow rotate shortcut to rotate park entrance placement.
2015-04-01 21:23:05 +01:00
IntelOrca 5c6a69b48f fix small bug in research_insert_researched 2015-04-01 18:33:30 +01:00
IntelOrca c9ea1b6979 refactor RCT1 import code 2015-04-01 18:14:30 +01:00
Ted John 072a1d8d22 Merge pull request #989 from kevinburke/ride-length
Use ride_get_total_length() function
2015-04-01 11:10:09 +01:00
Kevin Burke c14b84489c Decompile sub_65E1C2 2015-03-31 22:42:16 -07:00
Kevin Burke 7af5ee6159 Use ride_get_total_length() function 2015-03-31 22:19:01 -07:00
Kevin Burke 0ad89da51c division -> multiplication 2015-03-31 22:11:03 -07:00
Kevin Burke 8c210d834c Decompile var_110 2015-03-31 22:09:05 -07:00
Kevin Burke dd133d4313 move var_10E functions into their own accessor 2015-03-31 22:04:23 -07:00
Kevin Burke fc5cfe252d call new functions 2015-03-31 20:15:41 -07:00
Timmy Weerwag 6cb205c9cc Added footpath_get_coordinates_from_pos 2015-04-01 02:28:47 +02:00
Timmy Weerwag fe799f03a5 Added footpath_bridge_get_info_from_pos 2015-04-01 01:45:18 +02:00
IntelOrca 32cbbb1e35 implement editor_fix_rct1_terrain 2015-03-31 18:24:49 +01:00
IntelOrca 509b2a1c6d implement research_populate_list_random 2015-03-31 17:09:16 +01:00
IntelOrca 4d11def81d implement editor_fix_rct1_scenery, editor_rct1_reset_research and research_remove_non_separate_vehicle_types 2015-03-31 15:17:43 +01:00
Michael Steenbeek 3e5ba44663 Fix #986 2015-03-31 15:35:54 +02:00
IntelOrca 1c1445d14f implement editor_load_rct1_default_objects 2015-03-31 13:06:34 +01:00
Kevin Burke 6f5bbe1588 Add helper functions for accessing data in var_0D5 2015-03-30 21:09:11 -07:00
Kevin Burke 1406002b60 Decompile sub_65DDD1 2015-03-30 21:08:44 -07:00
IntelOrca b1d6c34a00 implement money_effect_create 2015-03-31 03:23:40 +01:00
IntelOrca bbbf928f50 implement duck_remove_all and staff_reset_stats 2015-03-31 02:48:26 +01:00
IntelOrca 851b0819b9 clean up many CALL_PROCs and implement a few functions 2015-03-31 02:21:30 +01:00
Ted John 7f42400f36 Merge pull request #982 from Gymnasiast/patch-3
Fix misspelled user name
2015-03-30 20:09:33 +01:00
Ted John b2d0371066 Merge pull request #985 from duncanspumpkin/fix_watering
Fix mistake introduced during refactor
2015-03-30 20:08:49 +01:00
Michael Steenbeek 4ee6dcda49 Add myself to 'Implementation' 2015-03-30 20:53:27 +02:00
Duncan Frost 60c888dd31 Fix mistake introduced during refactor 2015-03-30 19:35:22 +01:00
Ted John 675b667349 Merge pull request #983 from duncanspumpkin/fix_peep
Fix peep
2015-03-30 18:14:29 +01:00
Ted John 88bec0b30b Merge pull request #981 from Gymnasiast/patch-2
Two small fixes for UK English
2015-03-30 18:10:40 +01:00
Duncan Frost 21bf12b393 Fix mechanics not being interrupted from walking to inspections 2015-03-30 18:03:56 +01:00
Duncan Frost e31019428c Fix handymen not watering plants due to tile order. 2015-03-30 17:58:14 +01:00
Michael Steenbeek be51e5189e Fix misspelled user name
Another thing:

I'm not sure whether I should do this myself, so I'll just ask:
Since I put in a few features and fixes, could I be mentioned under Implementation (or otherwise Additional Implementation)?
2015-03-30 18:30:21 +02:00
Michael Steenbeek 59c913222f Two small fixes for UK English
Explanation:
- OpenRCT2 changed Dfl. into the correct fl. for guilders last year, except in the dropdown menu in the Options window, which this PR fixes.
- Since the Music option is no longer followed by a dropdown (as it's turned into a checkbox), the colon after it should be dropped, which this PR does.
2015-03-30 17:52:38 +02:00
Ted John c3ca883c77 Merge pull request #976 from duncanspumpkin/fix_load_positions
Fix peep loading positions for rides with 16bit no_positions
2015-03-29 13:22:53 +01:00
Duncan Frost 39c87ac8cf Fix peep loading positions for rides with 16bit no_positions 2015-03-29 13:17:39 +01:00
IntelOrca d1e4fe8060 implement scenery_set_default_placement_configuration 2015-03-29 02:29:07 +01:00
Ted John 8ee28119c3 Merge pull request #975 from kevinburke/max-speed-doc
Document the value of the max_speed parameter
2015-03-28 22:44:58 +00:00
Ted John 28fdb26fdf Merge pull request #973 from Gymnasiast/make-destructable
Add a cheat to make all rides destructable
2015-03-28 22:44:36 +00:00
Kevin Burke 84159c5d71 Document the value of the max_speed parameter 2015-03-28 13:39:28 -07:00
Michael Steenbeek d9f31ba058 Add cheat to make all rides destructible 2015-03-28 19:29:51 +01:00
Michael Steenbeek 7668591591 Add cheat to make all rides destructible 2015-03-28 19:29:19 +01:00