OpenRCT2/src
Duncan Frost 4263e64f32 Merge branch 'window_h' of https://github.com/duncanspumpkin/OpenRCT2 into window_h 2014-07-23 17:36:18 +01:00
..
addresses.h Deleted twice reversed function added note to prevent this happening. Labled global vars where noticed. 2014-07-19 11:22:45 +01:00
audio.c Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
audio.h Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
award.c Use address names from addresses.h 2014-07-18 22:28:15 +02:00
award.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
climate.c Merge pull request #221 from marcotc/rain 2014-07-22 07:29:42 +01:00
climate.h Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
config.c Use address names from addresses.h 2014-07-18 22:28:15 +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 Added another reset function 2014-06-21 13:31:28 +01:00
editor.h Adding window_ride_init_vars and various enums 2014-05-07 21:17:26 +01:00
finance.c Fix bottom toolbar not invalidating on finance payment 2014-07-09 17:00:39 +02:00
finance.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
game.c Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
game.h Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
gfx.c Fixed gfx_wrap_string error. Cleanedup tooltip 2014-07-13 13:10:14 +01:00
gfx.h Trying to use the gfx wrap functions. 2014-07-13 12:24:27 +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 fix comment typo and unclear abbreviation 2014-06-07 21:14:55 -07:00
map.h Cleanup and refactoring of ride reachability stuff 2014-05-29 23:07:19 +02:00
marketing.c Tried swaping to a global variable for ride_list 2014-06-29 14:38:38 +01:00
marketing.h separate marketing and add finances window 2014-05-25 23:17:55 +01:00
news_item.c Swapped sprite list to use global var 2014-06-29 14:51:18 +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 Use address names from addresses.h 2014-07-18 22:28:15 +02: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 Fixed bug in create window due to uninitialised data. Finished load_character_width function 2014-06-14 08:32:47 +01:00
osinterface.h Merge branch 'master' into gfx_unstable 2014-05-27 22:28:45 +01:00
park.c Merge pull request #216 from wolfreak99/master 2014-07-20 22:12:43 +01:00
park.h Merge pull request #216 from wolfreak99/master 2014-07-20 22:12:43 +01:00
peep.c Swapped sprite list to use global var 2014-06-29 14:51:18 +01:00
peep.h Swapped sprite list to use global var 2014-06-29 14:51:18 +01:00
rct2.c Merge branch 'master' into get_file_path 2014-06-28 20:48:36 +02:00
rct2.h rct2.c: port check_file_paths and check_file_path. 2014-06-28 20:46:39 +02:00
ride.c Tried swaping to a global variable for ride_list 2014-06-29 14:38:38 +01:00
ride.h Update ride.h 2014-07-20 13:58:23 -04: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 Use address names from addresses.h 2014-07-18 22:28:15 +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 Implemented check affordability and cleanedup some function calls to use openrct 2014-07-14 19:46:45 +01:00
screenshot.h move settings to config and improve 2014-05-03 14:04:40 +01:00
sprite.c Swapped sprite list to use global var 2014-06-29 14:51:18 +01:00
sprite.h Swapped sprite list to use global var 2014-06-29 14:51:18 +01:00
sprites.h Cheats, temporary cheat placement macro for convenince, audio option, copiedunlimited land tool to water tool. 2014-07-15 22:41:12 -04:00
string_ids.c Added error_string_quit and a litle part of viewport_create 2014-07-16 21:39:39 +01:00
string_ids.h Added error_string_quit and a litle part of viewport_create 2014-07-16 21:39:39 +01:00
title.c Implemented check affordability and cleanedup some function calls to use openrct 2014-07-14 19:46:45 +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 Swapped sprite list to use global var 2014-06-29 14:51:18 +01:00
vehicle.h Added sprite list reset function. Identified more fields. 2014-06-20 15:31:28 +01:00
viewport.c Reworked viewport_render() 2014-07-21 22:38:52 +02:00
viewport.h Fixed bugs related with last commit 2014-07-17 18:41:23 +01:00
widget.c Deleted twice reversed function added note to prevent this happening. Labled global vars where noticed. 2014-07-19 11:22:45 +01:00
widget.h Deleted twice reversed function added note to prevent this happening. Labled global vars where noticed. 2014-07-19 11:22:45 +01:00
window.c Fixed another small window bug and changed to using global window list var 2014-07-10 21:22:32 +01:00
window.h Added viewport_target_sprite variable name. 2014-07-23 16:17:13 +01:00
window_about.c make code compatible with mingw64 2014-05-22 23:47:23 +02:00
window_banner.c Fixed bugs related with last commit 2014-07-17 18:41:23 +01:00
window_cheats.c Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
window_clear_scenery.c added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
window_dropdown.c Consistency in window_dropdown_show_image in relation to 0x009DE518 flags 2014-07-13 13:11:38 +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 Trying to use the gfx wrap functions. 2014-07-13 12:24:27 +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 Tried swaping to a global variable for ride_list 2014-06-29 14:38:38 +01:00
window_land.c Switched to cdecl for mouse down. 2014-05-28 22:22:09 +01:00
window_main.c Merge pull request #214 from adrian17/master 2014-07-19 11:12:46 +01: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 Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
window_park.c Fixed bugs related with last commit 2014-07-17 18:41:23 +01:00
window_peep.c Added missing function calls 2014-06-29 15:55:02 +01:00
window_ride_list.c Fix ride list. Update variable names. 2014-07-22 21:03:59 +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 Use address names from addresses.h 2014-07-18 22:28:15 +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 Fixed gfx_wrap_string error. Cleanedup tooltip 2014-07-13 13:10:14 +01:00
window_tooltip.h add more input logic and tooltip window 2014-04-24 18:53:42 +01:00
window_water.c Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00