27657 Commits

Author SHA1 Message Date
Duncan
38df54167e Merge pull request #1 from IntelOrca/master
Test pull request
2014-06-16 09:40:52 +01:00
Duncan
66d185712e Fix gfx_clear bug not using zoom level
There is a strong possibility that i have implemented all zooming code incorrectly. This will require looking at.
2014-06-16 09:25:42 +01:00
Patrick Wijnings
f8f70d8d08 rct2.c: port get_file_path. 2014-06-15 15:10:35 +02:00
Ted John
aecfc6ce5f Merge pull request #182 from duncanspumpkin/gfx_string
More gfx_string work
2014-06-15 12:19:36 +01:00
Duncan Frost
d0fa292129 Now using sprite refs 2014-06-15 10:45:22 +01:00
Duncan Frost
e931da1ca9 Simplified buffer interaction 2014-06-15 10:31:10 +01:00
Duncan Frost
ce0321aba7 Cleaned up gfx notes 2014-06-15 10:22:39 +01:00
Duncan Frost
7128ca9f5d Fix small bug with adjust palette 2014-06-15 10:15:23 +01:00
Duncan Frost
61a30b16fb Tidied up gfx_string. Deleted control char enum. Now uses string_ids enum to prevent multiple defs. 2014-06-15 10:09:28 +01:00
Maciek Baron
455a1e7b06 Forgot to save before merge.. 2014-06-14 15:57:05 +01:00
Maciek Baron
8a39d9d026 Merge with upstream 2014-06-14 15:55:07 +01:00
Ted John
dbe0fc2a16 Merge pull request #181 from duncanspumpkin/master
Added text info to cheat tab
2014-06-14 15:03:39 +01:00
Ted John
935de69b19 Merge pull request #180 from duncanspumpkin/gfx_string
Gfx string
2014-06-14 15:03:16 +01:00
Duncan Frost
80cdcb6fbf Added text info to cheat tab 2014-06-14 10:19:42 +01:00
Duncan Frost
b0475b3f15 Labeled global vars, removed obselete comments and changed to local text_palette. 2014-06-14 09:46:04 +01:00
Duncan Frost
80b8ef29bd Fix merge fail 2014-06-14 09:05:33 +01:00
Duncan Frost
331159c9e6 Wrap string refactored to match other width functions. Error clean up. 2014-06-14 09:01:59 +01:00
Duncan
cbd97facfd Added Char_control_code enum. Refactor of draw string 2014-06-14 08:34:58 +01:00
Duncan
a39485fcc6 Added notes for what unknown functions do. 2014-06-14 08:33:43 +01:00
Duncan
0afec9c3e8 Cleaned up clip_string and string_width
Both functions are very similar. They now have the same bugs fixed.
2014-06-14 08:33:42 +01:00
Duncan
db2f855579 Small bug fix in char width. Switched to C99 inits
4th character type has to have the width increased from the g1 elements width rather than decreased.
2014-06-14 08:32:47 +01:00
Duncan Frost
960307e3bc Fixed bug in create window due to uninitialised data. Finished load_character_width function 2014-06-14 08:32:47 +01:00
Duncan Frost
ba1c414165 Started decompiling character width loading function 2014-06-14 08:32:46 +01:00
Ted John
486d25cb90 Merge pull request #178 from JeroenSack/master
Implement widget_scroll_get_part
2014-06-14 01:16:12 +01:00
Jeroen Sack
91cae10a1f Revert indention
Don't know what happened here, but was not meant to happen.
2014-06-13 22:57:51 +02:00