Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-03-28 | Changed printf() to debug() and removed newline at the end of some messages | Torbjörn Andersson | |
svn-id: r13403 | |||
2004-03-28 | reorder content | Max Horn | |
svn-id: r13395 | |||
2004-03-27 | clarify OSystem specification (setTimerCallback() must be 'atomic') | Max Horn | |
svn-id: r13391 | |||
2004-03-27 | small tweak | Max Horn | |
svn-id: r13390 | |||
2004-03-25 | free(0) is guaranteed to be a no-op | Max Horn | |
svn-id: r13380 | |||
2004-03-21 | two TODOs | Max Horn | |
svn-id: r13356 | |||
2004-03-16 | Fixed typo. | Torbjörn Andersson | |
svn-id: r13316 | |||
2004-03-15 | Added remove_at method | Eugene Sandulenko | |
svn-id: r13297 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-03-15 | more tweaks to doxygen | Max Horn | |
svn-id: r13294 | |||
2004-03-15 | fix circular header dependency, by moving StackLock class to common/system.h ↵ | Max Horn | |
(it ties closely into OSystem anyway) svn-id: r13292 | |||
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
2004-03-15 | fix doxygen-comment mistakes | Max Horn | |
svn-id: r13286 | |||
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵ | Max Horn | |
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284 | |||
2004-03-13 | While moving things down by one line 'looks better' (IMO), it also means ↵ | Max Horn | |
that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family svn-id: r13257 | |||
2004-03-13 | Document the backend feature flags a bit, I hope this clarifies their ↵ | Max Horn | |
purposes; if not feel free to augment the descriptions or tell me what I should add (same goes for the rest of the OSystem documentation, BTW) svn-id: r13252 | |||
2004-03-09 | correct error text | Jonathan Gray | |
svn-id: r13226 | |||
2004-03-07 | remove dependency on SDL_byteorder.h when we are using config.h | Max Horn | |
svn-id: r13206 | |||
2004-03-04 | added Rect::moveTo methods | Max Horn | |
svn-id: r13190 | |||
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn | |
svn-id: r13189 | |||
2004-03-02 | Obsolete | Chris Apers | |
svn-id: r13144 | |||
2004-03-02 | Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS | Eugene Sandulenko | |
svn-id: r13128 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-27 | the 2xsai class scalers all move the resulting image one up; work around that | Max Horn | |
svn-id: r13071 | |||
2004-02-27 | cleanup | Max Horn | |
svn-id: r13069 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-14 | increased debug level | Paweł Kołodziejski | |
svn-id: r12889 | |||
2004-02-14 | const correctness! | Max Horn | |
svn-id: r12874 | |||
2004-02-14 | Add mutex tracking to make it easier to debug imuse deadlocks | James Brown | |
svn-id: r12870 | |||
2004-02-14 | Fix for bug #896506 (GUI: Invalid read) | Max Horn | |
svn-id: r12864 | |||
2004-02-10 | Correct hberew | Travis Howell | |
svn-id: r12815 | |||
2004-02-10 | NL = NetherLands, NederLanden, NiederLande - NO is Norway | Max Horn | |
svn-id: r12813 | |||
2004-02-10 | Ooops | Travis Howell | |
svn-id: r12812 | |||
2004-02-10 | Previous method wouldn't work, since each langague is in different directory. | Travis Howell | |
svn-id: r12810 | |||
2004-02-10 | Ooops | Travis Howell | |
svn-id: r12806 | |||
2004-02-10 | Add languages | Travis Howell | |
Sync md5 Correct another name svn-id: r12805 | |||
2004-02-07 | Make g_platforms global, so that the alauncher can iterate over the list of ↵ | Max Horn | |
supported platforms svn-id: r12765 | |||
2004-02-07 | Added FM-TOWNS to platforms list | Max Horn | |
svn-id: r12763 | |||
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, ↵ | James Brown | |
but it's damn useful for coverdiscs :) svn-id: r12758 |