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

126 Commits

Author SHA1 Message Date
IntelOrca
f246b97c69 implement window_track_list_select 2014-09-27 23:48:42 +01:00
IntelOrca
a0bdde2525 implement track list window paint 2014-09-27 20:26:04 +01:00
IntelOrca
f026f92d1e start implementation of track list window 2014-09-27 00:41:24 +01:00
hexdec
6973b6586b Decompiled published credits window.
Renamed window_credits to window_music_credits.
Added draw_string_centred_underline to gfx.c.
2014-09-26 22:19:48 +02:00
Duncan Frost
b1886a53e4 Finished viewport_create for window_ride 2014-09-22 17:39:24 +01:00
IntelOrca
bd2ff2db05 Merge branch 'master' into ride-window
Conflicts:
	src/peep.c
	src/peep.h
2014-09-15 21:40:14 +01:00
Duncan Frost
ef73084153 Added window_peep_unknown_05 and stats_resize. Added note about unknown 05 2014-09-15 20:49:09 +01:00
Duncan Frost
e8251daad5 Added peep_text_input 2014-09-15 20:49:03 +01:00
IntelOrca
2493b8a2f4 Merge branch 'master' into ride-window 2014-09-13 19:31:08 +01:00
King_Hual
9648715dbb Added C code instead of address call
- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code

Delete Output-Build.txt

Replaced assembly code with macro

Edit a bunch of GCC assembly macros

Remove scope from case

Added C code instead of address call

- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code
2014-09-13 03:11:51 +03:00
IntelOrca
fa0e9a1b80 Merge branch 'master' into ride-window 2014-09-11 18:26:15 +01:00
hexdec
ac7c204284 Changed place on WC_MUSIC_CREDITS and WC_PUBLISHER_CREDITS. 2014-09-11 18:55:19 +02:00
hexdec
f384b31b65 Initial work on music credits. 2014-09-11 17:44:23 +02:00
IntelOrca
beafbc354c Merge branch 'master' into ride-window
Conflicts:
	src/string_ids.h
2014-09-09 00:11:03 +01:00
qcz
7b2b9e5859 Finalize scenery window, fix encoding 2014-09-06 01:09:12 +02:00
qcz
f6da2edc1c fix most of the bugs, rename widget ids 2014-09-04 22:37:03 +02:00
IntelOrca
76fda20859 implement ride window drawing 2014-09-03 19:13:37 +01:00
IntelOrca
a72b879660 implement ride rename for ride window 2014-09-02 14:05:44 +01:00
IntelOrca
fc1f28e845 Merge branch 'master' into ride-window 2014-09-02 13:31:23 +01:00
qcz
ac04de3e3c add window_scenery_scrollmouseover, move common code with scrollmousedown to a function 2014-09-01 23:09:22 +02:00
qcz
0661511d9d Merge remote-tracking branch 'upstream/master' into scenery-window 2014-09-01 22:57:21 +02:00
Jackson Davis
fc2c3bdb51 Rename 6EE65A to push_others_right + refactor 2014-09-01 22:16:08 +02:00
Jackson Davis
f0d4261659 Move 6EE65A to window.c + minor refactor 2014-09-01 17:10:15 +01:00
IntelOrca
17c4e4937a implement ride window widgets and dropdown lists 2014-09-01 12:04:34 +01:00
qcz
3408872a28 Merge remote-tracking branch 'upstream/master' into scenery-window 2014-08-31 13:26:03 +02:00
qcz
5fc5b3f8d3 Merge remote-tracking branch 'upstream/master' into scenery-window 2014-08-28 18:54:36 +02:00
hexdec
1b077af90e Implemented window_staff_peep_fire. Added new window class WC_FIRE_PROMPT. 2014-08-28 15:31:44 +02:00
Duncan
b1a5045962 Added window_align_tabs 2014-08-28 06:35:12 +01:00
Duncan Frost
dffd689ee6 Added more to window_peep overview paint
Moved get_arguments_from_thought to peep.c and added to peep.h
Fixed possible crash in viewport_update_position
Fixed compile error
2014-08-28 06:35:08 +01:00
qcz
0c0b3a752f window_scenery_paint and window_scenery invalidate is done 2014-08-27 22:50:33 +02:00
qcz
2eef202628 Merge remote-tracking branch 'upstream/master' into scenery-window
Resolve conflict in projects/openrct2.vcxproj.filters
2014-08-27 18:21:11 +02:00
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
qcz
593830d9f6 Merge remote-tracking branch 'upstream/master' into scenery-window 2014-08-23 20:18:26 +02: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
qcz
92afe2d5e8 Merge remote-tracking branch 'upstream/master' into scenery-window 2014-08-22 18:23:19 +02:00
qcz
168537d338 Add window_scenery.c, start working on scenery window 2014-08-21 21:53:17 +02: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