aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
AgeCommit message (Expand)Author
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-03-18COMMON: Move tag2str from util.h to str.hMax Horn
2010-03-18COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cppMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-01-04Implemented the same fix for tag2string() as in commit #44920, thereby fixing...Filippos Karapetis
2010-01-03Sort language list (and showing that Lure is really broken).Eugene Sandulenko
2009-12-31Add support for Chinese translated games.Eugene Sandulenko
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-11-24COMMON: Remove dependency on engines code (by using the inversion principle).Max Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-09added support for samsung tvPaweł Kołodziejski
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-15Give Gob1 CD-i its own platform.Matthew Hoops
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
2009-07-13Reverted my previous change (fprintf vs fputs),Max Lingua
2009-07-12Remove double endlineWillem Jan Palenstijn
2009-07-12On PS2 use "fprintf" (as in 0.13.x ) to print error messages to stderr,Max Lingua
2009-06-23Added support for HungarianSven Hesse
2009-06-06Added CoCo3 version of SQ1Eugene Sandulenko
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-06-05Make the PlayStation's abbreviation to all lower-case for consistency and cha...Matthew Hoops
2009-05-12Added a startOffset parameter to hexdump() (used by SCI's own hexdump method)Filippos Karapetis
2009-02-28Patch #2638336: Broken Sword PSX SupportEugene Sandulenko
2009-01-30Moved debug() etc. and special debug flag handling code to common/debug.*; al...Max Horn
2009-01-29Be paranoid about g_system being setMax Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2008-11-15Little fix for my last commit.Johannes Schickel
2008-11-15Yet another buffer safetyness fix. (strcpy -> strncpy)Johannes Schickel
2008-11-15Paranoia: Add destination buffer size to Engine::errorString to help avoiding...Johannes Schickel
2008-11-13* got rid of CDECLMax Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-03Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.Travis Howell
2008-08-27Removed various uses of scumm_stricmp by the more readable String::equalsIgno...Max Horn
2008-05-20Cleaned up engine debug level code.Johannes Schickel
2008-05-19Removed some more obsolete GP32 codeMax Horn
2008-02-17Tweaks to fmopl; same net effect overall, just faster.Robin Watts
2008-02-08Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al...Kari Salminen
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-21replaced the unsafe tag2str implementation by a safe one, now that it seems t...Max Horn
2008-01-21Move tag2str() to common/Eugene Sandulenko
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
2007-12-06reverted commit #29736 with a proper fix (I think) to fmopl codeGregory Montoir
2007-12-06Reverted commit #29733, as RandomSource() is called before g_system is initia...Filippos Karapetis
2007-12-06Do not use time() needlesslyMax Horn
2007-11-01Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTA...Filippos Karapetis
2007-10-13Added extra includes for the DS port now that stdafx.h is no longer includedNeil Millstone
2007-10-04Patch #1805208: move matchString to Common::UtilMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo