Commit Graph

2892 Commits

Author SHA1 Message Date
Michael Steenbeek 3e8067d5ff Merge pull request #2 from IntelOrca/develop
Fast forward
2015-03-14 16:48:46 +01:00
Gericom 5655a5a5cf Fixed banner text glitch 2015-03-14 15:48:06 +01:00
Ted John a61b9878e6 Merge pull request #911 from adrian17/develop
Removed accidental call to original code in decompiled function
2015-03-13 22:00:46 +00:00
Adrian Wielgosik 002d106111 Removed accidental call to original code in decompiled function 2015-03-13 22:27:12 +01:00
Gericom 11b0646176 Added some viewport functions and refactoring 2015-03-11 19:13:14 +01:00
IntelOrca 5791522d69 implement 0x0066F6B0 so that new map window opens after object selection 2015-03-11 12:57:59 +00:00
Ted John a8ac434e18 Merge pull request #907 from Gymnasiast/patch-1
Extend max land ownership tool size to 64, closes #841
2015-03-11 11:46:50 +00:00
Michael Steenbeek adfd678469 Fix map tool sizes larger than 7 not being drawn correctly 2015-03-11 12:39:18 +01:00
Michael Steenbeek 564e215051 Fix 'Map size:' text appearing when it should be hidden 2015-03-11 12:16:32 +01:00
Michael Steenbeek 80571814c4 Fix old land ownership tool sizes being written to the map window 2015-03-11 11:26:55 +01:00
Michael Steenbeek 1f80802dbf Fix terraforming tool sizes bigger than 7 being written to the map window 2015-03-11 11:11:19 +01:00
Michael Steenbeek 9340c99a1e Fix indentation 2015-03-10 10:21:46 +01:00
Michael Steenbeek e76bddb820 Extend max land ownership tool size to 64 2015-03-09 22:51:36 +01:00
Ted John b4cc0efa8d Merge pull request #906 from adrian17/negative-g-fix-2
Change rides' max negative G values to signed bytes; fixes #902.
2015-03-09 11:53:01 +00:00
Adrian Wielgosik 2969b9bf16 Change rides' max negative G values to signed bytes; fixes #902. 2015-03-09 11:30:55 +01:00
Ted John a7040dae99 Merge pull request #904 from DutchRPW/peep_update_days_in_queue
Decompile peep_update_days_in_queue()
2015-03-08 21:58:02 +00:00
Patrick Wijnings 69604f21d9 Decompile peep_update_days_in_queue() 2015-03-08 18:04:39 +01:00
IntelOrca 488282d653 name some of the ride type flags 2015-03-07 19:56:30 +00:00
IntelOrca 6ae0c10350 refactor ride type flag checks 2015-03-07 19:15:47 +00:00
IntelOrca c4f1fa3b0c remove redundant sound options 2015-03-07 16:50:54 +00:00
IntelOrca de34ab5ed8 add options for finance and research on toolbar 2015-03-07 16:38:17 +00:00
Ted John 7154702ca3 Merge pull request #898 from adrian17/window_ride_disable_tabs
Decompiled window_ride_disable_tabs
2015-03-07 15:51:35 +00:00
Ted John 2f11c9398f Merge pull request #901 from duncanspumpkin/refactor
Refactor of Object Functions
2015-03-07 14:03:53 +00:00
Duncan Frost a04de29bf8 Finish refactor of object_list.c 2015-03-07 12:45:13 +00:00
Duncan Frost 936f2f127f Refactor of object_list.c 2015-03-07 11:13:10 +00:00
Duncan Frost ddcf766fea More refactoring of object.c 2015-03-07 09:44:34 +00:00
Adrian Wielgosik 8dce074960 Changed variable types, removed unnecessary AND 2015-03-07 00:38:31 +01:00
Ted John 9e238c75cb Merge pull request #900 from duncanspumpkin/fix_resolution
Fix resolution defaulting to 640*480
2015-03-06 18:53:32 +00:00
Duncan Frost e8d22fa002 Fix resolution defaulting to 640*480 2015-03-06 18:37:01 +00:00
Ted John ba5cf89f0d Merge pull request #899 from duncanspumpkin/scenery
Add hack to fix scenery scroll bar
2015-03-06 17:54:05 +00:00
Adrian Wielgosik fce6893e2b Decompiled window_ride_disable_tabs 2015-03-06 17:05:47 +01:00
Duncan Frost e7db42f0fe Refactor of object.c 2015-03-05 22:00:32 +00:00
Duncan Frost c66a64ac56 Add hack to fix scenery scroll bar 2015-03-05 21:27:38 +00:00
Ted John b353e9edf4 Merge pull request #892 from adrian17/guest-list
Decompiled window_guest_list_open_with_filter
2015-03-05 20:19:07 +00:00
Adrian Wielgosik 21b55888ec Clean up guest_list_open_with_filter a bit 2015-03-05 21:02:16 +01:00
Adrian Wielgosik 5a7d0a506e Fixed "thinking about" guest list filter not working 2015-03-05 21:02:15 +01:00
Adrian Wielgosik 7f10024b8e Decompiled window_guest_list_open_with_filter 2015-03-05 21:02:14 +01:00
Ted John 6978dd3a46 Merge pull request #897 from duncanspumpkin/fix_misc_scenery
Fix misc scenery tab
2015-03-05 19:34:10 +00:00
Duncan Frost 8cf3eebf9d Fix misc scenery tab. Issue due to accessing invalid memory 2015-03-05 19:29:38 +00:00
Ted John 7a4e735434 Merge pull request #894 from duncanspumpkin/refactor_object_paint
Refactor and Implementation of Remaining Object Paint Functions
2015-03-05 18:05:59 +00:00
Duncan Frost fa7448bc97 Add remaining paint functions 2015-03-04 21:22:27 +00:00
Duncan Frost fe21c56e5d Fix large bug. 2015-03-03 22:00:11 +00:00
Duncan Frost d3bd6f8259 Fix small mistake. 2015-03-03 21:43:40 +00:00
Duncan Frost ffb1370a7b Implemented paint_wall. 2015-03-03 18:25:14 +00:00
Gericom 2cdbff80f6 Implemented some viewport drawing functions
- sub_68B35F
- viewport_banner_paint_setup
-- This function is complete, but as long as 0x6C42D9 is not complete it
will cause glitches in the rendering of banners, because the wrong
(because localized) string length is used for calculating the scroll
position
2015-03-03 18:01:30 +01:00
Duncan Frost d36807333a Implemented paint_large_scenery 2015-03-02 18:21:32 +00:00
Duncan Frost fe8bcf4d85 Implemented paint_small_scenery 2015-03-01 21:59:30 +00:00
Duncan Frost 013be11aed Refactored water and entrance paint functions 2015-03-01 21:06:51 +00:00
Duncan Frost 3ad1655379 Refactor paint_stex. 2015-03-01 18:08:36 +00:00
Duncan Frost c0e957299f Refactored paint_path. Labelled known offsets 2015-03-01 17:45:45 +00:00