Commit Graph

50 Commits

Author SHA1 Message Date
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert
0136043f09 COMMON: Revert Change Rect and Point to have int32 fields
This reverts commit 1c3e7fb4e9.
2021-07-06 20:35:42 -07:00
Paul Gilbert
1c3e7fb4e9 COMMON: Change Rect and Point to have int32 fields 2021-07-04 18:24:26 -07:00
Paul Gilbert
af6034efcd ACCESS: MM: Implement proper game data and fonts in access.dat 2018-07-20 19:05:56 -07:00
Paul Gilbert
ac8adb07c8 ACCESS: Refactor ASurface and Screen to not use virtual inheritance 2016-05-26 21:21:03 -04:00
Eugene Sandulenko
b0d90ccccf ACCESS: Plug memory leak 2016-05-18 12:38:15 +02:00
Eugene Sandulenko
6858dbe2c2 ACCESS: Fix memory leak 2016-05-15 12:35:23 +02:00
Eugene Sandulenko
a3d1ecb7d1 JANITORIAL: Remove trailing spaces 2016-05-15 12:34:32 +02:00
Strangerke
dbf3e29b2d ACCESS: Fix some uninitialized variables 2016-01-29 07:10:32 +01:00
Paul Gilbert
7b671f42bc ACCESS: Fix crash when talking to Librarian 2015-12-10 22:37:56 -05:00
Filippos Karapetis
6ff53ea018 ACCESS: Some variable renaming 2015-07-27 14:54:23 +03:00
Filippos Karapetis
8be83948b1 ACCESS: Use our formatting conventions for variable and function names 2015-07-24 23:03:22 +03:00
Strangerke
5ec05f6b64 ACCESS: MM - use PRINTSTR in several places, remove related TODOs 2015-02-14 15:19:40 +01:00
Strangerke
2fe58fac48 ACCESS: MM - Fix a bug in doBox_v1, implement some TYPE_3 code 2015-02-13 07:20:31 +01:00
Strangerke
38f7aba414 ACCESS: MM - Remove a couple of useless variables 2015-01-30 07:24:22 +01:00
Strangerke
e85788ffdc ACCESS: MM - Some work on bubble_box 2015-01-26 07:58:59 +01:00
Strangerke
eed5116fef ACCESS: MM - Fix the travel box 2015-01-21 22:26:23 +01:00
Strangerke
6ba81a9749 ACCESS: MM - Implement printBubble_v1 2015-01-19 00:11:05 +01:00
Strangerke
b1477438bb ACCESS: MM - Implement displayInv 2015-01-18 15:26:05 +01:00
Strangerke
c4e8460ba2 ACCESS: MM - Fix a bug related to the down arrow, some refactoring and renaming 2015-01-17 14:26:56 +01:00
Strangerke
27a9a04615 ACCESS: MM - Fix crash in cmdDoTravel, some renaming 2015-01-17 09:42:41 +01:00
Strangerke
82027ef325 ACCESS: MM - Finish the implementation of doBox_v1 2015-01-16 23:24:13 +01:00
Strangerke
6f2b648b08 ACCESS: MM - Implement drawSelectBox 2015-01-16 08:09:57 +01:00
Strangerke
519ecbb7be ACCESS: MM - Initial string display in doBox_v1 2015-01-16 01:32:01 +01:00
Strangerke
0c14e42bd2 ACCESS: MM - Implement up and down arrows in BubbleBox 2015-01-15 08:23:55 +01:00
Strangerke
f1aa191f8c ACCESS: MM - Implement getList 2015-01-15 00:40:43 +01:00
Strangerke
3a57f20816 ACCESS: MM - Implement displayBoxData 2015-01-14 23:44:24 +01:00
Strangerke
93e8b47e13 ACCESS: MM - Some more work on BubbleBox class 2015-01-13 21:52:40 +01:00
Strangerke
6a288bc476 ACCESS: MM - Work some more on doBox_v1 2015-01-13 00:46:45 +01:00
Strangerke
ec381ae364 ACCESS: MM - Start implementing MM dialog box, split cmdConverse in two (WIP) 2015-01-12 00:04:38 +01:00
Strangerke
8249de3d44 ACCESS: MM - Make Bubble Box variable, add MM bubble boxes 2015-01-09 08:20:59 +01:00
Strangerke
3fca9d42f3 ACCESS: Use Common::String to display bubble box text 2014-12-18 07:23:18 +01:00
Strangerke
492d974550 ACCESS: Some more polishing in the file headers 2014-12-17 18:27:47 +01:00
Strangerke
84ba0df9b2 ACCESS: Janitorial 2014-12-12 23:00:46 -05:00
Paul Gilbert
a97bbb86c4 ACCESS: Fix incorrect screen draw during setup of bubble boxes 2014-12-12 22:30:08 -05:00
Paul Gilbert
0ed120b9ff ACCESS: Fix buffer source when clearing speech bubbles 2014-12-12 22:28:36 -05:00
Paul Gilbert
d7cf570132 ACCESS: Fix restoring talk bubbles where right edge is a bit over screen edge 2014-12-12 22:26:49 -05:00
Paul Gilbert
48edbf1e34 ACCESS: Fixed clearing talk bubbles during conversations 2014-12-12 22:19:35 -05:00
Paul Gilbert
c0a7852662 ACCESS: Refactor the file manager to return resource structures 2014-08-27 22:13:43 -04:00
Strangerke
7d0392aa83 ACCESS: Move _maxChars to asurface 2014-08-25 23:34:40 +02:00
Paul Gilbert
33cdeb7a40 ACCESS: Stub for printText method 2014-08-25 00:18:32 -04:00
Paul Gilbert
6343ff72c4 ACCESS: Fix cursor positioning in scrolled screens, and background restores 2014-08-23 10:21:50 -04:00
Paul Gilbert
9e98a1edcc ACCESS: Correct drawing the vertical edges of bubble boxes 2014-08-17 22:13:45 -04:00
Paul Gilbert
38acce33fd ACCESS: Add updateTimers so bubble boxes can be removed 2014-08-17 22:09:03 -04:00
Paul Gilbert
a8a7018926 ACCESS: Fix showing bubble box text correctly 2014-08-17 21:53:46 -04:00
Paul Gilbert
be4639802c ACCESS: Fix positioning of bubble boxes 2014-08-17 20:32:25 -04:00
Paul Gilbert
483bca3d96 ACCESS: Fixes for drawing bubble box backgrounds 2014-08-17 20:17:38 -04:00
Paul Gilbert
9393f6d755 ACCESS: Implemented bubble box drawing code 2014-08-17 18:56:05 -04:00
Paul Gilbert
77626b72a5 ACCESS: Add missing string parameters to bubble box methods 2014-08-17 12:01:28 -04:00
Paul Gilbert
404c7cd5d3 ACCESS: Split the bubble box code from Room into it's own file 2014-08-17 11:14:30 -04:00