Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn | |
svn-id: r33455 | |||
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn | |
svn-id: r33413 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn | |
svn-id: r33140 | |||
2008-04-14 | Removed Common::Array::contains() | Max Horn | |
svn-id: r31501 | |||
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵ | Oystein Eftevaag | |
different directory structure and permission setup svn-id: r30761 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | Reverted r26922. | Johannes Schickel | |
svn-id: r26967 | |||
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel | |
svn-id: r26922 | |||
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann | |
svn-id: r26171 | |||
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo | |
svn-id: r26034 | |||
2007-03-08 | Changed ConfigManager to use class File instead of std C I/O to write the ↵ | Max Horn | |
config file svn-id: r26016 | |||
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it ↵ | Gregory Montoir | |
seems parallaction/parser.cpp code re-use them too svn-id: r25564 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn | |
svn-id: r23666 | |||
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell | |
svn-id: r23475 | |||
2006-07-10 | Change default config file location to 'Application Data\ScummVM' directory ↵ | Travis Howell | |
of the user's profile, when using Windows NT4/2000/XP/Vista svn-id: r23465 | |||
2006-07-08 | Fixed typo in comment. | Torbjörn Andersson | |
svn-id: r23435 | |||
2006-06-08 | cleanup, made osystem for .ini on different devices. | Robert Göffringmann | |
svn-id: r22984 | |||
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt | |
svn-id: r22890 | |||
2006-04-21 | Return of void value is not valid for all platforms. Changed to call ↵ | Lars Persson | |
function and then plain return; svn-id: r22075 | |||
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ↵ | Max Horn | |
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) svn-id: r21951 | |||
2006-04-16 | Fixed some breakage in the 'Add Game' code I recently introduced; added a ↵ | Max Horn | |
FIXME comment regarding the 'description' config file key svn-id: r21943 | |||
2006-04-15 | Always use base 0 in strtol when parsing integer command line options / ↵ | Max Horn | |
config file entries (this makes it possible to optionally use hex values) svn-id: r21911 | |||
2006-04-15 | Properly init _activeDomain to 0 | Max Horn | |
svn-id: r21908 | |||
2006-04-15 | - Replaced ConfigManager::_globalDomains by _appDomain (we don't support ↵ | Max Horn | |
multiple global domains anymore) - Restructured parts of the ConfigManager to be more consistent and a bit easier to understand - Introduced ConfigManager::getDomain, potentially useful for code that needs to edit a specific domain (like the option dialogs) - Allow passing an empty string to ConfigManager::setActiveDomain(), to reset the active domain - Discard all transient config options (i.e. mostly command line settings) when entering the launcher, and after an engine exits - Introduced various hidden easter bugs. Happy easter, and have fun searching! svn-id: r21906 | |||
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn | |
svn-id: r21867 | |||
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson | |
svn-id: r21604 | |||
2006-03-31 | Avoid using Map::merge | Max Horn | |
svn-id: r21511 | |||
2006-03-28 | Get rid of Map::addKey | Max Horn | |
svn-id: r21480 | |||
2006-03-28 | - Renamed Map::remove to Map::erase (matching the STL and HashMap) | Max Horn | |
- Added Map::find() (see also HashMap), and made the ConfigManager use it svn-id: r21477 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 | |||
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ↵ | Lars Persson | |
application installation as a path for Savegames, ini files etc *Updated list.h so it also compiles for Symbian codewarrior and gcce compilers svn-id: r20586 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-21 | Clarified comment, cleanup | Max Horn | |
svn-id: r20111 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-15 | Leave as warning. | Travis Howell | |
svn-id: r20043 | |||
2006-01-15 | Update confusing warning. | Travis Howell | |
Check that config file location is writable. svn-id: r20034 | |||
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko | |
svn-id: r19710 | |||
2005-10-31 | Fix another HOME buffer overflow attack vector | Max Horn | |
svn-id: r19376 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-08 | PalmOS: | Chris Apers | |
- fix crash trying to use emptyString - debug option svn-id: r18963 | |||
2005-09-03 | Change PalmOS ident and fix ARM bug using global initializers | Chris Apers | |
svn-id: r18744 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 |