aboutsummaryrefslogtreecommitdiff
path: root/engines/access/bubble_box.cpp
AgeCommit message (Expand)Author
2016-05-26ACCESS: Refactor ASurface and Screen to not use virtual inheritancePaul Gilbert
2016-05-18ACCESS: Plug memory leakEugene Sandulenko
2016-05-15ACCESS: Fix memory leakEugene Sandulenko
2016-05-15JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-01-29ACCESS: Fix some uninitialized variablesStrangerke
2015-12-10ACCESS: Fix crash when talking to LibrarianPaul Gilbert
2015-07-27ACCESS: Some variable renamingFilippos Karapetis
2015-07-24ACCESS: Use our formatting conventions for variable and function namesFilippos Karapetis
2015-02-14ACCESS: MM - use PRINTSTR in several places, remove related TODOsStrangerke
2015-02-13ACCESS: MM - Fix a bug in doBox_v1, implement some TYPE_3 codeStrangerke
2015-01-30ACCESS: MM - Remove a couple of useless variablesStrangerke
2015-01-26ACCESS: MM - Some work on bubble_boxStrangerke
2015-01-21ACCESS: MM - Fix the travel boxStrangerke
2015-01-19ACCESS: MM - Implement printBubble_v1Strangerke
2015-01-18ACCESS: MM - Implement displayInvStrangerke
2015-01-17ACCESS: MM - Fix a bug related to the down arrow, some refactoring and renamingStrangerke
2015-01-17ACCESS: MM - Fix crash in cmdDoTravel, some renamingStrangerke
2015-01-16ACCESS: MM - Finish the implementation of doBox_v1Strangerke
2015-01-16ACCESS: MM - Implement drawSelectBoxStrangerke
2015-01-16ACCESS: MM - Initial string display in doBox_v1Strangerke
2015-01-15ACCESS: MM - Implement up and down arrows in BubbleBoxStrangerke
2015-01-15ACCESS: MM - Implement getListStrangerke
2015-01-14ACCESS: MM - Implement displayBoxDataStrangerke
2015-01-13ACCESS: MM - Some more work on BubbleBox classStrangerke
2015-01-13ACCESS: MM - Work some more on doBox_v1Strangerke
2015-01-12ACCESS: MM - Start implementing MM dialog box, split cmdConverse in two (WIP)Strangerke
2015-01-09ACCESS: MM - Make Bubble Box variable, add MM bubble boxesStrangerke
2014-12-18ACCESS: Use Common::String to display bubble box textStrangerke
2014-12-17ACCESS: Some more polishing in the file headersStrangerke
2014-12-12ACCESS: JanitorialStrangerke
2014-12-12ACCESS: Fix incorrect screen draw during setup of bubble boxesPaul Gilbert
2014-12-12ACCESS: Fix buffer source when clearing speech bubblesPaul Gilbert
2014-12-12ACCESS: Fix restoring talk bubbles where right edge is a bit over screen edgePaul Gilbert
2014-12-12ACCESS: Fixed clearing talk bubbles during conversationsPaul Gilbert
2014-08-27ACCESS: Refactor the file manager to return resource structuresPaul Gilbert
2014-08-25ACCESS: Move _maxChars to asurfaceStrangerke
2014-08-25ACCESS: Stub for printText methodPaul Gilbert
2014-08-23ACCESS: Fix cursor positioning in scrolled screens, and background restoresPaul Gilbert
2014-08-17ACCESS: Correct drawing the vertical edges of bubble boxesPaul Gilbert
2014-08-17ACCESS: Add updateTimers so bubble boxes can be removedPaul Gilbert
2014-08-17ACCESS: Fix showing bubble box text correctlyPaul Gilbert
2014-08-17ACCESS: Fix positioning of bubble boxesPaul Gilbert
2014-08-17ACCESS: Fixes for drawing bubble box backgroundsPaul Gilbert
2014-08-17ACCESS: Implemented bubble box drawing codePaul Gilbert
2014-08-17ACCESS: Add missing string parameters to bubble box methodsPaul Gilbert
2014-08-17ACCESS: Split the bubble box code from Room into it's own filePaul Gilbert