1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00
Commit Graph

355 Commits

Author SHA1 Message Date
adrian17
31424b6a06 Use macros defined in addresses.h where possible. Removed one doubled macro. 2014-05-13 23:37:45 +02:00
IntelOrca
3b6069fab6 Merge branch 'options-window' of https://github.com/ddevrien/OpenRCT2 into ddevrien-options-window 2014-05-13 01:23:36 +01:00
IntelOrca
98ab959ef9 fix warnings in options window 2014-05-12 23:19:36 +01:00
IntelOrca
d2b8446e15 Merge branch 'options-window' of https://github.com/ddevrien/OpenRCT2 into ddevrien-options-window 2014-05-12 23:17:56 +01:00
ddevrien
e71170334f options window mouseup code 2014-05-13 00:13:23 +02:00
IntelOrca
4a85a8b738 Merge branch 'master' of https://github.com/adrian17/OpenRCT2 into adrian17-master 2014-05-12 22:00:23 +01:00
adrian17
62c9069c9f Increase the warning_throttle array size to hold all 7 values 2014-05-12 22:22:20 +02:00
Duncan Frost
72d9d17bf7 Added some more sprites and changed get_guest_face to use them 2014-05-12 21:06:02 +01:00
adrian17
0e02787bf3 Prefer the RCT2_GLOBAL macro 2014-05-12 22:03:24 +02:00
ddevrien
4550a1de68 More work on options window
dropdown function
2014-05-12 21:18:27 +02:00
ddevrien
942b722b28 some work on options window 2014-05-12 16:59:20 +02:00
ddevrien
df97c22dae some strings added 2014-05-12 16:56:28 +02:00
ddevrien
c6fc8c634b celsius fix 2014-05-12 16:51:40 +02:00
ddevrien
85a1e4aa6d config addresses
test
2014-05-12 16:50:13 +02:00
IntelOrca
7c6a193b42 remove all remaining warnings 2014-05-12 02:18:08 +01:00
IntelOrca
8dcca91092 mass clean up and reduce warnings 2014-05-12 01:45:45 +01:00
lnz
bb12fc1a42 Implement update for ride favourited numbers 2014-05-11 23:21:26 +02:00
lnz
19a475f05a Implement ride upkeep payments 2014-05-11 23:17:20 +02:00
IntelOrca
e4aaeded5f Merge branch 'gfx_draw_line' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-gfx_draw_line 2014-05-11 21:27:27 +01:00
Duncan Frost
84342b07d2 Replaced decompiled code with bresenhams algorithm. Gfx_draw_line finished. 2014-05-11 21:25:18 +01:00
Duncan Frost
45532da9c6 Rewrote gfx_draw_line_on_buffer after realising how it works 2014-05-11 20:10:32 +01:00
IntelOrca
01fb20e397 Merge branch 'window_options' of https://github.com/ddevrien/OpenRCT2 into ddevrien-window_options 2014-05-11 19:23:57 +01:00
IntelOrca
bf8a032553 fix dropdown argument arrays 2014-05-11 16:50:29 +01:00
ddevrien
0ba23fe886 Some work on options window 2014-05-11 17:24:52 +02:00
Duncan Frost
cd8587243c Initial rewrite of gfx_draw_line 2014-05-11 13:14:43 +01:00
IntelOrca
8a6ad40c5d Merge branch 'window_options' of https://github.com/ddevrien/OpenRCT2 into ddevrien-window_options 2014-05-11 11:56:35 +01:00
IntelOrca
081a88d069 Merge branch 'window_options' of https://github.com/ddevrien/OpenRCT2 into ddevrien-window_options 2014-05-11 11:40:46 +01:00
ddevrien
52c95e4154 little addition to checkbox widget 2014-05-11 10:57:56 +02:00
ddevrien
5c5c5373cd Implemented checkbox widget draw function 2014-05-11 10:51:05 +02:00
ddevrien
580035fdef Fix groupbox widget draw issue (issue #91) 2014-05-11 09:45:03 +02:00
ddevrien
977fe5f485 forgot debug code 2014-05-11 09:04:25 +02:00
ddevrien
b39cf4d1af Started work on options window 2014-05-11 09:01:01 +02:00
IntelOrca
70e7660d0b add park_reset_awards_and_history 2014-05-11 01:18:56 +01:00
IntelOrca
f8363e098b add park_init 2014-05-11 00:35:45 +01:00
ddevrien
5f690ac134 Added basic code for banner window 2014-05-10 09:27:19 +02:00
IntelOrca
61ceee26a7 remove extra scenario name address macro 2014-05-10 00:40:47 +01:00
Maciek Baron
d3382e3a38 Renaming ride construction content 2014-05-09 23:43:10 +01:00
Maciek Baron
73d06418b6 Adding ride build date, reset function 2014-05-09 23:40:38 +01:00
IntelOrca
3b8f0d685b convert handling shortcut keys to switch 2014-05-09 23:05:50 +01:00
IntelOrca
10b4c3cfab Merge branch 'shortcuts' of https://github.com/ZedThree/OpenRCT2 into ZedThree-shortcuts 2014-05-09 22:28:26 +01:00
IntelOrca
b8dd77c1d7 Merge branch 'window_banner' of https://github.com/ddevrien/OpenRCT2 into ddevrien-window_banner 2014-05-09 22:25:10 +01:00
ZedThree
2523b1f328 Fix a couple of window bugs 2014-05-09 23:10:26 +02:00
ZedThree
93d062704d Add code to handle shortcuts 2014-05-09 23:10:25 +02: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
b280675ab5 cleanup 2014-05-09 21:03:00 +02:00
ddevrien
6ddeb610f0 Some additions to window_banner 2014-05-09 20:59:41 +02:00
IntelOrca
f813a70cd6 Merge branch 'os-specific' of https://github.com/atmaxinger/OpenRCT2 into atmaxinger-os-specific 2014-05-09 14:39:27 +01:00
IntelOrca
f315013e76 Merge branch 'master' of https://github.com/mzmiric5/OpenRCT2 into mzmiric5-master 2014-05-09 14:36:49 +01:00
atmaxinger
45f78eded4 Moved platform specific UI code (MessageBox, DirectoryChooser) into osinterface.c 2014-05-09 11:40:06 +02:00