aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2004-08-08Slightly optimiized Normal2xMax Horn
2004-08-08fix compilationJonathan Gray
2004-08-07Fix compile for now, include doesn't exist in mingw.Travis Howell
2004-08-07centers the scaled bitmap and fix the scaling of borders for ASM version)Gregory Montoir
2004-08-07Fix scaling of the borders of each given rect (for non-ASM version)Max Horn
2004-08-07should be 16 not 8Gregory Montoir
2004-08-07Base our advmame scalers on the official Scale2x source - this way we can eas...Max Horn
2004-08-05Try the current dir last, not firstMax Horn
2004-07-31Fixed bug #1001069; clarified/simplified some error messagesMax Horn
2004-07-26slightly more informative error messages in class FileMax Horn