OpenRCT2/src
IntelOrca 4aff83e508 implement sub_67726A, track loading function 2014-09-28 17:57:25 +01:00
..
addresses.h refactor ride entries for ride window 2014-09-20 16:02:21 +01:00
audio.c window_scroll_to_location 2014-09-22 02:04:10 -06:00
audio.h #479 2014-09-22 12:35:47 -06:00
award.c implement more of ride window colour invalidate 2014-09-10 23:05:20 +01:00
award.h fix award window bug and clean reset history 2014-05-28 01:50:50 +01:00
climate.c More decompiled sound functions 2014-08-24 04:45:59 -06:00
climate.h Improvements for a9091b41b6 2014-07-21 14:05:43 +02:00
config.c add ability to change language 2014-08-14 23:46:36 +01:00
config.h cmake build 2014-09-05 20:35:16 -06:00
currency.c refactor currency 2014-08-07 21:53:22 +01:00
currency.h refactor currency 2014-08-07 21:53:22 +01:00
cursors.h Move cursor location fix #476 2014-09-22 17:57:46 +01: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 Changed staff modes to enum 2014-09-15 21:47:54 +03:00
editor.h Adding window_ride_init_vars and various enums 2014-05-07 21:17:26 +01:00
finance.c finish implementing income tab on ride window apart from command events 2014-09-06 00:58:02 +01:00
finance.h Fix definition of PARK_FLAGS_NO_MONEY flag and clean up related code. 2014-08-30 15:11:19 +02:00
game.c Added some checks on object loading to eventualy fix #225 2014-09-24 17:47:19 +01:00
game.h Merge branch 'master' into ride-window 2014-09-03 14:01:42 +01:00
gfx.c Decompiled published credits window. 2014-09-26 22:19:48 +02:00
gfx.h Decompiled published credits window. 2014-09-26 22:19:48 +02:00
graph.c Fixes upside down graph 2014-08-17 10:52:12 +01:00
graph.h implement finances graph tabs and marketing 2014-08-11 01:09:17 +01:00
hook.c hook 2014-09-15 15:14:06 -06:00
hook.h 0x00401AF3, 0x006BC6D8, corrections 2014-09-17 13:44:29 -06:00
input.c Merge pull request #480 from duncanspumpkin/fix_window_ride 2014-09-23 12:57:07 +01:00
input.h Move input functions and add an address 2014-08-29 10:25:07 +02:00
intro.c More decompiled sound functions 2014-08-24 04:45:59 -06:00
intro.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
language.c Fix errors/warnings in VS build 2014-09-22 20:37:35 -04:00
language.h added swedish to language list 2014-09-11 13:05:18 +02:00
map.c Fixed incorrectly assuming peep was underground if on water 2014-09-18 17:18:39 +01:00
map.h add and fix terrain get/set functions 2014-09-17 23:42:18 +01:00
marketing.c Labelled a few peep variables. Added voucher type enum 2014-09-16 18:13:18 +01:00
marketing.h Labelled a few peep variables. Added voucher type enum 2014-09-16 18:13:18 +01:00
mixer.cpp 0x0069A5A0, 0x006AC988, couple fixes 2014-09-18 20:48:04 -06:00
mixer.h 0x0069A5A0, 0x006AC988, couple fixes 2014-09-18 20:48:04 -06:00
news_item.c Use new ride window when clicking on ride 2014-09-22 17:46:14 +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 Added some checks on object loading to eventualy fix #225 2014-09-24 17:47:19 +01:00
object.h Added some checks on object loading to eventualy fix #225 2014-09-24 17:47:19 +01:00
object_list.c Added some checks on object loading to eventualy fix #225 2014-09-24 17:47:19 +01:00
osinterface.c 0x00401AF3, 0x006BC6D8, corrections 2014-09-17 13:44:29 -06:00
osinterface.h 0x00401AF3, 0x006BC6D8, corrections 2014-09-17 13:44:29 -06:00
park.c Fix errors/warnings in VS build 2014-09-22 20:37:35 -04:00
park.h More PARK_FLAGS_NO_MONEY updates. Implement finance_update_daily_profit(). 2014-08-31 13:01:50 +02:00
peep.c refactor peep easter egg names 2014-09-21 15:38:55 +01:00
peep.h refactor peep easter egg names 2014-09-21 15:38:55 +01:00
rct2.c start implementation of track list window 2014-09-27 00:41:24 +01:00
rct2.h implement measurements tab on ride window 2014-09-05 18:10:30 +01:00
ride.c implement window_track_list_select 2014-09-27 23:48:42 +01:00
ride.h implement window_track_list_select 2014-09-27 23:48:42 +01:00
ride_data.c Merge branch 'master' into ride-window 2014-09-15 21:40:14 +01:00
ride_data.h finish operating tab on ride window 2014-09-09 17:17:08 +01:00
ride_ratings.c implement most of vehicle tab for ride window 2014-09-18 02:48:51 +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 start implementation of track list window 2014-09-27 00:41:24 +01:00
scenario.h Identified some addresses and structure fields, decompiled most of sub_6C0C3F. 2014-09-15 21:21:38 +03:00
scenario_list.c fixed RCT2_ERROR with GCC; added missing include 2014-05-25 11:47:22 +02:00
scenery.h Finalize scenery window, fix encoding 2014-09-06 01:09:12 +02:00
screenshot.c Make RCT2 know if LodePNG failed 2014-08-03 17:45:19 +02:00
screenshot.h move settings to config and improve 2014-05-03 14:04:40 +01:00
sprite.c Incorporated suggested change by @qcz and fixed an enum member name and a compiler warning 2014-09-06 23:46:45 +02:00
sprite.h Incorporated suggested change by @qcz and fixed an enum member name and a compiler warning 2014-09-06 23:46:45 +02:00
sprites.h start implementing the first page for ride window 2014-08-25 18:29:04 +01:00
staff.c Added rct_peep struct union (staff_id and guest_peep_varC5) 2014-09-15 22:50:34 +03:00
staff.h Changed staff modes to enum 2014-09-15 21:47:54 +03:00
string_ids.c Fix graphical bug when drawing inline sprites caused by using strlen instead of get_string_length 2014-09-15 20:49:18 +01:00
string_ids.h implement window_track_list_select 2014-09-27 23:48:42 +01:00
title.c few basic functions decompiled and small bug fix 2014-09-01 00:12:46 -06: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 implement sub_67726A, track loading function 2014-09-28 17:57:25 +01:00
track.h implement sub_67726A, track loading function 2014-09-28 17:57:25 +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 #479 2014-09-22 12:35:47 -06:00
vehicle.h implement ride measurement update 2014-09-21 13:50:35 +01:00
viewport.c Fixed incorrectly assuming peep was underground if on water 2014-09-18 17:18:39 +01:00
viewport.h Decompile window_rotate_camera, change sub_689174 to use z parameter 2014-09-04 22:53:40 +02:00
widget.c Fix small issues with ride_window. 2014-09-21 09:21:36 +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 implement track list window paint 2014-09-27 20:26:04 +01:00
window.h implement window_track_list_select 2014-09-27 23:48:42 +01:00
window_about.c Decompiled published credits window. 2014-09-26 22:19:48 +02:00
window_banner.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_cheats.c Fix disabled widgets being clickable and reenable third tab of Cheats 2014-09-16 16:33:45 +02:00
window_clear_scenery.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_dropdown.c implement window_dropdown_show_colour 2014-09-23 21:22:14 +01:00
window_dropdown.h implement window_dropdown_show_colour 2014-09-23 21:22:14 +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 refactor ride structure 2014-09-03 23:17:31 +01:00
window_footpath.c Merge branch 'master' of https://github.com/zsilencer/OpenRCT2 into zsilencer-master 2014-09-19 19:58:09 +01:00
window_game_bottom_toolbar.c Merge remote-tracking branch 'IntelOrca/master' 2014-08-30 15:18:31 +02:00
window_game_top_toolbar.c Merge remote-tracking branch 'upstream/master' into scenery-window 2014-08-31 13:26:03 +02:00
window_guest_list.c Moved get_peep_face_sprite to peep.c added stats_tab paint 2014-09-15 20:48:59 +01:00
window_land.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_main.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_map.c Added C code instead of address call 2014-09-13 03:11:51 +03:00
window_music_credits.c Decompiled published credits window. 2014-09-26 22:19:48 +02:00
window_new_campaign.c refactor ride structure 2014-09-03 23:17:31 +01:00
window_new_ride.c implement window_track_list_select 2014-09-27 23:48:42 +01:00
window_news.c 0x006BB9FF, 0x006BC2F3, mixer edit, completed 0x6BB76E 2014-09-13 11:51:58 -06:00
window_options.c A new custom software mixer, supports playing streams at any rate, which is needed to emulate the directsound SetFrequency effects (when a ride malfunctions and the music slows down and stops). The speex resampler is added for this. Currently samples can be played and their volumes and looping set on an arbitrary number of channels. Support for FLAC and other streaming formats can be added. 2014-09-05 19:29:22 -06:00
window_park.c implement ride rename for ride window 2014-09-02 14:05:44 +01:00
window_peep.c Merge branch 'master' into ride-window 2014-09-20 17:20:18 +01:00
window_publisher_credits.c Decompiled published credits window. 2014-09-26 22:19:48 +02:00
window_research.c add rct_scenery_set_entry struct, use it everywhere where referenced, continue to unify code in scenery window 2014-09-05 23:08:51 +02:00
window_ride.c Fixes #482 caused by not passing the widgetIndex and x and y coordinates. 2014-09-24 17:12:07 +01:00
window_ride_list.c Merge branch 'master' into ride-window 2014-09-03 23:18:53 +01:00
window_save_prompt.c Fix #455. Since there is no reason to show both quit windows may as well just close the previous one. 2014-09-16 21:06:47 +01:00
window_scenery.c implement window_dropdown_show_colour 2014-09-23 21:22:14 +01:00
window_scenery.h replace RCT2_GLOBAL calls with macros where possible 2014-09-06 13:31:33 +02:00
window_staff.c implement window_dropdown_show_colour 2014-09-23 21:22:14 +01:00
window_staff_peep.c Added window_peep_overview_tool_update 2014-09-15 20:49:05 +01:00
window_title_exit.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_title_logo.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_title_menu.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_title_scenarioselect.c Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2 2014-09-15 15:12:48 -06:00
window_tooltip.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
window_tooltip.h add more input logic and tooltip window 2014-04-24 18:53:42 +01:00
window_track_list.c implement sub_67726A, track loading function 2014-09-28 17:57:25 +01:00
window_track_manage.c implement window_track_list_select 2014-09-27 23:48:42 +01:00
window_track_place.c implement window_track_list_select 2014-09-27 23:48:42 +01:00
window_water.c Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00