aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.cpp
AgeCommit message (Expand)Author
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-16HUGO: Implement prompt text boxEugene Sandulenko
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-17Hugo: Use EntryDialog in Box()strangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
2011-01-23HUGO: CleanupArnaud Boutonné
2010-11-28HUGO: Modify or suppress some obsolete comments and warningsArnaud Boutonné
2010-11-11HUGO: Suppress the use of Utils::Error, cleanupArnaud Boutonné
2010-11-01HUGO: Replace Utils::Warn() by warning()Max Horn
2010-11-01HUGO: Convert class member comments to Doxygen formatArnaud Boutonné
2010-10-25HUGO: cleanup: Suppress trailing spaces and tabsArnaud Boutonné
2010-10-03HUGO: Clean-upArnaud Boutonné
2010-09-30HUGO: Improve message boxesArnaud Boutonné
2010-09-27HUGO: Move strlwr to UtilsArnaud Boutonné
2010-09-04HUGO: Fix decryption in H2 DOS, plus some cleanupArnaud Boutonné
2010-08-27HUGO: Hopefully fix GCC_PRINTF issue in utilArnaud Boutonné
2010-08-26HUGO: Removed some dead code and redundant indirectionOystein Eftevaag
2010-08-26HUGO: Implemented basic MIDI support.Oystein Eftevaag
2010-08-25HUGO: Fix invalid usage of snprintf with va_argsAndre Heider
2010-08-20Hugo : Style - Add parenthesis around condition when conditional operator is ...Arnaud Boutonné
2010-08-17HUGO: Fix file permissionsSven Hesse
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko