Age | Commit message (Expand) | Author |
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-10 | Moved mutex stuff into a seperate header | Max Horn |
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV... | Max Horn |
2005-01-09 | some disabled warning moved from .vcproj to #pragma with comments | Andrew Kurushin |
2005-01-09 | Ensure these headers match the rest of ScummVM | Max Horn |
2005-01-09 | Since _pos is unsigned it's always >= 0, so testing for negativity will | Torbjörn Andersson |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-06 | turn off "no definition for inline function" warning | Andrew Kurushin |
2005-01-06 | - remove "extern" before OSystem::makeInstance | Andrew Kurushin |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Removing obsolete comment | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ... | Max Horn |
2004-12-30 | cleanup | Max Horn |
2004-12-29 | Compile fix from cyx | Travis Howell |
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn |
2004-12-25 | Make loading the config file explicit | Max Horn |
2004-12-22 | Now it is possible to count MD5 only for specified amount of bytes from file. | Eugene Sandulenko |
2004-12-20 | WinCE global domains are not needed anymore | Nicolas Bacca |
2004-12-20 | Add common include needed by WinCE | Nicolas Bacca |
2004-12-15 | - Move MAXPATHLEN includes/defines into common location | Jonathan Gray |
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn |
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn |
2004-12-12 | Hide iterator implementation details from client code | Max Horn |
2004-12-11 | Remove the 24 bit read/write methods -- we don't use them anymore and they ar... | Max Horn |
2004-12-11 | Modified version of patch #1082777 (common/stream optimization) | Max Horn |
2004-12-11 | Update CE default savepath | Nicolas Bacca |
2004-12-10 | Moved to prefix file | Chris Apers |
2004-12-05 | cleanup | Max Horn |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-27 | Make use of our String class instead of juggling with char pointers; added Fi... | Max Horn |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ... | Max Horn |
2004-11-14 | Extend fopenNoCase with probe of capitalized files, such as Cave.mid. | Eugene Sandulenko |
2004-11-13 | Add new clearScreen OSystem call. Currently only implemented in SDL backend. ... | James Brown |
2004-11-09 | Cleanup | Chris Apers |
2004-11-07 | For now, perform writing always in the current directory (the old code would ... | Max Horn |
2004-10-19 | Got rid of ungetc() to save Chrilith from the trouble of implementing it | Torbjörn Andersson |
2004-10-18 | Accepted patch #1048693 -- Making File::gets() more well-defined. | Eugene Sandulenko |
2004-10-16 | Fix bug #1048129 which prevented eof() method from working. | Eugene Sandulenko |
2004-10-16 | Add gets() method to File class. | Eugene Sandulenko |
2004-10-15 | Clarify OSystem::setPalette documentation (thanks for pointing this out, Lord... | Max Horn |
2004-10-08 | Use compile.h as prefix file | Chris Apers |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-28 | forgot to commit this, silly me :-) | Max Horn |
2004-09-28 | Preserve the order of config file sections -> to suite people who manually ed... | Max Horn |