aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2004-03-16Fixed typo.Torbjörn Andersson
svn-id: r13316
2004-03-15Added remove_at methodEugene 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-15more tweaks to doxygenMax Horn
svn-id: r13294
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ↵Max Horn
(it ties closely into OSystem anyway) svn-id: r13292
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15fix doxygen-comment mistakesMax Horn
svn-id: r13286
2004-03-15Added 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-13While 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-13Document 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-09correct error textJonathan Gray
svn-id: r13226
2004-03-07remove dependency on SDL_byteorder.h when we are using config.hMax Horn
svn-id: r13206
2004-03-04added Rect::moveTo methodsMax Horn
svn-id: r13190
2004-03-04add ConfigManager::getActiveDomainMax Horn
svn-id: r13189
2004-03-02ObsoleteChris Apers
svn-id: r13144
2004-03-02Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOSEugene Sandulenko
svn-id: r13128
2004-02-28renamed 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-27the 2xsai class scalers all move the resulting image one up; work around thatMax Horn
svn-id: r13071
2004-02-27cleanupMax Horn
svn-id: r13069
2004-02-24the 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-14increased debug levelPaweł Kołodziejski
svn-id: r12889
2004-02-14const correctness!Max Horn
svn-id: r12874
2004-02-14Add mutex tracking to make it easier to debug imuse deadlocksJames Brown
svn-id: r12870
2004-02-14Fix for bug #896506 (GUI: Invalid read)Max Horn
svn-id: r12864
2004-02-10Correct hberewTravis Howell
svn-id: r12815
2004-02-10NL = NetherLands, NederLanden, NiederLande - NO is NorwayMax Horn
svn-id: r12813
2004-02-10OoopsTravis Howell
svn-id: r12812
2004-02-10Previous method wouldn't work, since each langague is in different directory.Travis Howell
svn-id: r12810
2004-02-10OoopsTravis Howell
svn-id: r12806
2004-02-10Add languagesTravis Howell
Sync md5 Correct another name svn-id: r12805
2004-02-07Make g_platforms global, so that the alauncher can iterate over the list of ↵Max Horn
supported platforms svn-id: r12765
2004-02-07Added FM-TOWNS to platforms listMax Horn
svn-id: r12763
2004-02-07Add -c/--config option to specific alternate configuration file. Sorry Max, ↵James Brown
but it's damn useful for coverdiscs :) svn-id: r12758
2004-02-06Add extra paths for international version of Simon the Sorcerer 1, so game ↵Travis Howell
can be played from CD. svn-id: r12745
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-01-30Various changes to the build system which allow building ScummVM in an ↵Max Horn
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680
2004-01-26Return default description stringChris Apers
svn-id: r12624
2004-01-21Prevent getPlatformDescription(...) from returing NULL pointer using ↵Chris Apers
kPlatformUnknown svn-id: r12567
2004-01-18improved rect clipping & verificationMax Horn
svn-id: r12507
2004-01-17Implements TOGGLE_VIRTUAL_KEYBOARDNicolas Bacca
svn-id: r12459
2004-01-17Cleaner virtual keyboard support for the new CE backend, coming soonNicolas Bacca
svn-id: r12457
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to ↵James Brown
implement the OSystem HAS_SCALER property. The global options dialog still needs doing. svn-id: r12436
2004-01-10Start of debug channel support. TODO: Move this to the common Debugger system?James Brown
svn-id: r12289
2004-01-08useful convenience methodMax Horn
svn-id: r12233
2004-01-06add missing comma to ensure all directories are checkedJonathan Gray
svn-id: r12177
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-06start work on czech subtitle support, not finishedJonathan Gray
svn-id: r12175
2003-12-30cleanup for language/platform functionsMax Horn
svn-id: r12034
2003-12-27Search additional folder for BS1Travis Howell
svn-id: r11956
2003-12-25be stricter about File::open paramsMax Horn
svn-id: r11919