OpenRCT2/src
ZedThree 55183d0589 draw_string_centred 2014-05-31 16:40:40 +02:00
..
addresses.h First pass for gfx_draw_string() 2014-05-31 16:40:37 +02:00
audio.c add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
audio.h add sound enum 2014-05-25 22:08:36 +01:00
award.c add initial start to peep update 2014-05-30 23:27:11 +01:00
award.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
climate.c add climate_update_sound 2014-05-28 22:53:28 +01:00
climate.h add climate_update_sound 2014-05-28 22:53:28 +01:00
config.c New setting: save_plugin_data 2014-05-28 11:19:49 +02:00
config.h New setting: save_plugin_data 2014-05-28 11:19:49 +02:00
date.c Merge remote-tracking branch 'upstream/master' 2014-05-01 22:30:44 +02:00
date.h add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
editor.c add unload objects 2014-05-24 18:07:29 +01:00
editor.h Adding window_ride_init_vars and various enums 2014-05-07 21:17:26 +01:00
finance.c fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
finance.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
game.c Fixed small issue with mouse down code 2014-05-29 17:22:32 +01:00
game.h save_prompt actually opens save dialog 2014-05-27 23:33:16 +02:00
gfx.c draw_string_centred 2014-05-31 16:40:40 +02:00
gfx.h Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
intro.c add sound enum 2014-05-25 22:08:36 +01:00
intro.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
map.c Name various ride variables, clear a warning in map.c, add a note in 2014-05-29 23:42:24 +02:00
map.h Cleanup and refactoring of ride reachability stuff 2014-05-29 23:07:19 +02:00
marketing.c separate marketing and add finances window 2014-05-25 23:17:55 +01:00
marketing.h separate marketing and add finances window 2014-05-25 23:17:55 +01:00
news_item.c apply loop macros and implement more awards 2014-05-27 18:03:25 +01:00
news_item.h renamed strings.[ch] to string_ids.[ch] due to name collision 2014-05-20 17:55:39 +02:00
object.c implement object_get_scenario_text 2014-05-26 17:59:42 +01:00
object.h implement object_get_scenario_text 2014-05-26 17:59:42 +01:00
object_list.c implement object_get_scenario_text 2014-05-26 17:59:42 +01:00
osinterface.c Merge branch 'master' into gfx_unstable 2014-05-27 22:28:45 +01:00
osinterface.h Merge branch 'master' into gfx_unstable 2014-05-27 22:28:45 +01:00
park.c fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
park.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
peep.c add initial start to peep update 2014-05-30 23:27:11 +01:00
peep.h add initial start to peep update 2014-05-30 23:27:11 +01:00
rct2.c Add function for checking wether file exists to osinterface, BMP screenshots can now be saved without WIN32 specific methods. 2014-05-27 16:48:15 +02:00
rct2.h Document RIDE_RATING macro 2014-05-27 20:57:27 +09:00
ride.c Fix station_heights bug and use FOR_ALL_RIDES in ride_check_all_reachable 2014-05-30 00:24:44 +02:00
ride.h Fix station_heights bug and use FOR_ALL_RIDES in ride_check_all_reachable 2014-05-30 00:24:44 +02:00
ride_data.c add ride_rating type and fix new ride headers 2014-05-24 14:31:42 +01:00
ride_data.h add ride_rating type and fix new ride headers 2014-05-24 14:31:42 +01:00
ride_ratings.c add ride_rating type and fix new ride headers 2014-05-24 14:31:42 +01:00
ride_ratings.h implement park_calculate_guest_generation_probability 2014-05-26 23:44:47 +01:00
sawyercoding.c fixed RCT2_ERROR with GCC; added missing include 2014-05-25 11:47:22 +02:00
sawyercoding.h clean up scenario loading some more 2014-05-24 22:14:42 +01:00
scenario.c Remove debug statements and add string_ids for ride connected functions. 2014-05-30 00:12:29 +02:00
scenario.h add initial s6 structure 2014-05-28 00:05:11 +01:00
scenario_list.c fixed RCT2_ERROR with GCC; added missing include 2014-05-25 11:47:22 +02:00
screenshot.c travis doesn't like capitalized <Windows.h> ... 2014-05-27 19:28:22 +02:00
screenshot.h move settings to config and improve 2014-05-03 14:04:40 +01:00
sprite.c add peep_applause 2014-05-25 19:47:11 +01:00
sprite.h add peep_applause 2014-05-25 19:47:11 +01:00
sprites.h map window: invalidate method implemented 2014-05-15 12:58:20 +02:00
string_ids.c fix format string bugs 2014-05-31 14:43:29 +01:00
string_ids.h Remove debug statements and add string_ids for ride connected functions. 2014-05-30 00:12:29 +02:00
title.c change exe to console subsystem and print launch info. 2014-05-23 00:53:52 +01:00
title.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
track.c add additional authors in source code headers 2014-04-27 20:21:55 +01:00
track.h add track definitions 2014-04-23 01:50:40 +01:00
tutorial.c fixed static enums; added missing headers 2014-05-20 17:55:39 +02:00
tutorial.h implement keyboard shortcuts 2014-04-26 01:16:32 +01:00
util.c add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
util.h add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
vehicle.c add vehicle_update_all 2014-05-25 18:40:11 +01:00
vehicle.h add sound enum 2014-05-25 22:08:36 +01:00
viewport.c renamed strings.[ch] to string_ids.[ch] due to name collision 2014-05-20 17:55:39 +02:00
viewport.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
widget.c Merge branch 'master' into gfx_unstable 2014-05-27 22:28:45 +01:00
widget.h rudimentary save prompt 2014-05-23 11:31:54 +02:00
window.c add sound enum 2014-05-25 22:08:36 +01:00
window.h don't show confirmation prompt for loading on title screen, fixes #145 2014-05-26 22:22:25 +02:00
window_about.c make code compatible with mingw64 2014-05-22 23:47:23 +02:00
window_banner.c fix ASM for MinGW 2014-05-29 15:35:51 +02:00
window_cheats.c apply loop macros and implement more awards 2014-05-27 18:03:25 +01:00
window_clear_scenery.c added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
window_dropdown.c make code compatible with mingw64 2014-05-22 23:47:23 +02:00
window_dropdown.h fix dropdown argument arrays 2014-05-11 16:50:29 +01:00
window_error.c add screenshot and error window base functions 2014-04-25 18:25:34 +01:00
window_error.h add screenshot and error window base functions 2014-04-25 18:25:34 +01:00
window_finances.c add more to finances window 2014-05-26 01:29:59 +01:00
window_footpath.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_game_bottom_toolbar.c show full date in bottom right panel 2014-05-27 21:28:16 +01:00
window_game_top_toolbar.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_guest_list.c add initial start to peep update 2014-05-30 23:27:11 +01:00
window_land.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_main.c added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
window_map.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_new_ride.c Renaming ride construction content 2014-05-09 23:43:10 +01:00
window_news.c add sound enum 2014-05-25 22:08:36 +01:00
window_options.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_park.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_ride_list.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_save_prompt.c save_prompt actually opens save dialog 2014-05-27 23:33:16 +02:00
window_staff.c Cleaning up files and code related to windows 2014-05-08 21:48:31 +01:00
window_title_exit.c initialize config with default values; new switch: confirmation_prompt 2014-05-24 21:29:36 +02:00
window_title_logo.c added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
window_title_menu.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_title_scenarioselect.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_tooltip.c make code compatible with mingw64 2014-05-22 23:47:23 +02:00
window_tooltip.h add more input logic and tooltip window 2014-04-24 18:53:42 +01:00
window_water.c add money types 2014-05-23 12:15:08 +01:00