aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dialogs.h
AgeCommit message (Collapse)Author
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AVALANCHE: Move kTune and TuneType to Dialogs.uruk
2013-10-17AVALANCHE: callDialogDriver, displayText, unSkrimble, doTheBubble string cleanupurukgit
Unify callDialogDriver() and displayText(). Rework it, unSkrimble() and doTheBubble() to use Common::String instead of a private buffer. This fixes the bug regarding examining the money bag.
2013-10-17AVALANCHE: Move Bubble pos to Dialogs, make them privateStrangerke
2013-10-12AVALANCHE: Move some parser functions to Dialogs. Improve some commentsStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-04AVALANCHE: Start cleaning includes - remove useless include in header filesStrangerke
2013-10-02AVALANCHE: Use Doxygen comments in Dialogs, set private some membersStrangerke
2013-10-02AVALANCHE: Move ControlCharacter enum to enumsStrangerke
2013-10-01AVALANCHE: More work on variablesStrangerke
2013-10-01AVALANCHE: Remove useless variable, move variables to dialogsStrangerke
2013-10-01AVALANCHE: Rename getIcon() to drawIcon(), move it to Graphics from Dialogs, ↵uruk
implement it. Repair Dialogs::scrollModeDialogue().
2013-10-01AVALANCHE: Move drawSign() from Dialogs to Graphics. Implement it.uruk
2013-10-01AVALANCHE: Move some more variables out of AvalancheStrangerke
2013-10-01AVALANCHE: Rename _scrollNum to improve readibilityStrangerke
2013-10-01AVALANCHE: Move _scroll and _scrollNum to Dialogs. Remove a useless variableStrangerke
2013-09-28AVALANCHE: More rework on Graphic codeStrangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke
2013-09-26AVALANCHE: Partially implement (there are still missing features: icon, ↵uruk
keyboard control) the last missing type of scrolls: dialogs. Move some functions/variables, remove unused code in order to do so.
2013-09-21AVALANCHE: rename scrolls to dialogsStrangerke