aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/dialogs.cpp
AgeCommit message (Expand)Author
2019-10-15AVALANCHE: Fix Missing Default Switch CasesD G Turner
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-06-07AVALANCHE: Janitorial - remove trailing spaces and tabsStrangerke
2014-04-12AVALANCHE: Remove useless warnings.uruk
2014-04-12AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning.uruk
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-03-03AVALANCHE: Implement the status leds on the toolbar.uruk
2014-02-19AVALANCHE: Some British to American englishStrangerke
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AVALANCHE: Move kTune and TuneType to Dialogs.uruk
2013-12-17AVALANCHE: Fix some coding convention issues, fix some warningsStrangerke
2013-12-17AVALANCHE: Silent false-positive warning reported in BuildbotStrangerke
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistenturukgit
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistentStrangerke
2013-11-22AVALANCHE: Janitorial - Remove extra blank linesStrangerke
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-10-26AVALANCHE: Fix CID1109676 - Uninitialized scalar fields (in Dialogs)Strangerke
2013-10-25AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)Strangerke
2013-10-25AVALANCHE: Fix several other out of bounds access - CID 1109650Strangerke
2013-10-22Avalanche: Replace some British English by American EnglishStrangerke
2013-10-17AVALANCHE: callDialogDriver, displayText, unSkrimble, doTheBubble string cleanupurukgit
2013-10-17AVALANCHE: Move Bubble pos to Dialogs, make them privateStrangerke
2013-10-17AVALANCHE: Rework animation init/remove some moreStrangerke
2013-10-15AVALANCHE: Fix iteration in Dialogs::talkTo().urukgit
2013-10-14AVALANCHE: Remove StatType, reduce verbosity some moreStrangerke
2013-10-14AVALANCHE: Modifiy AnimationType initialization, add private Animation pointerStrangerke
2013-10-12AVALANCHE: Move some parser functions to Dialogs. Improve some commentsStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-06AVALANCHE: Add a comment to Dialogs::stripTrailingSpaces().uruk
2013-10-05AVALANCHE: Cleaning includes - remove useless includes in cpp filesStrangerke
2013-10-03AVALANCHE: Don't refresh screen after every event in scroll modeWillem Jan Palenstijn
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
2013-10-01AVALANCHE: Implement Dialogs::displayQuestion(), repair setSeed() and getRand...uruk
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: _scrollNum is now a C indexStrangerke
2013-10-01AVALANCHE: Move _scroll and _scrollNum to Dialogs. Remove a useless variableStrangerke
2013-09-30AVALANCHE: Implement keyboard control in Dialogs::scrollModeDialogue().uruk
2013-09-29AVALANCHE: move some more functions to GraphicsStrangerke
2013-09-28AVALANCHE: Partially move drawScroll to GraphicsStrangerke
2013-09-28AVALANCHE: More rework on Graphic codeStrangerke
2013-09-28AVALANCHE: Use an enum for the Mouse cursor identifierStrangerke
2013-09-28AVALANCHE: Move mouse cursor display functions to GraphicsStrangerke
2013-09-27AVALANCHE: Use the Color enum, remove some magic values, identify some dead v...Strangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke