aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2004-07-26Turn various File class methods into virtual methods, to allow overloadingMax Horn
2004-07-23Allow subclasses to modify File class members (e.g. to set _ioFailed); change...Max Horn
2004-07-21Small tweaks for the String classMax Horn
2004-07-19Changed order of initialisation in XORReadStream::XORReadStream() to match or...Bertrand Augereau
2004-07-18Simplified fopenNoCase (and reduced the code redundancy)Max Horn
2004-07-01Fix bug introduced with last addDefaultDirectory() change. It preventedEugene Sandulenko
2004-06-29Make md5_file() work regardless file name case and within arbitraryEugene Sandulenko
2004-06-28Added simple ref-counting to the File classMax Horn
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-06-27Added operator + for stringsMax Horn
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-06-27irrelevant tweak, but I am a const-junkie :-)Max Horn
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
2004-06-24Extended ReadMemoryStream class with seek methodEugene Sandulenko
2004-06-23As the comment above this code section states, the only reason we accept 1,2,...Max Horn
2004-06-23Fixed recognition of command-line --platform optionEugene Sandulenko
2004-06-22Implement 24-bit read from memory functionsEugene Sandulenko
2004-05-30Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and ...Eugene Sandulenko
2004-05-25New PalmOS includesChris Apers
2004-05-23we dont use more timers than 2Paweł Kołodziejski
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
2004-05-21fixed mingw compilationPaweł Kołodziejski
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
2004-05-08Added default iterator constructor, for convenienceMax Horn
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
2004-05-05Added generic variable size stack class - COMPLETELY UNTESTED. Really should ...Max Horn
2004-05-04Enchance ReadStream and MemoryReadStream with 24bits operations as wellEugene Sandulenko
2004-05-03Well, now we use MemoryReadStream at least in SAGA engine.Eugene Sandulenko
2004-04-29Added signed read/write methods to the Stream classesMax Horn
2004-04-25Comment about how our Rect class works. Note: the SAGA engine currently does ...Max Horn
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...Max Horn
2004-04-17Fix byte readsMax Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn
2004-04-16Fixed const iteratorMax Horn