Commit Graph

26413 Commits

Author SHA1 Message Date
anyc 932add79e5 bug fixes and more error reporting 2014-05-22 23:47:23 +02:00
anyc 5e4f313471 added cmake build scripts 2014-05-22 23:47:23 +02:00
anyc 7504018373 fix skipping intro 2014-05-22 23:47:23 +02:00
anyc 656a0aafbf check SDL return values 2014-05-22 23:47:23 +02:00
anyc 95a56b1d1e make code compatible with mingw64 2014-05-22 23:47:23 +02:00
anyc d34e2db9e1 added GCC/MinGW-compatible assembler 2014-05-22 23:47:18 +02:00
Duncan Frost 5a5a5409a2 Started implementing next set of buffer functions. Cleaned up some comments and code paths 2014-05-22 19:18:50 +01:00
anyc 872f4521a0 fixed strcat and rct2_startup_checks() 2014-05-22 20:18:42 +02:00
anyc e95e6310dc use SDL_HasMMX() do detect MMX capability 2014-05-22 20:17:13 +02:00
Duncan Frost 5c927eb418 Fixed small graphical glitch caused by too small a variable 2014-05-22 17:51:15 +01:00
IntelOrca 1a82a2268b Merge branch 'kevinburke-status-comment' 2014-05-22 17:28:18 +01:00
Kevin Burke cf5556d2fe feedback from code review 2014-05-22 21:16:22 +09:00
Kevin Burke 74b41b08ea it is used for upkeep 2014-05-22 09:13:53 +09:00
Kevin Burke 7483ac2307 refactor, fix tabbing 2014-05-22 09:02:55 +09:00
Kevin Burke 2c03908700 revert change in config.c 2014-05-22 08:59:58 +09:00
Duncan Frost e5a9426203 Added final part of main code section. 2014-05-21 18:57:56 +01:00
Duncan Frost e11e9d78f9 Fixed small bug due to wrong constant. 2014-05-21 18:21:49 +01:00
Kevin Burke cd414e98f6 minor changes to get it to compile 2014-05-21 09:06:38 -07:00
Kevin Burke c374536cbb more work on crooked house 2014-05-22 01:00:58 +09:00
Kevin Burke 5fbe85aded WIP: add ratings for crooked house 2014-05-21 23:27:31 +09:00
lnz 1dc5b65767 Initial implementation of ride reachability checks 2014-05-21 14:04:08 +02:00
Kevin Burke 2d08752a04 comment ride status 2014-05-21 11:59:05 +09:00
Duncan Frost 0a8a56d4b0 Bug in buffer code changing the colour of peep 2014-05-20 18:32:42 +01:00
anyc e6c90c6ebb fixed static enums; added missing headers 2014-05-20 17:55:39 +02:00
anyc 82fa4439bf renamed strings.[ch] to string_ids.[ch] due to name collision 2014-05-20 17:55:39 +02:00
IntelOrca 0821e5547b Merge branch 'ZedThree-fill_rect_inset' into gfx_unstable 2014-05-20 03:20:34 +01:00
IntelOrca bab6e9a290 Merge branch 'duncanspumpkin-c_based_window_event_handlers' 2014-05-20 03:18:50 +01:00
IntelOrca 5823e9dac1 Merge branch 'c_based_window_event_handlers' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-c_based_window_event_handlers 2014-05-20 03:18:18 +01:00
IntelOrca e13f0e0ed3 Merge branch 'MaciekBaron-master' 2014-05-20 03:17:39 +01:00
IntelOrca 827537945b Merge branch 'master' of https://github.com/MaciekBaron/OpenRCT2 into MaciekBaron-master 2014-05-20 03:17:10 +01:00
IntelOrca 7304a96d63 Merge branch 'ddevrien-map-window' 2014-05-20 03:16:18 +01:00
IntelOrca 508527775f Merge branch 'map-window' of https://github.com/ddevrien/OpenRCT2 into ddevrien-map-window 2014-05-20 03:15:44 +01:00
Duncan Frost 9270aa6aae Fixed tab background bug. 2014-05-19 22:06:01 +01:00
Duncan Frost 400351a38c Finally found bug. It was caused by the wrong offset in the calling sub. 2014-05-19 21:12:00 +01:00
Duncan Frost 87d855b95d Fixed bug due to options window calling update on WM_INVALIDATE 2014-05-19 19:14:29 +01:00
Duncan Frost d077beea20 Changed window_update to use cdecl where possible 2014-05-19 18:47:14 +01:00
Duncan Frost aaca1d2ece Started switch over to c based window event handlers with backwards compatibility 2014-05-18 20:32:50 +01:00
Duncan Frost a4645ec806 Trying to locate bug in drawing ready code. 2014-05-18 19:27:00 +01:00
Duncan Frost 69b9c45a40 Started adding in the rest of draw sprite function added in stub function for 2nd draw to buffer func 2014-05-18 09:30:13 +01:00
Duncan Frost 0fa9e6ebb9 Finished turning the code into C removed all present bugs. Buffer draw code for basic images is done. 2014-05-18 08:14:47 +01:00
Duncan Frost 5eb445857b Trying to find bug in new version of code 2014-05-17 17:40:55 +01:00
Maciek Baron d5d352cd41 Implementing small loan & cheat detection related routine 2014-05-17 16:04:19 +01:00
Maciek Baron 9e0c310320 Labelling path construction related addresses 2014-05-17 15:21:34 +01:00
Duncan Frost 001ccc3945 Started cleanup of code introduced a bug at some point 2014-05-16 19:06:35 +01:00
ZedThree e209e370be Tidy up gfx_fill_rect_inset
Give names to flags and different tones
2014-05-16 19:53:12 +02:00
ZedThree 4fae966855 Bug fix: pressed buttons not the right colour 2014-05-16 19:53:11 +02:00
ZedThree 67980e2f5f Fix bug with transparency 2014-05-16 19:53:11 +02:00
ZedThree 088ac32da3 Add gfx_fill_rect
Still a little buggy for transparent colours
2014-05-16 19:53:11 +02:00
Duncan Frost 1aa3bc0232 Started clean up of buffer interaction code.Still a little buggy 2014-05-15 22:15:29 +01:00
ddevrien 962ee0f98f fix compile error 2014-05-15 13:13:58 +02:00