aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
AgeCommit message (Expand)Author
2019-12-11COMMON: Minor Spelling Fix to Util Header CommentD G Turner
2019-07-30COMMON: Add getHumanReadableBytes() in util.hAlexander Tkachev
2019-07-24COMMON: Add wrappers for iscntrl() and isgraph()Cameron Cawley
2019-05-24GLK: TADS2: Added code for output, run, various miscellaneousPaul Gilbert
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-03-29COMMON: Fix Doxygen commentAdrian Frühwirth
2017-10-07COMMON: Undefine ABS if it is a macroColin Snover
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-07-10TITANIC: Implement TTparser normalizePaul Gilbert
2014-06-21ALL: Remove support for MSVC8 and olderJoel Teichroeb
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-30COMMON: Enforce formatting guidelines a bit more in util.h.Johannes Schickel
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-04-04COMMON: Fix spelling of lengthJoel Teichroeb
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-24COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modesathrxx
2012-02-21COMMON: add gui options for rendering modesathrxx
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-12-04GUI: Fix GUIO flags again.Johannes Schickel
2011-12-04GUI: fix GUIO_NOSPEECH/GUIO_NOSFX settingsathrxx
2011-11-18COMMON: Added Croatian language (for a localized version of BS2.5)Filippos Karapetis
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-24GUI: Add GUIO EGA Dithering optionStrangerke
2011-10-23LAUNCHER: Add GUIO_NOASPECT to SCUMM engineStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-08-20COMMON: Restore locale <-> Common::Language conversion utilsEugene Sandulenko
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-06-21COMMON: Move HerculesDimensions enum to SCUMM.Johannes Schickel
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-07COMMON: Add iOS platform typeMatthew Hoops
2010-11-28COMMON: Comment out locale <-> Common::Language conversion utils for now.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-10-30COMMON: Add SCUMMVM_CURRENT_FUNCTION macro (useful for debugging)Max Horn
2010-08-11Use tabs instead of spaces for indentation.Eugene Sandulenko
2010-08-11GUI: add music devices for c64, amiga and apple II gsFlorian Kagerer
2010-07-05Fix update of GUI options, which only differ in the language setting.Johannes Schickel
2010-06-25AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-06COMMON: Add Common::parseBoolMax Horn
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel