1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00
Commit Graph

92 Commits

Author SHA1 Message Date
IntelOrca
d3055fd3ef add and start implementing ride window 2014-08-25 15:04:28 +01:00
IntelOrca
83ba89214c move input functions to input code file 2014-08-24 18:45:47 +01:00
Duncan Frost
d095dce810 Finished viewport_update_position. 2014-08-24 17:39:34 +01:00
Duncan Frost
7d29081331 Fix remaining issues. Viewport init working 2014-08-23 11:56:20 +01:00
Duncan Frost
810590e754 Changed struct for last time 2014-08-23 08:30:31 +01:00
Duncan Frost
5795165ced Fix missing variables. Labeled even more vars 2014-08-23 08:08:26 +01:00
Duncan Frost
0c3844787b Fix compile issues. Add new structs 2014-08-23 08:08:25 +01:00
Duncan
c2557be14d Fixed slight mistake with order. 2014-08-23 08:08:22 +01:00
Duncan
8379262ea4 Added viewport focus struct.
Definitely breaks build
2014-08-23 08:08:20 +01:00
IntelOrca
16106c7569 Merge branch 'master' into new-ride-window
Conflicts:
	src/window_new_ride.c
	src/window_research.c
2014-08-19 21:43:25 +01:00
IntelOrca
c7986d140c add widgets, sizing and basic events for new ride window 2014-08-19 21:33:05 +01:00
qcz
6473fd2b97 Maybe this will statisfy Travis 2014-08-19 20:22:13 +02:00
qcz
bd06c7caee Clean up most of the inline assembly from windows 2014-08-19 19:47:12 +02:00
IntelOrca
e222b88581 start work on new ride window 2014-08-17 23:57:41 +01:00
IntelOrca
62a24e5383 add research window
As seen from RollerCoaster Tycoon 1. This allows the player to change the priorities in a "no money" park. I find it also more logical than the two research panels being separated in finances and new ride windows.
2014-08-15 22:05:35 +01:00
Ted John
01974a0b9b Merge pull request #276 from hexdec/master
Window_resize_gui for scenario editor and window_zoom_in/out
2014-08-12 00:28:35 +01:00
IntelOrca
b03c2ab77a implement new campaign window 2014-08-12 00:27:25 +01:00
hexdec
ce812fe403 Added window_resize_gui_scenario_editor (0x0066F0DD). 2014-08-11 22:57:45 +02:00
IntelOrca
4f5b905760 implement finances graph tabs and marketing 2014-08-11 01:09:17 +01:00
IntelOrca
1169329b09 refactor graph drawing and add finances cash graph tab 2014-08-10 18:12:07 +01:00
Dániel Tar
fa931e1ff0 Decompiling window_staff 2014-08-05 19:15:28 +02:00
Duncan Frost
101324ebc0 Implemented window_resize_gui. 2014-07-29 19:40:06 +01:00
adrian17
46889b6890 Remove duplicated SCROLL_FLAGS enum 2014-07-27 16:39:20 +02:00
adrian17
8960792073 Add SCROLL_FLAGS enum (and fix an hidden bug in widget_scroll_get_part) 2014-07-25 20:19:32 +02:00
Duncan Frost
d68e716cd8 Removed compile errors. Implemented changes to window.h 2014-07-23 18:07:38 +01:00
Duncan
105624d915 Added viewport_target_sprite variable name. 2014-07-23 16:17:13 +01:00
Duncan
6ff915ec2f Added variable names for window items.
Has not been tested will require modificaiton of any references to these items.
2014-07-23 12:23:15 +01:00
Marco Costa
54933646f1 Implement draw_rain_window and call_draw_rain_func
Implement procedure (0x006842AF) as two methods: draw_rain_window and
call_draw_rain_func.
Avoid using global variable 0x00EE7850 by passing it as a parameter:
draw_rain_func. This global variable was only used by these procedures.
Rain has some visual artifacts in RCT2, specially when using game
windows. This implementation matches the original game, and thus has the
same artifacts.
2014-07-20 02:50:06 -04:00
Angelo Geels
0081a7581c Implemented scrollbar buttons left, right, up, down
input_hscrollbar_leftbutton, input_hscrollbar_rightbutton,
input_vscrollbar_topbutton, input_vscrollbar_bottombutton
2014-07-11 14:41:42 +02:00
Duncan Frost
3a3cbbc7c4 Fixed another small window bug and changed to using global window list var 2014-07-10 21:22:32 +01:00
Duncan Frost
eec5f80bfc Added window_peep. Widget array not finished 2014-06-28 21:34:53 +01:00
Jeroen Sack
a91c5532d1 Port function widget_scroll_get_part
replace 6E9F92 with widget_scroll_get_part
2014-06-13 22:40:15 +02:00
anyc
fafc8083ac don't show confirmation prompt for loading on title screen, fixes #145 2014-05-26 22:22:25 +02:00
IntelOrca
bfc35511f2 Merge branch 'master' of https://github.com/adrian17/OpenRCT2 into adrian17-master 2014-05-25 23:18:47 +01:00
IntelOrca
092764ea6b separate marketing and add finances window 2014-05-25 23:17:55 +01:00
adrian17
735c42e628 Fixed a typo in comment 2014-05-25 21:54:47 +02:00
anyc
88a0359cf6 added quit_prompt to save_prompt; proper case handling except save operation 2014-05-24 21:23:01 +02:00
ddevrien
9fc3756c92 map window work + identified window var 4AC (selected tab idx) 2014-05-14 15:58:14 +02:00
ddevrien
90b7174a21 map window basic stuff done 2014-05-14 12:49:40 +02:00
ddevrien
b39cf4d1af Started work on options window 2014-05-11 09:01:01 +02:00
Maciek Baron
d3382e3a38 Renaming ride construction content 2014-05-09 23:43:10 +01:00
IntelOrca
10b4c3cfab Merge branch 'shortcuts' of https://github.com/ZedThree/OpenRCT2 into ZedThree-shortcuts 2014-05-09 22:28:26 +01:00
ZedThree
bc413fede9 Add helper function for calling widget events
Add window_event_helper
2014-05-09 23:10:13 +02:00
ZedThree
b2d1f0dfd6 Add functions for closing top/all window(s) 2014-05-09 22:53:26 +02:00
ddevrien
3eff5ebf6f Added basic code for banner window 2014-05-09 10:11:31 +02:00
Maciek Baron
0c34c3791c Cleaning up files and code related to windows 2014-05-08 21:48:31 +01:00
ZedThree
c1ac6edb96 Add function to open park window to guests tab 2014-05-08 17:35:32 +02:00
ZedThree
a35289fc9f Add functions to open park window to awards/rating
Also update replace some address that have constants/functions
2014-05-08 17:11:26 +02:00
Maciek Baron
c70865457c Adding window_ride_init_vars and various enums
Adding window_ride_init_vars and various enums, also decompiled one
unknown function.
2014-05-07 21:17:26 +01:00
Maciek Baron
aef83362bc Cleaning up small shared functions
Cleaning up small shared functions and moving them to appropriate files
2014-05-06 22:04:09 +01:00