OpenRCT2/src/windows
Miso Zmiric (Mike Squinter) c2c9bbf4ef add twitch integration, part 2 2015-05-25 20:38:33 +01:00
..
about.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
banner.c Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
cheats.c Forgot the change string number 2015-05-23 02:43:38 +02:00
clear_scenery.c Select size strings now use args 2015-05-13 11:38:44 -04:00
demolish_ride_prompt.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
dropdown.c Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
dropdown.h Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
editor_bottom_toolbar.c Fixed editor bottom toolbar right button alignment 2015-05-17 12:41:21 -04:00
editor_inventions_list.c Fix "research group" being displayed when no item is selected 2015-03-16 13:58:07 +01:00
editor_main.c add map generation window 2015-02-09 18:32:58 +00:00
editor_object_selection.c Added in-game object selection 2015-05-23 14:56:54 -04:00
editor_objective_options.c Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
editor_scenario_options.c Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
error.c implement save scenario and fix various load / save dialog issues, fixes #433 2014-11-25 02:06:26 +00:00
error.h organisation: fix includes 2014-10-06 17:36:58 +01:00
finances.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
footpath.c Deciphered flags and z param of get_map_coordinates_from_pos 2015-05-03 13:54:08 +02:00
game_bottom_toolbar.c Added date format to culture options menu 2015-05-24 12:38:07 -04:00
guest.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
guest_list.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
install_track.c Started .TD6 creation function. 2015-05-13 19:19:34 +01:00
land.c Select size strings now use args 2015-05-13 11:38:44 -04:00
land_rights.c Fixed up strings 2015-05-15 16:06:59 -04:00
loadsave.c Fix bugs in viewport interaction and loadsave dialog 2015-05-05 19:11:35 +01:00
main.c refactor config and add window size 2014-10-09 15:55:47 +01:00
map.c Select size strings now use args 2015-05-13 11:38:44 -04:00
map_tooltip.c remove unnecessary header includes 2014-11-30 20:27:14 +00:00
mapgen.c implement scenery_set_default_placement_configuration 2015-03-29 02:29:07 +01:00
music_credits.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
new_campaign.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
new_ride.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
news.c Implemented missing guest icons from news messsages. 2015-02-17 20:39:35 +00:00
options.c add twitch integration, part 2 2015-05-25 20:38:33 +01:00
park.c Add cheat to unlock both entry and ride prices, reordered misc tab on cheats window 2015-05-22 12:41:22 +02:00
publisher_credits.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
research.c Named 2 input flags, and dropdown fix 2015-05-07 14:31:11 -04:00
ride.c Add cheat to unlock both entry and ride prices, reordered misc tab on cheats window 2015-05-22 12:41:22 +02:00
ride_construction.c Fix yellow arrow when closing construction window. 2015-05-17 08:49:39 +01:00
ride_list.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
save_prompt.c fix #1118 2015-05-21 03:11:53 +01:00
scenery.c fix #1097 2015-05-20 01:10:53 +01:00
shortcut_key_change.c refactor window search functions 2014-10-16 02:02:43 +01:00
shortcut_keys.c fix shortcuts, fixes #824, fixes #512... 2015-02-27 17:29:23 +00:00
sign.c Decompiled sub_6EC847 & sub_664D05 2015-05-17 12:36:16 -04:00
staff.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
staff_fire_prompt.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
staff_list.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
text_input.c add twitch integration, part 2 2015-05-25 20:38:33 +01:00
title_exit.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
title_logo.c Changed Title Logo 2015-05-18 23:33:21 -04:00
title_menu.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
title_options.c Add GUI option for switching to the RCT1 colour scheme, along with proper invalidation of the affected windows 2015-05-21 12:28:51 +02:00
title_scenarioselect.c Extend the RCT1 colour scheme to the scenario select and start new campaign window 2015-05-17 12:55:26 +02:00
tooltip.c Fixes for a couple of warnings 2015-04-12 23:26:15 +02:00
tooltip.h organisation: fix includes 2014-10-06 17:36:58 +01:00
top_toolbar.c add twitch integration, part 1 2015-05-25 20:36:40 +01:00
track_list.c Started .TD6 creation function. 2015-05-13 19:19:34 +01:00
track_manage.c use new create_window_centred function 2015-02-14 18:26:59 +00:00
track_place.c Started implementing track_mirror. 2015-05-13 20:15:48 +01:00
viewport.c Deciphered flags and z param of get_map_coordinates_from_pos 2015-05-03 13:54:08 +02:00
water.c Select size strings now use args 2015-05-13 11:38:44 -04:00