Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, ↵ | Max Horn | |
rely on the build system to include them svn-id: r30957 | |||
2008-02-24 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30948 | |||
2008-02-23 | Replaced FilesystemFactory::makeFSFactory with a new method ↵ | Max Horn | |
OSystem::getFilesystemFactory() svn-id: r30947 | |||
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn | |
svn-id: r30935 | |||
2008-02-22 | Some corrections to the SaveFileManager Doxygen comments | Max Horn | |
svn-id: r30913 | |||
2008-02-20 | Fix code formatting and simplify code a little bit | Max Horn | |
svn-id: r30912 | |||
2008-02-17 | Tweaks to fmopl; same net effect overall, just faster. | Robin Watts | |
Eliminate divisions, floating point, and mod operation from inner synth loop. svn-id: r30896 | |||
2008-02-08 | Added a simple non-optimized StringTokenizer-class for tokenizing strings. ↵ | Kari Salminen | |
Also added a contains(char)-function to the String-class because it was handy in implementing the StringTokenizer. svn-id: r30828 | |||
2008-02-07 | Fix bug preventing compilation in iterator code. | Johannes Schickel | |
svn-id: r30818 | |||
2008-02-03 | Made some advanced detector stuff internal (for now), as it is only used by ↵ | Max Horn | |
AdvancedMetaEngine. Also removed obsolete ADVANCED_DETECTOR_DEFINE_PLUGIN macro svn-id: r30779 | |||
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-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin ↵ | Max Horn | |
API with a more object oriented approach) svn-id: r30726 | |||
2008-02-01 | Moved enum PluginError from base/plugins.h to common/error.h | Max Horn | |
svn-id: r30723 | |||
2008-01-31 | Second part of patch #1880781: "BeOS port for scummvm" | Eugene Sandulenko | |
svn-id: r30720 | |||
2008-01-28 | - make Common::sort supporting a function object to compare two entries ↵ | Johannes Schickel | |
instead of operator < - adapt parallaction to use the new Common::sort function svn-id: r30692 | |||
2008-01-28 | Removed unneeded copy constructor & assignment operator (the compiler will ↵ | Max Horn | |
auto-generate them for us) svn-id: r30678 | |||
2008-01-28 | Forward declare HashMap::ConstIterator (this might fix compile errors with ↵ | Max Horn | |
some old GCC versions) svn-id: r30670 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-26 | Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it ↵ | Max Horn | |
possible to restrict the search depth, fixed the 'exhaustive' mode and some other tweaks) svn-id: r30644 | |||
2008-01-23 | assert if hashmap iterator is out of bounds (e.g. happens when derefing end() | Max Horn | |
svn-id: r30623 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2008-01-21 | replaced the unsafe tag2str implementation by a safe one, now that it seems ↵ | Max Horn | |
to be meant for general use ;) svn-id: r30599 | |||
2008-01-21 | Move tag2str() to common/ | Eugene Sandulenko | |
svn-id: r30598 | |||
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn | |
svn-id: r30552 | |||
2008-01-13 | Fix warnings HashMap causes on some compilers (notably, GCC 3.x used for ↵ | Max Horn | |
various cross compilers) svn-id: r30472 | |||
2008-01-10 | BE -> AE | Max Horn | |
svn-id: r30376 | |||
2008-01-05 | Several warnings which have been disabled for MSVC are never thrown (at ↵ | Filippos Karapetis | |
least not anymore). Removing all the unneeded ones svn-id: r30248 | |||
2008-01-05 | Grammar fix in comment for kFeatureAutoComputeDirtyRects | Paul Gilbert | |
svn-id: r30240 | |||
2008-01-05 | Fixed comment that incorrectly reversed green and blue ordering for ↵ | Paul Gilbert | |
setPalette data svn-id: r30237 | |||
2008-01-03 | Don't allow implicit conversion from Common::String to Common::FilesystemNode. | Johannes Schickel | |
svn-id: r30199 | |||
2008-01-03 | Different zlib.h included paths for Symbian OS to differenciate between ↵ | Lars Persson | |
system and user includes svn-id: r30189 | |||
2007-12-31 | Add to AdvancedDetector possibility to use field 'extra' in ADGameDescription | Eugene Sandulenko | |
to be used as a hint. svn-id: r30105 | |||
2007-12-30 | Clarify SaveFileManager::listSavefiles usage | Max Horn | |
svn-id: r30077 | |||
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert | |
svn-id: r30068 | |||
2007-12-28 | Added missing files from patch #1858158. | Torbjörn Andersson | |
svn-id: r30043 | |||
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko | |
svn-id: r30041 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-28 | Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ↵ | Max Horn | |
in newer GCC versions that they *accepted* the old code...) svn-id: r30022 | |||
2007-12-27 | same bug on arm-wince-gcc 4.1.0 | Kostas Nakos | |
svn-id: r30014 | |||
2007-12-27 | Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression". | Johannes Schickel | |
svn-id: r30013 | |||
2007-12-26 | Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for ↵ | Max Horn | |
Mac OS X compiler bug svn-id: r30004 | |||
2007-12-23 | SaveFileManager::setError is an internal method; also, pass string to it ↵ | Max Horn | |
by-ref not by-value svn-id: r29967 | |||
2007-12-22 | Document that we expect recursive mutex locking behavior | Max Horn | |
svn-id: r29952 | |||
2007-12-21 | Turn off an MSVC warning, thrown with some escape sequences | Filippos Karapetis | |
svn-id: r29932 | |||
2007-12-20 | Fix compilation under MSVC9 | Filippos Karapetis | |
svn-id: r29923 | |||
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 |