OpenRCT2/src/windows
Ted John 04340021f6 Fix #4071: Guests paid when free entry park flag
Make most usages of park entrance fee use a common function which does the necessary checks.
2016-07-13 19:48:42 +01:00
..
about.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
banner.c Various Spellchecks (#3741) 2016-05-26 09:49:19 +02:00
changelog.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
cheats.c Chain lift cheat (#3818) 2016-06-07 22:08:38 +01:00
clear_scenery.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
custom_currency.c Use better text descriptions. Holding down rate buttons now increase/decrease 2016-07-10 09:26:23 +01:00
demolish_ride_prompt.c integrate common format args 2016-05-15 22:03:53 +01:00
dropdown.c Fix #3661 (#3662) 2016-05-19 07:55:41 +01:00
dropdown.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
editor_bottom_toolbar.c add variable for gS6Info 2016-05-20 23:26:19 +01:00
editor_inventions_list.c fix drawing of object preview 2016-07-11 22:09:15 +01:00
editor_main.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
editor_object_selection.c fix drawing of object preview 2016-07-11 22:09:15 +01:00
editor_objective_options.c Fix #4042: Park name isn't shown in objective selection 2016-07-11 09:54:37 +01:00
editor_scenario_options.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
error.c integrate common format args 2016-05-15 22:03:53 +01:00
error.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
finances.c Various Spellchecks (#3741) 2016-05-26 09:49:19 +02:00
footpath.c integrate ground flag variables 2016-05-17 20:51:11 +01:00
game_bottom_toolbar.c remove use of get_format_arg 2016-05-15 22:40:25 +01:00
guest.c Various Spellchecks (#3741) 2016-05-26 09:49:19 +02:00
guest_list.c Minor fix: guest list not contain any guest. (#4016) 2016-07-08 23:57:26 +02:00
install_track.c remove last use of object_load_chunk 2016-07-08 22:58:38 +01:00
land.c integrate common format args 2016-05-15 22:03:53 +01:00
land_rights.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
loadsave.c Remove variable that became unused because of 06de7b 2016-07-11 19:26:25 +02:00
main.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
map.c Refactor hard-coded strings to use string_ids.h constants (and couple sprites too) (#3658) 2016-05-18 21:51:37 +01:00
map_tooltip.c integrate gMapTooltipFormatArgs 2016-05-18 00:02:26 +01:00
mapgen.c Refactor hard-coded strings to use string_ids.h constants (and couple sprites too) (#3658) 2016-05-18 21:51:37 +01:00
maze_construction.c integrate more ride entrance / exit place variables 2016-05-18 21:52:39 +01:00
multiplayer.c fix #3825: Multiplayer crashes with UI buttons 2016-06-13 19:02:37 +01:00
music_credits.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
network_status.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
new_campaign.c Fix #3735: Advertisement campaign window bug (#3745) 2016-05-26 19:43:53 +01:00
new_ride.c integrate common format args 2016-05-15 22:03:53 +01:00
news.c integrate common format args 2016-05-15 22:03:53 +01:00
news_options.c Drop `PACKED` attribute 2016-06-03 10:55:21 +02:00
options.c remove more old object code 2016-07-08 22:58:38 +01:00
park.c Fix #4071: Guests paid when free entry park flag 2016-07-13 19:48:42 +01:00
player.c integrate common format args 2016-05-15 22:03:53 +01:00
publisher_credits.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
research.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
ride.c Merge pull request #4024 from IntelOrca/refactor/object-list 2016-07-11 23:45:45 +01:00
ride_construction.c Fix #3839: Chains can be set on stores if 'Allowing chain lifts for all pieces' is on 2016-06-18 15:13:17 +01:00
ride_list.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
save_prompt.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
scenery.c clean up init_scenery a bit 2016-07-09 21:06:54 +01:00
server_list.c sort multiplayer servers 2016-05-27 22:17:26 +01:00
server_start.c integrate common format args 2016-05-15 22:03:53 +01:00
shortcut_key_change.c integrate common format args 2016-05-15 22:03:53 +01:00
shortcut_keys.c Add shortcut for switching between paint modes (#3714) 2016-05-24 19:59:37 +01:00
sign.c integrate common format args 2016-05-15 22:03:53 +01:00
staff.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
staff_fire_prompt.c integrate common format args 2016-05-15 22:03:53 +01:00
staff_list.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
text_input.c Remove uint32 cast - size_t can be safely compared to size_t. 2016-07-11 02:15:15 +02:00
themes.c integrate common format args 2016-05-15 22:03:53 +01:00
tile_inspector.c Refactorize "update" callback to match coding standards. 2016-07-06 19:33:12 +02:00
title_command_editor.c Drop `PACKED` attribute 2016-06-03 10:55:21 +02:00
title_editor.c Refactor hard-coded strings to use string_ids.h constants (and couple sprites too) (#3658) 2016-05-18 21:51:37 +01:00
title_exit.c clean up the logo and make it scalable 2016-05-13 21:36:07 +01:00
title_logo.c fix #3858: Tooltip showed when hovering over title logo 2016-06-12 17:19:31 +01:00
title_menu.c Added additional tooltips for options menu (#3394) 2016-05-08 17:22:48 +01:00
title_options.c clean up the logo and make it scalable 2016-05-13 21:36:07 +01:00
title_scenarioselect.c Drop `PACKED` attribute 2016-06-03 10:55:21 +02:00
tooltip.c integrate common format args 2016-05-15 22:03:53 +01:00
tooltip.h Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00
top_toolbar.c add small scenery preview 2016-07-08 22:58:38 +01:00
track_list.c Refactor more string & sprite hard-coded ids (#3670) 2016-05-19 18:22:24 +01:00
track_manage.c fix rename and delete track design 2016-05-08 14:03:56 +01:00
track_place.c integrate map selection variables 2016-05-14 00:54:13 +01:00
viewport.c integrate common format args 2016-05-15 22:03:53 +01:00
water.c Add and correct licence headers to all sources (#3108) 2016-05-04 18:24:41 +01:00