aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2004-03-27clarify OSystem specification (setTimerCallback() must be 'atomic')Max Horn
2004-03-27small tweakMax Horn
2004-03-25free(0) is guaranteed to be a no-opMax Horn
2004-03-21two TODOsMax Horn
2004-03-16Fixed typo.Torbjörn Andersson
2004-03-15Added remove_at methodEugene Sandulenko
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-03-15more tweaks to doxygenMax Horn
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ...Max Horn
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-15fix doxygen-comment mistakesMax Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-13While moving things down by one line 'looks better' (IMO), it also means that...Max Horn
2004-03-13Document the backend feature flags a bit, I hope this clarifies their purpose...Max Horn
2004-03-09correct error textJonathan Gray
2004-03-07remove dependency on SDL_byteorder.h when we are using config.hMax Horn
2004-03-04added Rect::moveTo methodsMax Horn
2004-03-04add ConfigManager::getActiveDomainMax Horn
2004-03-02ObsoleteChris Apers
2004-03-02Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOSEugene Sandulenko
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn