Age | Commit message (Expand) | Author |
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 |
2004-09-28 | Remove unused symbol | Max Horn |
2004-09-28 | use MAXPATHLEN for path buffer size | Jonathan Gray |
2004-09-18 | changed zlib support for msvc | Paweł Kołodziejski |
2004-09-18 | fixed msvc compilation for __restrict__ | Paweł Kołodziejski |
2004-09-04 | Some type corrections | Max Horn |
2004-09-04 | fixed warning, updated msvc projects | Paweł Kołodziejski |
2004-09-04 | Got rid of OSystem::move_screen | Max Horn |
2004-08-26 | Make building scalers optional. | Marcus Comstedt |
2004-08-23 | remove cast that produces a warning | Jonathan Gray |
2004-08-23 | Fix warning. | Eugene Sandulenko |
2004-08-22 | cleanup of TimerProc mess | Max Horn |
2004-08-20 | Make platform difference a bit clearer | Travis Howell |
2004-08-14 | fixed warnings | Paweł Kołodziejski |
2004-08-12 | Fix bug in FixedStack.pop(). Returned wrong value. | Eugene Sandulenko |
2004-08-12 | Fix compilation of remove_at() in array.h. It was never tested before. | Eugene Sandulenko |
2004-08-10 | Relaxed the assertion for the 3x scaler a bit. Since it uses pointers to | Torbjörn Andersson |
2004-08-08 | Fixed variable access in the debugger | Max Horn |
2004-08-08 | Slightly optimiized Normal2x | Max Horn |
2004-08-08 | fix compilation | Jonathan Gray |
2004-08-07 | Fix compile for now, include doesn't exist in mingw. | Travis Howell |
2004-08-07 | centers the scaled bitmap and fix the scaling of borders for ASM version) | Gregory Montoir |
2004-08-07 | Fix scaling of the borders of each given rect (for non-ASM version) | Max Horn |
2004-08-07 | should be 16 not 8 | Gregory Montoir |
2004-08-07 | Base our advmame scalers on the official Scale2x source - this way we can eas... | Max Horn |
2004-08-05 | Try the current dir last, not first | Max Horn |
2004-07-31 | Fixed bug #1001069; clarified/simplified some error messages | Max Horn |
2004-07-26 | slightly more informative error messages in class File | Max Horn |
2004-07-26 | Turn various File class methods into virtual methods, to allow overloading | Max Horn |
2004-07-23 | Allow subclasses to modify File class members (e.g. to set _ioFailed); change... | Max Horn |
2004-07-21 | Small tweaks for the String class | Max Horn |
2004-07-19 | Changed order of initialisation in XORReadStream::XORReadStream() to match or... | Bertrand Augereau |