Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-08-07 | Base our advmame scalers on the official Scale2x source - this way we can ↵ | Max Horn | |
easily update to new version and benefit from their optimizations (e.g. MMX support) svn-id: r14502 | |||
2004-08-05 | Try the current dir last, not first | Max Horn | |
svn-id: r14469 | |||
2004-07-31 | Fixed bug #1001069; clarified/simplified some error messages | Max Horn | |
svn-id: r14375 | |||
2004-07-26 | slightly more informative error messages in class File | Max Horn | |
svn-id: r14345 | |||
2004-07-26 | Turn various File class methods into virtual methods, to allow overloading | Max Horn | |
svn-id: r14341 | |||
2004-07-23 | Allow subclasses to modify File class members (e.g. to set _ioFailed); ↵ | Max Horn | |
change some warnings into errors svn-id: r14302 | |||
2004-07-21 | Small tweaks for the String class | Max Horn | |
svn-id: r14293 | |||
2004-07-19 | Changed order of initialisation in XORReadStream::XORReadStream() to match ↵ | Bertrand Augereau | |
order of declaration, to avoid a pedantic warning svn-id: r14273 | |||
2004-07-18 | Simplified fopenNoCase (and reduced the code redundancy) | Max Horn | |
svn-id: r14252 | |||
2004-07-01 | Fix bug introduced with last addDefaultDirectory() change. It prevented | Eugene Sandulenko | |
lowercase files from opening. svn-id: r14148 | |||
2004-06-29 | Make md5_file() work regardless file name case and within arbitrary | Eugene Sandulenko | |
directory. svn-id: r14123 | |||
2004-06-28 | Added simple ref-counting to the File class | Max Horn | |
svn-id: r14106 | |||
2004-06-28 | Enhanced default directory support in the File class; now one can specify ↵ | Max Horn | |
arbitrary many default search directories svn-id: r14095 | |||
2004-06-27 | Added operator + for strings | Max Horn | |
svn-id: r14093 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-06-27 | irrelevant tweak, but I am a const-junkie :-) | Max Horn | |
svn-id: r14089 | |||
2004-06-27 | Cleanup for MemoryReadStream; made it match the File-class interface | Max Horn | |
svn-id: r14086 | |||
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn | |
svn-id: r14056 |