OpenRCT2/src
Matthias Lanzinger b3d36869ef Leftover debug call 2014-05-03 14:35:12 +02:00
..
addresses.h Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
audio.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
audio.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
climate.c add author credit to source code header 2014-04-29 12:39:18 +01:00
climate.h add author credit to source code header 2014-04-29 12:39:18 +01:00
config.c implement keyboard shortcuts 2014-04-26 01:16:32 +01:00
config.h implement keyboard shortcuts 2014-04-26 01:16:32 +01:00
date.c Merge remote-tracking branch 'upstream/master' 2014-05-01 22:30:44 +02:00
date.h Identified peep.staff_type and days_in_month table. 2014-04-29 22:51:51 +02:00
editor.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
editor.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
game.c Implement entrance fee too high check. Some refactoring. 2014-05-03 14:35:11 +02:00
game.h add game_load_or_quit function 2014-05-02 22:21:08 +01:00
gfx.c Merge branch 'master' into path-window 2014-04-29 12:40:14 +01:00
gfx.h add footpath window 2014-04-28 17:35:12 +01:00
intro.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
intro.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
map.c remove unfinished comment and credit author 2014-05-03 10:34:11 +01:00
map.h Add map_element_height (finishes sub_662783) 2014-05-02 22:15:53 +02:00
news_item.c Change formatting to VS style, improve comments 2014-05-03 10:24:25 +02:00
news_item.h Add map_element_height (finishes sub_662783) 2014-05-02 22:15:53 +02:00
object.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
object.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
osinterface.c add load game and landscape dialog 2014-05-03 10:27:48 +01:00
osinterface.h add load game and landscape dialog 2014-05-03 10:27:48 +01:00
park.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
park.h Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
peep.c Replace variable addresses with named constants 2014-04-28 22:00:54 +02:00
peep.h Merge branch 'master' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-master 2014-05-03 10:38:45 +01:00
rct2.c Merge branch 'master' into jvlomax-settings 2014-05-03 13:54:30 +02:00
rct2.h Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
ride.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
ride.h fix case and add author to source code header 2014-05-01 16:55:01 +01:00
sawyercoding.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
sawyercoding.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
scenario.c Leftover debug call 2014-05-03 14:35:12 +02:00
scenario.h Start implementation of scenario_update. 2014-05-03 14:35:08 +02:00
screenshot.c set default screenshot format to PNG 2014-05-01 22:53:44 +01:00
screenshot.h allow BMP to still be saved with PNG as default 2014-05-01 20:55:53 +01:00
settings.c Added setting file. Settings are placed in <user home>\OpenRCT2\config.ini. 2014-05-03 13:51:45 +02:00
settings.h Added setting file. Settings are placed in <user home>\OpenRCT2\config.ini. 2014-05-03 13:51:45 +02:00
sprite.h fix case and add author to source code header 2014-05-01 16:55:01 +01:00
sprites.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
strings.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
strings.h Implement marketing campaign updating. 2014-05-03 14:35:11 +02:00
title.c Add map_element_height (finishes sub_662783) 2014-05-02 22:15:53 +02: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 add title options and block tutorial 2014-04-26 16:53:21 +01:00
tutorial.h implement keyboard shortcuts 2014-04-26 01:16:32 +01:00
util.c Corrected typo in comment. 2014-04-24 18:19:58 -04:00
util.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
viewport.c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
viewport.h Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
widget.c allow new quit game or load code to run 2014-05-03 02:33:01 +01:00
widget.h add footpath window 2014-04-28 17:35:12 +01:00
window.c add cancel and set tool along with path refactor 2014-04-30 16:57:27 +01:00
window.h Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
window_about.c add about window 2014-04-28 22:03:52 +02:00
window_cheats.c Slowed down the cheat guests tab animation 2014-05-03 08:37:07 +01:00
window_clear_scenery.c add cancel and set tool along with path refactor 2014-04-30 16:57:27 +01:00
window_dropdown.c Replace variable addresses with named constants 2014-04-28 22:00:54 +02:00
window_dropdown.h add more input logic and tooltip window 2014-04-24 18:53:42 +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_footpath.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
window_game_bottom_toolbar.c rename current day to current month ticks 2014-05-03 14:35:07 +02:00
window_game_top_toolbar.c Merge branch 'master' into path-window 2014-05-02 02:14:39 +01:00
window_land.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
window_main.c Replace variable addresses with named constants 2014-04-28 22:00:54 +02:00
window_park.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
window_ride_list.c Added some GAME_FLAGS 2014-05-03 13:39:36 +02:00
window_save_prompt.c add game_load_or_quit function 2014-05-02 22:21:08 +01:00
window_title_exit.c add game_do_command 2014-05-02 02:12:14 +01:00
window_title_logo.c Use colour defines over magic numbers 2014-04-29 22:12:04 +01:00
window_title_menu.c add game_do_command 2014-05-02 02:12:14 +01:00
window_title_scenarioselect.c refactor window flags 2014-04-24 20:26:05 +01:00
window_tooltip.c add screenshot and error window base functions 2014-04-25 18:25:34 +01:00
window_tooltip.h add more input logic and tooltip window 2014-04-24 18:53:42 +01:00
window_water.c add cancel and set tool along with path refactor 2014-04-30 16:57:27 +01:00