aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2004-04-12Updated to match scale2x 2.0Max Horn
2004-04-12simple double linked list template class (completely untested)Max Horn
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ...Max Horn
2004-04-06Fixed Rect(width, height) constructorMax Horn
2004-03-31be tolerant against abuse of ConfMan.getInt(); add missing default value for ...Max Horn
2004-03-29very simpled and limited stack class (fixed size even)Max Horn
2004-03-29Fixed a bad crash that occured when adding a new game target in the launcherMax Horn
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-28Preserve comments in config filesMax Horn
2004-03-28cleanup; extended config file format checking (partially from patch #896096)Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-28Changed printf() to debug() and removed newline at the end of some messagesTorbjörn Andersson
2004-03-28reorder contentMax Horn