aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/parser.cpp
AgeCommit message (Expand)Author
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-06-18HUGO: Remove F9 key handlingStrangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2012-02-02HUGO: Fix keyHandler (noticed by Strangerke).Alyssa Milburn
2011-11-30HUGO: Remove obsolete todoStrangerke
2011-09-08HUGO: Made some static data const.Johannes Schickel
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-18HUGO: Replace vsprintf by Common::String::vformatMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-20HUGO: Silent several warnings reported by littleboystrangerke
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-21HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBoxMax Horn
2011-03-08HUGO: Misc savegame modificationsstrangerke
2011-02-18HUGO: Remove extra spaces at end of linesstrangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
2011-02-18HUGO: Avoid duplicated code in functions related to HUGO.DATstrangerke
2011-02-15HUGO: Replace cypher by a global variable, clean engine destructorstrangerke
2011-02-15HUGO: more refactoring and encapsulationstrangerke
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-01-31Hugo: Some cleanupArnaud Boutonné
2011-01-30HUGO: Arnaud Boutonné
2011-01-29HUGO: Cleanup drawRectangle() and keyHandler()Arnaud Boutonné
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
2011-01-23HUGO: CleanupArnaud Boutonné
2011-01-09HUGO: intros are now skippableArnaud Boutonné
2011-01-08HUGO: Merge inventory object and mouse cursor when selectedArnaud Boutonné
2011-01-04HUGO: Implement menu commandsArnaud Boutonné
2010-12-20HUGO: Improve keyboard handlingArnaud Boutonné
2010-12-15HUGO: Clean-up, move MidiPlayer class definition to .h fileArnaud Boutonné
2010-12-12HUGO: Fix "mouse" bug in H3 Dos, TPS tuningArnaud Boutonné
2010-12-10HUGO: Enable the use of the icon based inventoryArnaud Boutonné
2010-11-29HUGO: Add GMM save/load and RTLArnaud Boutonné
2010-11-28HUGO: Modify or suppress some obsolete comments and warningsArnaud Boutonné
2010-11-27HUGO: Add F4/F5 keys to save/restoreGameArnaud Boutonné
2010-11-11HUGO: Cleanup, move several functions and variables to the object classArnaud Boutonné
2010-11-01HUGO: Convert class member comments to Doxygen formatArnaud Boutonné
2010-10-21HUGO: Moved _objects to a separate fileArnaud Boutonné
2010-10-12HUGO: Add lineHandler for v3 Dos, fix/add commentsArnaud Boutonné
2010-10-11HUGO: Split classes with multiple version in separate filesArnaud Boutonné
2010-10-10HUGO: Add specific takeObject and dropObject for H1 DOSArnaud Boutonné