index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hugo
/
util.cpp
Age
Commit message (
Expand
)
Author
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-16
HUGO: Implement prompt text box
Eugene Sandulenko
2011-03-21
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
Max Horn
2011-03-21
HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBox
Max Horn
2011-03-17
Hugo: Use EntryDialog in Box()
strangerke
2011-02-18
HUGO: Move several short function bodies from headers to cpp files
strangerke
2011-01-25
HUGO: Move text arrays to a separate class
Arnaud Boutonné
2011-01-23
HUGO: Cleanup
Arnaud Boutonné
2010-11-28
HUGO: Modify or suppress some obsolete comments and warnings
Arnaud Boutonné
2010-11-11
HUGO: Suppress the use of Utils::Error, cleanup
Arnaud Boutonné
2010-11-01
HUGO: Replace Utils::Warn() by warning()
Max Horn
2010-11-01
HUGO: Convert class member comments to Doxygen format
Arnaud Boutonné
2010-10-25
HUGO: cleanup: Suppress trailing spaces and tabs
Arnaud Boutonné
2010-10-03
HUGO: Clean-up
Arnaud Boutonné
2010-09-30
HUGO: Improve message boxes
Arnaud Boutonné
2010-09-27
HUGO: Move strlwr to Utils
Arnaud Boutonné
2010-09-04
HUGO: Fix decryption in H2 DOS, plus some cleanup
Arnaud Boutonné
2010-08-27
HUGO: Hopefully fix GCC_PRINTF issue in util
Arnaud Boutonné
2010-08-26
HUGO: Removed some dead code and redundant indirection
Oystein Eftevaag
2010-08-26
HUGO: Implemented basic MIDI support.
Oystein Eftevaag
2010-08-25
HUGO: Fix invalid usage of snprintf with va_args
Andre Heider
2010-08-20
Hugo : Style - Add parenthesis around condition when conditional operator is ...
Arnaud Boutonné
2010-08-17
HUGO: Fix file permissions
Sven Hesse
2010-08-17
HUGO: Adding engine to the main tree
Eugene Sandulenko