Commit Graph

  • e2d5c9904c Fixed compile bugs. Zooming code is broken Duncan Frost 2014-06-18 18:24:52 +01:00
  • b6274a72a0 Added note about possible issue in draw_sprite. Duncan 2014-06-18 16:35:26 +01:00
  • 759268c1f5 Started adding final pattern code Duncan 2014-06-18 16:22:45 +01:00
  • 31bf6bf4b3 Re-factor of gfx_transpose_palette Duncan 2014-06-18 13:03:37 +01:00
  • 4b02a71692 Changed layout of gfx_fill_rect Duncan 2014-06-18 12:22:15 +01:00
  • 6f528664fe Add Author Duncan 2014-06-17 16:47:32 +01:00
  • 3e6ee0d3b1 Re-factor of gfx_fill_rect. Duncan 2014-06-17 16:29:07 +01:00
  • 28c2d6430d Re-factored part of gfx_fill_rect added zooming Duncan 2014-06-17 12:39:56 +01:00
  • aaaf06e94d Fixed bug in gfx_fill_rect Duncan 2014-06-17 12:20:34 +01:00
  • f0fb16d1b2 Re-factored part of gfx_fill_rect Duncan 2014-06-17 12:15:58 +01:00
  • 4f77ba0698 Added extra zoom code Duncan 2014-06-16 16:09:29 +01:00
  • f45ec1976a Corrected mistake with zoom_level Duncan 2014-06-16 12:44:23 +01:00
  • 38df54167e Merge pull request #1 from IntelOrca/master Duncan 2014-06-16 09:40:52 +01:00
  • 66d185712e Fix gfx_clear bug not using zoom level Duncan 2014-06-16 09:25:42 +01:00
  • f8f70d8d08 rct2.c: port get_file_path. Patrick Wijnings 2014-06-15 15:10:35 +02:00
  • aecfc6ce5f Merge pull request #182 from duncanspumpkin/gfx_string Ted John 2014-06-15 12:19:36 +01:00
  • d0fa292129 Now using sprite refs Duncan Frost 2014-06-15 10:45:22 +01:00
  • e931da1ca9 Simplified buffer interaction Duncan Frost 2014-06-15 10:31:10 +01:00
  • ce0321aba7 Cleaned up gfx notes Duncan Frost 2014-06-15 10:22:39 +01:00
  • 7128ca9f5d Fix small bug with adjust palette Duncan Frost 2014-06-15 10:15:23 +01:00
  • 61a30b16fb Tidied up gfx_string. Deleted control char enum. Now uses string_ids enum to prevent multiple defs. Duncan Frost 2014-06-15 10:09:28 +01:00
  • 455a1e7b06 Forgot to save before merge.. Maciek Baron 2014-06-14 15:57:05 +01:00
  • 8a39d9d026 Merge with upstream Maciek Baron 2014-06-14 15:55:07 +01:00
  • dbe0fc2a16 Merge pull request #181 from duncanspumpkin/master Ted John 2014-06-14 15:03:39 +01:00
  • 935de69b19 Merge pull request #180 from duncanspumpkin/gfx_string Ted John 2014-06-14 15:03:16 +01:00
  • 80cdcb6fbf Added text info to cheat tab Duncan Frost 2014-06-14 10:19:42 +01:00
  • b0475b3f15 Labeled global vars, removed obselete comments and changed to local text_palette. Duncan Frost 2014-06-14 09:46:04 +01:00
  • 80b8ef29bd Fix merge fail Duncan Frost 2014-06-14 09:05:33 +01:00
  • 331159c9e6 Wrap string refactored to match other width functions. Error clean up. Duncan Frost 2014-06-14 09:01:59 +01:00
  • cbd97facfd Added Char_control_code enum. Refactor of draw string Duncan 2014-06-13 15:02:34 +01:00
  • a39485fcc6 Added notes for what unknown functions do. Duncan 2014-06-13 13:04:09 +01:00
  • 0afec9c3e8 Cleaned up clip_string and string_width Duncan 2014-06-13 12:57:05 +01:00
  • db2f855579 Small bug fix in char width. Switched to C99 inits Duncan 2014-06-13 12:49:35 +01:00
  • 960307e3bc Fixed bug in create window due to uninitialised data. Finished load_character_width function Duncan Frost 2014-06-13 00:02:52 +01:00
  • ba1c414165 Started decompiling character width loading function Duncan Frost 2014-06-12 21:49:59 +01:00
  • 486d25cb90 Merge pull request #178 from JeroenSack/master Ted John 2014-06-14 01:16:12 +01:00
  • 91cae10a1f Revert indention Jeroen Sack 2014-06-13 22:57:51 +02:00
  • aa5209d9f0 Remove commented function Jeroen Sack 2014-06-13 22:47:14 +02:00
  • a91c5532d1 Port function widget_scroll_get_part Jeroen Sack 2014-06-13 22:40:15 +02:00
  • b2dcea071c Merge pull request #177 from anyc/testing Ted John 2014-06-13 18:44:42 +01:00
  • 2e7261e9cf fix GCC compilation anyc 2014-06-13 16:43:52 +02:00
  • 3821b26214 Merge pull request #176 from DutchRPW/browse-window-fix Ted John 2014-06-13 15:10:02 +01:00
  • 2e0f34222c Added Char_control_code enum. Refactor of draw string Duncan 2014-06-13 15:02:34 +01:00
  • 4485e3dd72 osinterface: use FAILED macro to check for success of CoInitializeEx / SHGetMalloc. Patrick Wijnings 2014-06-13 14:44:40 +02:00
  • 92d8e0cf34 Added notes for what unknown functions do. Duncan 2014-06-13 13:04:09 +01:00
  • a73ed7ce94 Cleaned up clip_string and string_width Duncan 2014-06-13 12:57:05 +01:00
  • 04facd2fcd Small bug fix in char width. Switched to C99 inits Duncan 2014-06-13 12:49:35 +01:00
  • 521e868b6f Merge branch 'ZedThree-gfx_strings' IntelOrca 2014-06-13 01:26:54 +01:00
  • 521dadfd7b Merge branch 'gfx_strings' of https://github.com/ZedThree/OpenRCT2 into ZedThree-gfx_strings IntelOrca 2014-06-13 01:26:34 +01:00
  • 583d769ad1 Fixed bug in create window due to uninitialised data. Finished load_character_width function Duncan Frost 2014-06-13 00:02:52 +01:00
  • 0e3702f463 Started decompiling character width loading function Duncan Frost 2014-06-12 21:49:59 +01:00
  • 08b69b6361 Bug fix: off-by-one ZedThree 2014-06-12 21:19:13 +02:00
  • e335166921 Merge pull request #173 from duncanspumpkin/draw_string_bug_fixes Ted John 2014-06-11 22:32:13 +01:00
  • 6f65ba5714 Fix a few bugs to do with the buffer being incremented at start of loop Duncan Frost 2014-06-11 19:08:00 +01:00
  • 121990d68f Replace unneeded addresses with variables ZedThree 2014-06-11 19:41:48 +02:00
  • d2c80229c1 Fixes #171 ZedThree 2014-06-11 19:37:35 +02:00
  • 74f5fbc31a Bug fix for strings with non-char sprites ZedThree 2014-06-02 20:22:00 +02:00
  • 0f0351d341 Byte width bug fixes ZedThree 2014-06-02 19:58:40 +02:00
  • fcc5e29b76 Add comments, removed unused vars ZedThree 2014-06-01 19:10:35 +02:00
  • 89b199a6c8 Tidy up ZedThree 2014-06-01 14:52:59 +02:00
  • 46965b0575 Finish wrap_string ZedThree 2014-06-01 14:52:36 +02:00
  • 1e23390406 First pass of gfx_wrap_string ZedThree 2014-06-01 11:35:17 +02:00
  • f83ca084cf Merge branch 'gfx_unstable' IntelOrca 2014-06-10 23:08:07 +01:00
  • d2e228243b Merge branch 'duncanspumpkin-master' IntelOrca 2014-06-10 23:07:05 +01:00
  • 842cbe5b58 Fix bug #114 Duncan Frost 2014-06-10 22:47:47 +01:00
  • 6294d7f7a8 Merge branch 'duncanspumpkin-gfx_draw_sprite' into gfx_unstable IntelOrca 2014-06-10 22:44:04 +01:00
  • b073c8eaef Finished last part of zooming code. Appears to work good. Duncan Frost 2014-06-10 22:20:44 +01:00
  • 429f31113b Fix merge mistake Duncan Frost 2014-06-09 23:12:58 +01:00
  • 2b9d7af156 Messing with zooming code currently breaks. Duncan Frost 2014-06-09 23:10:54 +01:00
  • 940754af81 trying to fix zooming problems. Duncan 2014-06-08 22:00:23 +01:00
  • a3c022e1d7 Merge pull request #168 from honzi/comment-fixes Ted John 2014-06-08 13:19:08 +01:00
  • 100228b887 fix comment typo and unclear abbreviation Jan Horava 2014-06-07 21:14:55 -07:00
  • 490fe70db8 Trying different zoom technique Duncan Frost 2014-06-07 21:34:24 +01:00
  • 9f01c5d6bf Fixed small positioning bug in draw_string due to incorrect signness. Duncan Frost 2014-06-06 10:18:39 +01:00
  • c158d98e5c Fixed graphical text glitch. Due to not copying whole dword Duncan Frost 2014-06-06 09:54:30 +01:00
  • f6a3c2dd04 Fix small palette issue. Duncan 2014-06-05 16:49:30 +01:00
  • c333e9f042 Fix small dereference mistake Duncan Frost 2014-06-04 19:47:46 +01:00
  • 55e8fe74ff more small changes Duncan 2014-06-04 17:04:33 +01:00
  • 8b233c2f79 More gfx_draw_string notes. Duncan 2014-06-04 12:30:53 +01:00
  • 49432dd96f Added a few notes to draw_string. Duncan 2014-06-03 12:57:58 +01:00
  • 198372395b Merge pull request #165 from ZedThree/format-hotfix Ted John 2014-06-02 19:13:59 +01:00
  • bf2227437b String control codes skip wrong number of chars ZedThree 2014-06-02 19:59:56 +02:00
  • 1629b3fce7 Fixed possible small palette bug. Duncan 2014-06-02 16:55:02 +01:00
  • 3aa2d4ace9 fix #163 IntelOrca 2014-06-01 16:23:15 +01:00
  • c9183c4910 Merge pull request #164 from ZedThree/format-hotfix Ted John 2014-06-01 14:14:02 +01:00
  • e7688ad51b Fix monthyear format bug ZedThree 2014-06-01 14:35:03 +02:00
  • f1c8981e79 Switched to draw_sprite in draw_string function. Added freeing of zoomed image Duncan Frost 2014-06-01 09:25:53 +01:00
  • 6bd6971cb2 Merged in gfx_unstable Duncan Frost 2014-05-31 20:56:57 +01:00
  • 95b761d921 Merge branch 'master' into gfx_unstable IntelOrca 2014-05-31 17:11:47 +01:00
  • b701eb8222 fix format_string currency IntelOrca 2014-05-31 17:11:26 +01:00
  • 21ff16e804 Merge branch 'master' into gfx_unstable IntelOrca 2014-05-31 16:57:17 +01:00
  • 7ae52df001 fix format_string currency 2dp IntelOrca 2014-05-31 16:57:00 +01:00
  • 35c8f64fff Merge branch 'master' into gfx_unstable IntelOrca 2014-05-31 16:48:16 +01:00
  • b5575d31eb fix more format string bugs IntelOrca 2014-05-31 16:47:30 +01:00
  • 416be95811 Merge pull request #162 from ZedThree/gfx_strings Ted John 2014-05-31 16:28:30 +01:00
  • 8b1c76b1b6 Replace pad_0E with zoom_level ZedThree 2014-05-31 16:43:39 +02:00
  • a06f6ade8b String functions for wrapped text ZedThree 2014-05-31 16:39:40 +02:00
  • 583fbaa2a4 Fix some pointer issues ZedThree 2014-05-30 14:10:27 +02:00
  • 5b41528e2e Rename variables in get_width to align with clip_string ZedThree 2014-05-29 23:30:20 +02:00
  • 1dc794b038 Finish clip string ZedThree 2014-05-29 23:30:05 +02:00