Commit Graph

60 Commits

Author SHA1 Message Date
Michał Janiszewski 7d0ce00bab Strip all whitespace 2015-10-20 20:48:51 +02:00
duncanspumpkin 9017e5ff86 Fix #1899. Prevent mountain tool from being possible for land ownership tool. 2015-10-04 20:44:17 +01:00
Gymnasiast 4d7a81bfe0 Remove unnecessary duplicate address, use more string constants 2015-08-27 16:44:18 +02:00
medsouz 7071bd9353 Document more addresses
Created defines for all the memory addresses I could find in peep/staff.c
and updated everywhere they're being used.
2015-08-16 18:25:17 -04:00
medsouz ca1a1e0ddd Document various memory addresses 2015-08-16 13:05:49 -04:00
Gymnasiast 6ec3838b0b Refactor map window 2015-08-12 14:23:13 +02:00
IntelOrca d228d13918 implement utf8, part 23 (bug fixes) 2015-08-01 16:40:15 +01:00
IntelOrca fbd402eb67 implement remaining screen_get_map_xy... functions 2015-07-11 18:23:59 +01:00
IntelOrca d5ffaefdf0 add better disable clearance cheat 2015-07-10 21:32:11 +01:00
IntelOrca f906391c9d remove registers from window events and changed to typed signatures 2015-07-10 01:39:16 +01:00
IntelOrca 46178bb44f implement finish-map-window part 6 2015-07-02 17:00:39 +01:00
IntelOrca 55c509590f implement finish-map-window part 5 2015-07-02 01:50:13 +01:00
IntelOrca 6de7a38f53 implement finish-map-window part 4 2015-07-02 00:37:55 +01:00
IntelOrca 693e6127da implement finish-map-window part 3 2015-07-01 19:06:42 +01:00
IntelOrca c441ee2d1b implement finish-map-window part 2 2015-07-01 15:17:25 +01:00
IntelOrca 7be91a5fac implement finish-map-window part 1 2015-07-01 00:58:13 +01:00
rd3k 628a586ea2 Tidy window flags 2015-06-13 22:16:14 +01:00
Gymnasiast 7ed434a804 Rework land ownership cheat into sandbox mode 2015-06-09 17:19:05 +02:00
IntelOrca dc3fe2a6c8 remove commented out CALLPROCs and CALLFUNCs 2015-06-09 15:09:45 +01:00
Gymnasiast c15da4370a Added cheat to edit land ownership settings in-game 2015-06-07 12:45:55 +02:00
Duncan Frost cd753e13e4 Fix #1213 once and for all.
Forgot to check that the tool in use was the set land rights tool.
2015-06-04 20:15:23 +01:00
Duncan Frost 9dfa9b1461 Fix #1161
In the editor map window the string displaying the current tool size was not checking to make sure the tool was active before displaying the size.
2015-06-03 19:04:13 +01:00
Robert Jordan 765bf976ee Renamed Colour Schemes to Themes
Themes window now opens to settings/presets tab so it's less confusing
for others.
Can no longer change default presets, you get a warning when you try.
now stores themes in themes folder.
Now clips theme names.
2015-06-01 11:02:09 -04:00
Robert Jordan 41171aa304 Resolved Merge Conflicts 2015-05-30 16:00:13 -04:00
Robert Jordan dc1e38180e Starting work on colour schemes config settings 2015-05-29 12:04:53 -04:00
IntelOrca 101fed0dd9 refactor g1Elements pointer and implement sub_68371D 2015-05-28 00:17:22 +01:00
IntelOrca 6426adb45d remove asm for set scroll size and add gCurrentAwards 2015-05-26 19:28:56 +01:00
Robert Jordan a8ec43f065 Select size strings now use args 2015-05-13 11:38:44 -04:00
Robert Jordan fe8ba41531 Added bounds rounding for text size inputs. 2015-05-12 14:34:34 -04:00
Robert Jordan ceaa97c321 Land tool paint mode, and text input sizes 2015-05-12 11:37:16 -04:00
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