aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/selector.cpp
AgeCommit message (Collapse)Author
2004-12-06Use delete[] for dirs now that it contains objects.Marcus Comstedt
svn-id: r15994
2004-11-26Another one...Max Horn
svn-id: r15898
2004-11-26Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it ↵Max Horn
probably isn't enough to get things compiling again :-/ svn-id: r15897
2004-08-26Removed obsolete checks for LFL games (thank you MD5!).Marcus Comstedt
svn-id: r14786
2004-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
svn-id: r13240
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-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-21Avoid Loom dupes.Marcus Comstedt
svn-id: r11838
2003-12-21Avoid duplicate entries due to case.Marcus Comstedt
svn-id: r11836
2003-12-21Renames.Marcus Comstedt
svn-id: r11818
2003-11-03Now compiles again...Marcus Comstedt
svn-id: r11116
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-03Detect Simon.Marcus Comstedt
svn-id: r9436
2003-07-14Skip the "INSTALL" directory when looking for games (CoMI).Marcus Comstedt
svn-id: r9024
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-03-07Exclude movies from game name matching.Marcus Comstedt
svn-id: r6743
2003-03-02Make sure version_settings are initialized.Marcus Comstedt
svn-id: r6665
2003-02-12Maybe this is more future-safe?Marcus Comstedt
svn-id: r6602
2003-02-12hopefully recognise BARBAR.HE0 as a game (pretty much every Humongous ↵Jonathan Gray
Entertainment game) svn-id: r6601
2003-02-12Recognized FOOFOO.LA0 as a game (The Dig and Full Throttle).Marcus Comstedt
svn-id: r6600
2002-10-18Find game names directly from version_settings rather than using the detector.Marcus Comstedt
svn-id: r5179
2002-09-13Updated for new directory layout.Marcus Comstedt
svn-id: r4931
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-21Initial revisionMax Horn
svn-id: r4785