Age | Commit message (Expand) | Author |
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ... | Max Horn |
2004-03-29 | very simpled and limited stack class (fixed size even) | Max Horn |
2004-03-29 | Fixed a bad crash that occured when adding a new game target in the launcher | Max Horn |
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added OSystem::... | Max Horn |
2004-03-28 | Preserve comments in config files | Max Horn |
2004-03-28 | cleanup; extended config file format checking (partially from patch #896096) | Max Horn |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-28 | Changed printf() to debug() and removed newline at the end of some messages | Torbjörn Andersson |
2004-03-28 | reorder content | Max Horn |
2004-03-27 | clarify OSystem specification (setTimerCallback() must be 'atomic') | Max Horn |
2004-03-27 | small tweak | Max Horn |
2004-03-25 | free(0) is guaranteed to be a no-op | Max Horn |
2004-03-21 | two TODOs | Max Horn |
2004-03-16 | Fixed typo. | Torbjörn Andersson |
2004-03-15 | Added remove_at method | Eugene Sandulenko |
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but that'... | Max Horn |
2004-03-15 | more tweaks to doxygen | Max Horn |
2004-03-15 | fix circular header dependency, by moving StackLock class to common/system.h ... | Max Horn |
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn |
2004-03-15 | fix doxygen-comment mistakes | Max Horn |
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge... | Max Horn |
2004-03-13 | While moving things down by one line 'looks better' (IMO), it also means that... | Max Horn |
2004-03-13 | Document the backend feature flags a bit, I hope this clarifies their purpose... | Max Horn |
2004-03-09 | correct error text | Jonathan Gray |
2004-03-07 | remove dependency on SDL_byteorder.h when we are using config.h | Max Horn |
2004-03-04 | added Rect::moveTo methods | Max Horn |
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn |
2004-03-02 | Obsolete | Chris Apers |
2004-03-02 | Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS | Eugene Sandulenko |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-27 | the 2xsai class scalers all move the resulting image one up; work around that | Max Horn |
2004-02-27 | cleanup | Max Horn |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-14 | increased debug level | Paweł Kołodziejski |
2004-02-14 | const correctness! | Max Horn |
2004-02-14 | Add mutex tracking to make it easier to debug imuse deadlocks | James Brown |
2004-02-14 | Fix for bug #896506 (GUI: Invalid read) | Max Horn |
2004-02-10 | Correct hberew | Travis Howell |
2004-02-10 | NL = NetherLands, NederLanden, NiederLande - NO is Norway | Max Horn |
2004-02-10 | Ooops | Travis Howell |
2004-02-10 | Previous method wouldn't work, since each langague is in different directory. | Travis Howell |
2004-02-10 | Ooops | Travis Howell |
2004-02-10 | Add languages | Travis Howell |
2004-02-07 | Make g_platforms global, so that the alauncher can iterate over the list of s... | Max Horn |
2004-02-07 | Added FM-TOWNS to platforms list | Max Horn |
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, b... | James Brown |
2004-02-06 | Add extra paths for international version of Simon the Sorcerer 1, so game ca... | Travis Howell |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-30 | Various changes to the build system which allow building ScummVM in an extern... | Max Horn |
2004-01-26 | Return default description string | Chris Apers |