Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-06-24 | Extended ReadMemoryStream class with seek method | Eugene Sandulenko | |
svn-id: r14030 | |||
2004-06-23 | As the comment above this code section states, the only reason we accept ↵ | Max Horn | |
1,2,3 here is for backward compatibility. 4 and 5 never were legal values, hence they shouldn't be detected svn-id: r14015 | |||
2004-06-23 | Fixed recognition of command-line --platform option | Eugene Sandulenko | |
svn-id: r14005 | |||
2004-06-22 | Implement 24-bit read from memory functions | Eugene Sandulenko | |
svn-id: r14002 | |||
2004-05-30 | Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and ↵ | Eugene Sandulenko | |
HQ3x scalers), off-by-one error. svn-id: r13906 | |||
2004-05-25 | New PalmOS includes | Chris Apers | |
svn-id: r13888 | |||
2004-05-23 | we dont use more timers than 2 | Paweł Kołodziejski | |
svn-id: r13850 | |||
2004-05-21 | Tweaks (Morphos & Palm backends badly need updating :-/) | Max Horn | |
svn-id: r13848 | |||
2004-05-21 | fixed mingw compilation | Paweł Kołodziejski | |
svn-id: r13846 | |||
2004-05-21 | Added assembly versions of HQ2x and HQ3x scalers. | Eugene Sandulenko | |
svn-id: r13844 | |||
2004-05-08 | Added default iterator constructor, for convenience | Max Horn | |
svn-id: r13808 | |||
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko | |
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777 | |||
2004-05-05 | Added generic variable size stack class - COMPLETELY UNTESTED. Really should ↵ | Max Horn | |
add some unit tests for this... svn-id: r13776 | |||
2004-05-04 | Enchance ReadStream and MemoryReadStream with 24bits operations as well | Eugene Sandulenko | |
as tell() and rewind() methods, as needed by SAGA engine. svn-id: r13772 | |||
2004-05-03 | Well, now we use MemoryReadStream at least in SAGA engine. | Eugene Sandulenko | |
Concept proved itself to be elegant and successful svn-id: r13770 | |||
2004-04-29 | Added signed read/write methods to the Stream classes | Max Horn | |
svn-id: r13680 | |||
2004-04-25 | Comment about how our Rect class works. Note: the SAGA engine currently does ↵ | Max Horn | |
use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. svn-id: r13626 | |||
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile ↵ | Max Horn | |
class provides this functionality now svn-id: r13597 | |||
2004-04-17 | Fix byte reads | Max Horn | |
svn-id: r13596 | |||
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ↵ | Max Horn | |
mails on scummvm-devel) svn-id: r13595 | |||
2004-04-16 | Fixed const iterator | Max Horn | |
svn-id: r13591 | |||
2004-04-12 | Updated to match scale2x 2.0 | Max Horn | |
svn-id: r13563 | |||
2004-04-12 | simple double linked list template class (completely untested) | Max Horn | |
svn-id: r13555 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-04-06 | Fixed Rect(width, height) constructor | Max Horn | |
svn-id: r13482 | |||
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ↵ | Max Horn | |
'speech_volume' in bs1 svn-id: r13435 | |||
2004-03-29 | very simpled and limited stack class (fixed size even) | Max Horn | |
svn-id: r13429 | |||
2004-03-29 | Fixed a bad crash that occured when adding a new game target in the launcher | Max Horn | |
svn-id: r13428 | |||
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added ↵ | Max Horn | |
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413 | |||
2004-03-28 | Preserve comments in config files | Max Horn | |
svn-id: r13412 | |||
2004-03-28 | cleanup; extended config file format checking (partially from patch #896096) | Max Horn | |
svn-id: r13411 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 |