Commit Graph

30 Commits

Author SHA1 Message Date
Robert Jordan c25ef45827 Named 2 input flags, and dropdown fix
Named INPUT_FLAG_1 to INPUT_FLAG_DROPDOWN_STAY_OPEN
Named INPUT_FLAG_2 to INPUT_FLAG_DROPDOWN_MOUSE_UP

placed RCT2_ADDRESS_INPUT_FLAGS where valid and replaced all bitwise
references to it with appropriate input flags.

Changed ride view dropdown to hold only as it should be.
2015-05-07 14:31:11 -04:00
Michael Steenbeek d21cc0f731 Add extra comment 2015-04-29 12:09:52 +02:00
Michael Steenbeek 67656a46a9 Fix land tool size staying in window after unselect land ownership tool 2015-04-29 12:03:18 +02:00
IntelOrca d1e4fe8060 implement scenery_set_default_placement_configuration 2015-03-29 02:29:07 +01: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
Duncan Frost 1c32a429c2 Fix ghost entrances caused by tool_cancel not being called 2015-02-23 17:58:22 +00:00
Adrian Wielgosik 867201944e window_map_set_bounds is actually window_map_resize 2015-02-17 16:04:24 +01:00
Adrian Wielgosik fc15da5bbf Decoupled two constant arrays and renamed a function 2015-02-17 16:04:24 +01:00
Adrian Wielgosik bfe401c778 Refactor code related to map flashing, removed a small mistake related with it
Removed code related to map flashing from title_update
2015-02-16 18:53:47 +01:00
Adrian Wielgosik c6e690a71b Removed gotos from window_map_paint_peep_overlay 2015-02-16 18:53:46 +01:00
Adrian Wielgosik c1df97cdd0 Simplify window_map_paint_hud_rectangle 2015-02-16 18:53:46 +01:00
Adrian Wielgosik baa7703451 Clean up window_map_paint_hud_rectangle 2015-02-16 18:53:45 +01:00
Adrian Wielgosik 13359d4220 Initial decompilation of window_map_paint_hud_rectangle 2015-02-16 18:53:44 +01:00
Adrian Wielgosik 7ba49b8887 Separate common code to window_map_transform_to_map_coords; small cleanup 2015-02-16 18:53:44 +01:00
Adrian Wielgosik 2e6fb1cc0f Decompiled window_map_paint_train_overlay 2015-02-16 18:53:43 +01:00
Adrian Wielgosik a14a389040 Initial decompilation of window_map_paint_peep_overlay 2015-02-16 18:53:43 +01:00
Adrian Wielgosik 35bf40fb39 Fix map window scrollbars not being initialized properly; fixes #478. 2015-02-13 21:39:51 +01:00
IntelOrca 0db1c88f2b refactor window hold down widgets (var_020) 2015-02-10 20:40:33 +00:00
Duncan Frost a67815821e Fix crash on map due to EBPSAFE 2015-01-27 18:18:26 +00:00
IntelOrca d00001fed2 remove unnecessary header includes 2014-11-30 20:27:14 +00:00
IntelOrca 0e0e9c9840 merge qcz editor early to help finish other editor parts 2014-11-23 16:28:23 +00:00
IntelOrca ece2522273 refactor window search functions 2014-10-16 02:02:43 +01:00
IntelOrca 6fe1bace20 refactor input (flags in particular) and add sub_6EA73F 2014-10-15 22:59:26 +01:00
IntelOrca c8df6174b8 organisation: fix includes 2014-10-06 17:36:58 +01:00
IntelOrca 554e1fe70e organisation: move files and update project 2014-10-06 10:21:07 +01:00
Renamed from src/window_map.c (Browse further)