aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2004-12-29Compile fix from cyxTravis Howell
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-12-25Make loading the config file explicitMax Horn
2004-12-22Now it is possible to count MD5 only for specified amount of bytes from file.Eugene Sandulenko
2004-12-20WinCE global domains are not needed anymoreNicolas Bacca
2004-12-20Add common include needed by WinCENicolas Bacca
2004-12-15- Move MAXPATHLEN includes/defines into common locationJonathan Gray
2004-12-14Patch #1083548 (common/list enhancement)Max Horn
2004-12-12Optimized List assignment operator, thanks to h00liganMax Horn
2004-12-12Hide iterator implementation details from client codeMax Horn
2004-12-11Remove the 24 bit read/write methods -- we don't use them anymore and they ar...Max Horn
2004-12-11Modified version of patch #1082777 (common/stream optimization)Max Horn
2004-12-11Update CE default savepathNicolas Bacca
2004-12-10Moved to prefix fileChris Apers
2004-12-05cleanupMax Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27Make use of our String class instead of juggling with char pointers; added Fi...Max Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-22Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ...Max Horn
2004-11-14Extend fopenNoCase with probe of capitalized files, such as Cave.mid.Eugene Sandulenko
2004-11-13Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...James Brown
2004-11-09CleanupChris Apers
2004-11-07For now, perform writing always in the current directory (the old code would ...Max Horn
2004-10-19Got rid of ungetc() to save Chrilith from the trouble of implementing itTorbjörn Andersson
2004-10-18Accepted patch #1048693 -- Making File::gets() more well-defined.Eugene Sandulenko
2004-10-16Fix bug #1048129 which prevented eof() method from working.Eugene Sandulenko
2004-10-16Add gets() method to File class.Eugene Sandulenko
2004-10-15Clarify OSystem::setPalette documentation (thanks for pointing this out, Lord...Max Horn
2004-10-08Use compile.h as prefix fileChris Apers
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-28forgot to commit this, silly me :-)Max Horn
2004-09-28Preserve the order of config file sections -> to suite people who manually ed...Max Horn
2004-09-28Remove unused symbolMax Horn
2004-09-28use MAXPATHLEN for path buffer sizeJonathan Gray
2004-09-18changed zlib support for msvcPaweł Kołodziejski
2004-09-18fixed msvc compilation for __restrict__Paweł Kołodziejski
2004-09-04Some type correctionsMax Horn
2004-09-04fixed warning, updated msvc projectsPaweł Kołodziejski
2004-09-04Got rid of OSystem::move_screenMax Horn
2004-08-26Make building scalers optional.Marcus Comstedt
2004-08-23remove cast that produces a warningJonathan Gray
2004-08-23Fix warning.Eugene Sandulenko
2004-08-22cleanup of TimerProc messMax Horn
2004-08-20Make platform difference a bit clearerTravis Howell
2004-08-14fixed warningsPaweł Kołodziejski
2004-08-12Fix bug in FixedStack.pop(). Returned wrong value.Eugene Sandulenko
2004-08-12Fix compilation of remove_at() in array.h. It was never tested before.Eugene Sandulenko
2004-08-10Relaxed the assertion for the 3x scaler a bit. Since it uses pointers toTorbjörn Andersson
2004-08-08Fixed variable access in the debuggerMax Horn