Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-08-23 | remove cast that produces a warning | Jonathan Gray | |
svn-id: r14696 | |||
2004-08-23 | Fix warning. | Eugene Sandulenko | |
svn-id: r14692 | |||
2004-08-22 | cleanup of TimerProc mess | Max Horn | |
svn-id: r14683 | |||
2004-08-20 | Make platform difference a bit clearer | Travis Howell | |
svn-id: r14654 | |||
2004-08-14 | fixed warnings | Paweł Kołodziejski | |
svn-id: r14603 | |||
2004-08-12 | Fix bug in FixedStack.pop(). Returned wrong value. | Eugene Sandulenko | |
svn-id: r14567 | |||
2004-08-12 | Fix compilation of remove_at() in array.h. It was never tested before. | Eugene Sandulenko | |
Make stacks' pop() return top value, not just move stack pointer. svn-id: r14565 | |||
2004-08-10 | Relaxed the assertion for the 3x scaler a bit. Since it uses pointers to | Torbjörn Andersson | |
uint16, it should be enough that dstPtr is even; it doesn't have to be a multiple of four. The old assertion failed for me when I used the 3x scaler without aspect ratio correction. svn-id: r14536 | |||
2004-08-08 | Fixed variable access in the debugger | Max Horn | |
svn-id: r14523 | |||
2004-08-08 | Slightly optimiized Normal2x | Max Horn | |
svn-id: r14519 | |||
2004-08-08 | fix compilation | Jonathan Gray | |
svn-id: r14510 | |||
2004-08-07 | Fix compile for now, include doesn't exist in mingw. | Travis Howell | |
Should be checked for in configure svn-id: r14507 | |||
2004-08-07 | centers the scaled bitmap and fix the scaling of borders for ASM version) | Gregory Montoir | |
svn-id: r14505 | |||
2004-08-07 | Fix scaling of the borders of each given rect (for non-ASM version) | Max Horn | |
svn-id: r14504 | |||
2004-08-07 | should be 16 not 8 | Gregory Montoir | |
svn-id: r14503 |