Commit Graph

2915 Commits

Author SHA1 Message Date
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
Ted John 9282a782d3 Merge pull request #889 from duncanspumpkin/refactor
Refactor of paint_ride_entry.
2015-03-01 14:59:11 +00:00
Duncan Frost 9378f8698e Refactor of object_paint_ride. 2015-03-01 14:24:05 +00:00
Ted John fcf5ead11c Merge pull request #881 from Gericom/develop
Implemented some more functions, memory leak fix in paint_park_entrance_entry
2015-02-28 23:51:03 +00:00
Gericom 1421109f46 Renamed ebp and eleminated edi in create_duck 2015-02-28 18:08:19 +01:00
Ted John 1c382b3ea1 Merge pull request #888 from duncanspumpkin/fix_886
Fix certain rides tracks not being savable
2015-02-28 16:43:34 +00:00
Ted John b26fae4511 Merge pull request #887 from duncanspumpkin/fix_scroll
Fix scroll
2015-02-28 16:05:20 +00:00
Duncan Frost e0d5979e4c Fix certain rides not being savable 2015-02-28 16:04:31 +00:00
Duncan Frost 3fa3f6b4b1 Added in HACK comments for future reference 2015-02-28 15:52:47 +00:00
IntelOrca 21a53841b5 Merge Localisation/master into OpenRCT2/develop. 2015-02-28 14:47:20 +00:00
Duncan Frost daf0b4e1b1 Fix formating of input.c. Added bring to front on scroll to mask #784 2015-02-28 13:53:30 +00:00
Gericom b560638e23 More refactoring and fixed bug in create_duck 2015-02-28 14:48:04 +01:00
Duncan Frost c30dda131d Fix scrolling when on small map sizes. 2015-02-28 12:27:43 +00:00
Gericom 961a251dd0 Added rct_balloon and rct_duck structs 2015-02-28 11:47:09 +01:00
Ted John ef5e61a7aa Merge pull request #884 from duncanspumpkin/fix_editor
Fix editor
2015-02-28 00:39:25 +00:00
Duncan Frost 2b2ca7c7b3 Fix zoomed saves incorrectly loading 2015-02-28 00:20:34 +00:00
Ted John a432c62684 Merge pull request #883 from adrian17/window-scrolling
Don't scroll the window if it lost keyboard focus
2015-02-27 23:47:49 +00:00
Duncan Frost f8a334c90f Fix memory corruption when saving. 2015-02-27 23:42:51 +00:00
Adrian Wielgosik 29c30cb8f8 Don't scroll the window if it lost keyboard focus 2015-02-28 00:32:56 +01:00
Ted John 4942a40088 Merge pull request #882 from duncanspumpkin/fix_cursor
Fix cursor
2015-02-27 23:24:40 +00:00
Duncan Frost cf5f2e0ae4 Fix cursor not changing when switching between scenery and other windows 2015-02-27 23:00:29 +00:00
IntelOrca 4268c930e8 fix shortcuts, fixes #824, fixes #512...
- add saving of shortcut configuration
- allow setting of shortcuts in title screen
2015-02-27 17:29:23 +00:00
Gericom ff79e98819 Implemented a couple of functions, memory leak fix
- create_duck
- viewport_set_underground_flag (0x006E7A15)
Free dpi in paint_park_entrance_entry
2015-02-27 16:34:52 +01:00
Ted John b8f81b2c29 Merge pull request #880 from duncanspumpkin/track_save
Save Track Design
2015-02-27 14:24:00 +00:00
Duncan Frost 4c527225fb Refactor. Now uses same code for scenery_tracks and just tracks 2015-02-27 13:04:48 +00:00
Duncan Frost ca653aed63 Implemented go into scenery select mode 2015-02-27 13:04:46 +00:00
Duncan Frost b72ffb43db Finish track_save_scenery. Design cancel now called after save 2015-02-27 13:04:45 +00:00
Duncan Frost 189d5d2f08 Add more to the ride track save 2015-02-27 13:04:44 +00:00