Age | Commit message (Expand) | Author |
2010-08-11 | Use tabs instead of spaces for indentation. | Eugene Sandulenko |
2010-08-11 | GUI: add music devices for c64, amiga and apple II gs | Florian Kagerer |
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel |
2010-06-25 | AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | GUI: Implemented Languages as GUI options. | Eugene Sandulenko |
2010-06-15 | GUI: Implement MIDI drivers as GUI options. | Eugene Sandulenko |
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la... | Ori Avtalion |
2010-04-06 | COMMON: Add Common::parseBool | Max Horn |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-03-18 | COMMON: Move tag2str from util.h to str.h | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-01-03 | Sort language list (and showing that Lure is really broken). | Eugene Sandulenko |
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko |
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under MSV... | Filippos Karapetis |
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-15 | Give Gob1 CD-i its own platform. | Matthew Hoops |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-07-13 | Refactor GUI options update into a function in Common: updateGameGUIOptions. | Johannes Schickel |
2009-06-23 | Added support for Hungarian | Sven Hesse |
2009-06-08 | Spacing. | Travis Howell |
2009-06-06 | Added CoCo3 version of SQ1 | Eugene Sandulenko |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-12 | Added a startOffset parameter to hexdump() (used by SCI's own hexdump method) | Filippos Karapetis |
2009-03-19 | COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ... | Max Horn |
2009-02-28 | Patch #2638336: Broken Sword PSX Support | Eugene Sandulenko |
2009-02-18 | Fix documentation, warning prints to stderr not stdout. | Johannes Schickel |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; al... | Max Horn |
2008-11-13 | Fixed compilation with DISABLE_TEXT_CONSOLE. | Johannes Schickel |
2008-11-13 | * got rid of CDECL | Max Horn |
2008-09-22 | Fix comments for random() funcs (thanks to salty-horse for pointing this out) | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-03 | Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1. | Travis Howell |
2008-05-20 | Cleaned up engine debug level code. | Johannes Schickel |
2008-04-04 | cleanup | Max Horn |
2008-02-17 | Tweaks to fmopl; same net effect overall, just faster. | Robin Watts |
2008-02-08 | Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al... | Kari Salminen |
2008-01-28 | Removed unneeded copy constructor & assignment operator (the compiler will au... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-21 | replaced the unsafe tag2str implementation by a safe one, now that it seems t... | Max Horn |
2008-01-21 | Move tag2str() to common/ | Eugene Sandulenko |
2007-11-01 | Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTA... | Filippos Karapetis |
2007-10-04 | Patch #1805208: move matchString to Common::Util | Max Horn |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-15 | - added PC-98 platform entry | Johannes Schickel |
2007-07-27 | Early in the morning, strrev() looks like a more difficult problem than it | Torbjörn Andersson |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |