aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.cpp
AgeCommit message (Expand)Author
2013-10-17AVALANCHE: Some more refactoringStrangerke
2013-10-14AVALANCHE: Modifiy AnimationType initialization, add private Animation pointerStrangerke
2013-10-12AVALANCHE: Move/Improve some comments in parserStrangerke
2013-10-12AVALANCHE: Move some parser functions to Dialogs. Improve some commentsStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-11AVALANCHE: Implement Bleep(), improve one commentStrangerke
2013-10-09AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn)Strangerke
2013-10-08AVALANCHE: Remove empty case in verb handling, clarify output when the opcode...Strangerke
2013-10-08AVALANCHE: Add code for Shift-F10Strangerke
2013-10-08AVALANCHE: Hook some more function keysStrangerke
2013-10-07AVALANCHE: Add save/load codeStrangerke
2013-10-07AVALANCHE: Hook some more function keysStrangerke
2013-10-07AVALANCHE: Fix parser bug when pressing F5Strangerke
2013-10-06AVALANCHE: Fix time outputWillem Jan Palenstijn
2013-10-06AVALANCHE: Fix potential integer overflowWillem Jan Palenstijn
2013-10-06AVALANCHE: Rework totalTime()Strangerke
2013-10-06AVALANCHE: Get rid of FP in Parser::totalTime().uruk
2013-10-06AVALANCHE: Use floats instead of double. Use M_PI where it is possible.uruk
2013-10-05AVALANCHE: Replace static strings by static char*Strangerke
2013-10-05AVALANCHE: Cleaning includes - remove useless includes in cpp filesStrangerke
2013-10-04AVALANCHE: Fix static array namesStrangerke
2013-10-02AVALANCHE: Move ControlCharacter enum to enumsStrangerke
2013-10-01AVALANCHE: more work on variablesStrangerke
2013-10-01AVALANCHE: Remove verbosity related to the use of Magics enumStrangerke
2013-10-01AVALANCHE: More work on variablesStrangerke
2013-10-01AVALANCHE: More refactoringStrangerke
2013-09-30AVALANCHE: Rename getFlag(), change _roomTime to uint32Strangerke
2013-09-29AVALANCHE: Silent warnings reported by wjpStrangerke
2013-09-29AVALANCHE: move some more functions to GraphicsStrangerke
2013-09-29AVALANCHE: Add some more graphic functionsStrangerke
2013-09-28AVALANCHE: More rework on Graphic codeStrangerke
2013-09-28AVALANCHE: Move some more functions to GraphicsStrangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke
2013-09-27AVALANCHE: Merge Avalot and AvalancheEngineStrangerke
2013-09-26AVALANCHE: Objectify Sequence. This commit breaks savegames.Strangerke
2013-09-25AVALANCHE: Janitorial - Use ++ and -- when possibleStrangerke
2013-09-25AVALANCHE: use nullptr for empty pointersStrangerke
2013-09-25AVALANCHE: Reduce verbosity in Background, remove a useless variableStrangerke
2013-09-24AVALANCHE: Use enum for verbsStrangerke
2013-09-24AVALANCHE: Use People enum as a type for several variables, modify functions ...Strangerke
2013-09-24AVALANCHE: Use Room enum instead of byte in misc placeStrangerke
2013-09-24AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variablesStrangerke
2013-09-23AVALANCHE: Refactor some variables. This breaks savegame compatibilityStrangerke
2013-09-22AVALANCHE: (hopefully) fix a GCC warningStrangerke
2013-09-22AVALANCHE: Move some variablesStrangerke
2013-09-22AVALANCHE: Remove comment, replace character.uruk
2013-09-21AVALANCHE: Move some variables, fix savegame counter increment when savingStrangerke
2013-09-21AVALANCHE: Merge Gyro, Lucerna and AvalotStrangerke
2013-09-21AVALANCHE: Merge Acci and ParserStrangerke
2013-09-21AVALANCHE: Silence more GCC warnings.uruk