Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-06 | turn off "no definition for inline function" warning | Andrew Kurushin | |
svn-id: r16458 | |||
2005-01-06 | - remove "extern" before OSystem::makeInstance | Andrew Kurushin | |
svn-id: r16457 | |||
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 ↵ | Max Horn | |
(see also patch #1095133) svn-id: r16454 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 | |||
2005-01-01 | Removing obsolete comment | Max Horn | |
svn-id: r16401 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ↵ | Max Horn | |
the command line option has higher priority); i.e. it's affecting the config system (see also bug #1045171) svn-id: r16391 | |||
2004-12-30 | cleanup | Max Horn | |
svn-id: r16382 | |||
2004-12-29 | Compile fix from cyx | Travis Howell | |
svn-id: r16366 | |||
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn | |
svn-id: r16360 | |||
2004-12-25 | Make loading the config file explicit | Max Horn | |
svn-id: r16317 | |||
2004-12-22 | Now it is possible to count MD5 only for specified amount of bytes from file. | Eugene Sandulenko | |
It is useful for MD5'ing hunge files. svn-id: r16259 | |||
2004-12-20 | WinCE global domains are not needed anymore | Nicolas Bacca | |
svn-id: r16219 | |||
2004-12-20 | Add common include needed by WinCE | Nicolas Bacca | |
svn-id: r16217 | |||
2004-12-15 | - Move MAXPATHLEN includes/defines into common location | Jonathan Gray | |
- Save files are now stored in $HOME/.scummvm/ by default if no other save path is specified on non MacOS X unices. svn-id: r16060 | |||
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn | |
svn-id: r16046 | |||
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn | |
svn-id: r16042 | |||
2004-12-12 | Hide iterator implementation details from client code | Max Horn | |
svn-id: r16041 | |||
2004-12-11 | Remove the 24 bit read/write methods -- we don't use them anymore and they ↵ | Max Horn | |
are weird anyway ;-) svn-id: r16037 | |||
2004-12-11 | Modified version of patch #1082777 (common/stream optimization) | Max Horn | |
svn-id: r16034 | |||
2004-12-11 | Update CE default savepath | Nicolas Bacca | |
svn-id: r16027 | |||
2004-12-10 | Moved to prefix file | Chris Apers | |
svn-id: r16015 | |||
2004-12-05 | cleanup | Max Horn | |
svn-id: r15991 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵ | Max Horn | |
some very specialised methods svn-id: r15914 | |||
2004-11-27 | Make use of our String class instead of juggling with char pointers; added ↵ | Max Horn | |
File::exists method svn-id: r15913 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ↵ | Max Horn | |
though :-) svn-id: r15864 | |||
2004-11-14 | Extend fopenNoCase with probe of capitalized files, such as Cave.mid. | Eugene Sandulenko | |
svn-id: r15812 | |||
2004-11-13 | Add new clearScreen OSystem call. Currently only implemented in SDL backend. ↵ | James Brown | |
This call is currently only used for clearing the launcher screen to remove garbage from the main screen before reentering. svn-id: r15799 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-11-07 | For now, perform writing always in the current directory (the old code would ↵ | Max Horn | |
just create a new file in the first place it was looking at when using the write mode, which definitely is not what we want in most cases) svn-id: r15730 | |||
2004-10-19 | Got rid of ungetc() to save Chrilith from the trouble of implementing it | Torbjörn Andersson | |
himself on PalmOS. svn-id: r15616 | |||
2004-10-18 | Accepted patch #1048693 -- Making File::gets() more well-defined. | Eugene Sandulenko | |
svn-id: r15608 | |||
2004-10-16 | Fix bug #1048129 which prevented eof() method from working. | Eugene Sandulenko | |
svn-id: r15573 | |||
2004-10-16 | Add gets() method to File class. | Eugene Sandulenko | |
svn-id: r15572 | |||
2004-10-15 | Clarify OSystem::setPalette documentation (thanks for pointing this out, ↵ | Max Horn | |
LordHoto) svn-id: r15562 | |||
2004-10-08 | Use compile.h as prefix file | Chris Apers | |
svn-id: r15472 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-28 | forgot to commit this, silly me :-) | Max Horn | |
svn-id: r15323 | |||
2004-09-28 | Preserve the order of config file sections -> to suite people who manually ↵ | Max Horn | |
edit the config file svn-id: r15322 | |||
2004-09-28 | Remove unused symbol | Max Horn | |
svn-id: r15321 | |||
2004-09-28 | use MAXPATHLEN for path buffer size | Jonathan Gray | |
svn-id: r15319 | |||
2004-09-18 | changed zlib support for msvc | Paweł Kołodziejski | |
svn-id: r15163 | |||
2004-09-18 | fixed msvc compilation for __restrict__ | Paweł Kołodziejski | |
svn-id: r15160 | |||
2004-09-04 | Some type corrections | Max Horn | |
svn-id: r14896 | |||
2004-09-04 | fixed warning, updated msvc projects | Paweł Kołodziejski | |
svn-id: r14894 | |||
2004-09-04 | Got rid of OSystem::move_screen | Max Horn | |
svn-id: r14882 | |||
2004-08-26 | Make building scalers optional. | Marcus Comstedt | |
svn-id: r14784 |