Commit Graph

429 Commits

Author SHA1 Message Date
ZedThree 6f1421117b Some tidying up. Scrollbars don't work 2014-05-11 18:42:27 +02:00
ZedThree 705af9377b Start decompiling gfx_fill_rect
Section starting 0x00678C83 complete and works, but needs better comments/names
2014-05-11 18:42:26 +02:00
ddevrien 81f2bfed35 Implemented checkbox widget draw function 2014-05-11 18:42:26 +02:00
IntelOrca 7a3e151b86 Merge branch 'duncanspumpkin-gfx_draw_sprite' into gfx_unstable 2014-05-11 11:51:19 +01:00
IntelOrca 5a26d064d6 Merge branch 'gfx_draw_sprite' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-gfx_draw_sprite 2014-05-11 11:49:21 +01:00
IntelOrca 6440302617 Merge branch 'ddevrien-window_options' 2014-05-11 11:44:51 +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
Duncan Frost 6d97593093 Bug in main draw_sprite func for now skipping code 2014-05-11 10:14:38 +01: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
Duncan Frost 26f4b35e61 Cleaned up code so that it makes more sense. 2014-05-10 12:26:19 +01:00
Duncan Frost 16ed98348a Found bug due to signness on global var 2014-05-10 10:16:23 +01:00
Duncan Frost 601305a4e3 Still searching for bug. Must be some external memory not set 2014-05-10 10:12:48 +01:00
ddevrien 5f690ac134 Added basic code for banner window 2014-05-10 09:27:19 +02:00
Duncan Frost 1086c4e524 added notes to help find bug 2014-05-10 07:14:12 +01:00
IntelOrca 61ceee26a7 remove extra scenario name address macro 2014-05-10 00:40:47 +01:00
IntelOrca bfbb5b810b Merge branch 'MaciekBaron-master' 2014-05-10 00:38:42 +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 9d07c4a508 Merge branch 'ZedThree-shortcuts' 2014-05-09 22:28:53 +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 4e50980b61 Merge branch 'ddevrien-window_banner' 2014-05-09 22:26:59 +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 1bedba626d Merge branch 'atmaxinger-os-specific' 2014-05-09 14:41:02 +01: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 1f6d7353c1 Merge branch 'mzmiric5-master' 2014-05-09 14:37:40 +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
Duncan Frost f3e7c6c23c Added more of draw_sprite still needs work. Function call does not work 2014-05-09 09:18:49 +01:00
ddevrien 6eb635fd2b master project files 2014-05-09 10:15:10 +02:00
ddevrien e6e3fce74d Merge branch 'master' of https://github.com/ddevrien/OpenRCT2
Conflicts:
	projects/openrct2.vcxproj
	projects/openrct2.vcxproj.filters
2014-05-09 10:12:05 +02:00
ddevrien 3eff5ebf6f Added basic code for banner window 2014-05-09 10:11:31 +02:00
ddevrien 1eda151c70 Added basic code for banner window 2014-05-09 10:04:40 +02:00
IntelOrca dce8c9eaf1 Merge branch 'MaciekBaron-master' 2014-05-08 22:44:55 +01:00
Maciek Baron 0c34c3791c Cleaning up files and code related to windows 2014-05-08 21:48:31 +01:00
Duncan Frost 2276c198fd Removed a pointless call in palette tried to make draw sprite more understandable 2014-05-08 20:43:10 +01:00
Duncan Frost f448929f73 First couple lines decoded 2014-05-08 20:13:58 +01:00
Miso Zmiric (Mike Squinter) 240662ee39 another typo fixed :) 2014-05-08 19:55:35 +01:00
IntelOrca 196bc68acd Merge branch 'duncanspumpkin-master' 2014-05-08 19:48:53 +01:00
IntelOrca 62df9a91bd Merge branch 'master' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-master 2014-05-08 19:47:47 +01:00