1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00
Commit Graph

55 Commits

Author SHA1 Message Date
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
IntelOrca
a35a9f29a4 add guest list window 2014-05-05 03:27:17 +01:00
IntelOrca
160c388739 name more functions in editor.c 2014-05-04 18:02:28 +01:00
IntelOrca
d85e2f8a02 Merge branch 'update_addresses' of https://github.com/ZedThree/OpenRCT2 into ZedThree-update_addresses 2014-05-04 14:27:35 +01:00
IntelOrca
00cd901441 add news window 2014-05-04 14:10:32 +01:00
ZedThree
b3ea71c080 Replace more addresses with their named constants
Also named window.var_4B2/4 as saved_view_x/y
2014-05-04 13:11:31 +02:00
ddevrien
9cf6f8f98a Added some GAME_FLAGS
Also renamed them to PARK_FLAGS and moved them to park.h, since they
have to do with each park, and are probably saved somewhere in the sv6
file.
2014-05-03 13:39:36 +02:00
IntelOrca
b9925cd5a0 Merge branch 'master' into path-window 2014-05-02 22:36:04 +01:00
IntelOrca
af5ef5e75d add game_load_or_quit function 2014-05-02 22:21:08 +01:00
IntelOrca
d49cd5648d Merge branch 'master' into path-window 2014-05-02 02:14:39 +01:00
IntelOrca
9a95e73e3d add more info. to scenario_load_and_play 2014-05-02 00:18:49 +01:00
IntelOrca
46308abfe3 add cancel and set tool along with path refactor 2014-04-30 16:57:27 +01:00
IntelOrca
1246a14fe3 add footpath window 2014-04-28 17:35:12 +01:00
IntelOrca
8b7a940aa4 add about window 2014-04-28 02:35:37 +01:00
IntelOrca
b9ea3b1143 decompile window mouse wheel input 2014-04-26 15:50:01 +01:00
IntelOrca
9f91798514 implement keyboard shortcuts 2014-04-26 01:16:32 +01:00
IntelOrca
be81e69f56 add more input logic 2014-04-25 03:02:06 +01:00
IntelOrca
eaec44e896 refactor window flags 2014-04-24 20:26:05 +01:00
IntelOrca
ea4ea99212 add more input logic and tooltip window 2014-04-24 18:53:42 +01:00
Kevin Burke
e5a925e26c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
IntelOrca
27d9fccfcf add ride list window 2014-04-20 03:31:54 +01:00
IntelOrca
6b0ba5c6d0 add ride list window 2014-04-19 03:16:20 +01:00
IntelOrca
cfd9467e30 add clear scenery window 2014-04-18 19:51:18 +01:00
IntelOrca
d339df5784 improve input 2014-04-18 03:04:46 +01:00
IntelOrca
d5da8c41c0 fix viewport bug 2014-04-18 00:07:06 +01:00
IntelOrca
b366594a9c allow resizable park window with price added 2014-04-17 19:33:31 +01:00
IntelOrca
7ea9866efb get park window buttons working 2014-04-17 15:12:41 +01:00
IntelOrca
7bab1b34a2 discover text input and other events 2014-04-17 03:19:30 +01:00
IntelOrca
eba4b6da9d add other pages to park window 2014-04-16 02:05:49 +01:00
IntelOrca
98aab20369 add cheat window and compile manual 2014-04-15 00:50:20 +01:00
IntelOrca
3f59b7ad9e add park objective window 2014-04-14 21:25:20 +01:00
IntelOrca
b5b23cb91b add water and input logic 2014-04-14 03:09:51 +01:00
IntelOrca
b98ca0e45b add land window 2014-04-13 22:23:56 +01:00
IntelOrca
8cbe0e7aa1 add more drawing of bottom toolbar 2014-04-11 17:38:15 +01:00
IntelOrca
b23c12d435 add scenario loading and title script 2014-04-10 15:14:47 +01:00
IntelOrca
5f74540a0f add drawing of some widgets 2014-04-09 22:35:29 +01:00
IntelOrca
481b8e23c0 add editor loading 2014-04-09 17:06:47 +01:00
IntelOrca
0402ffe6fc add title menu and dropdown 2014-04-09 14:43:27 +01:00