aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Collapse)Author
2003-12-21Invisible mouse pointer fix.Marcus Comstedt
svn-id: r11840
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-21Make sure plugins are loaded when the selector is running.Marcus Comstedt
svn-id: r11832
2003-12-21Renames.Marcus Comstedt
svn-id: r11818
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
svn-id: r11433
2003-11-26GUI now has its own namespace, use it.Marcus Comstedt
svn-id: r11377
2003-11-07spelling fixesJonathan Gray
svn-id: r11181
2003-11-03Now compiles again...Marcus Comstedt
svn-id: r11116
2003-11-03Updated list of build directories to ignore.Marcus Comstedt
svn-id: r11115
2003-11-03Reeordered EXEEXT and EXECUTABLE (define before use).Marcus Comstedt
svn-id: r11114
2003-11-03Added math.h to include list (needed for atan2).Marcus Comstedt
svn-id: r11113
2003-11-03Use posix-fs on Dreamcast.Marcus Comstedt
svn-id: r11112
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-10-17patch #824241Max Horn
svn-id: r10877
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
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-20Need explicit include of stdafx because of free_check kluge...Marcus Comstedt
svn-id: r9803
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-03More complete keymap.Marcus Comstedt
svn-id: r9440
2003-08-03More const.Marcus Comstedt
svn-id: r9437
2003-08-03Detect Simon.Marcus Comstedt
svn-id: r9436
2003-08-03Ignore bs2 builddir.Marcus Comstedt
svn-id: r9428
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-14Hires mouse pointer (CoMI).Marcus Comstedt
svn-id: r9026
2003-07-14Skip the "INSTALL" directory when looking for games (CoMI).Marcus Comstedt
svn-id: r9024
2003-07-06"Better" fix... (Die C++, die!)Marcus Comstedt
svn-id: r8811
2003-07-06Fixed parse error.Marcus Comstedt
svn-id: r8802
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-06-26Count CD tracks from the beginning, not the end... ^^;;Marcus Comstedt
svn-id: r8656
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-06-18Added casts to EventCode.Marcus Comstedt
svn-id: r8542
2003-06-18Added some missing methods and a constructor.Marcus Comstedt
svn-id: r8540
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-04Allow for larger mouse pointers (CoMI).Marcus Comstedt
svn-id: r7329
2003-05-04Support hires mode (CoMI).Marcus Comstedt
svn-id: r7326
2003-04-13Looks like gcc is broken again... :-( Go back to -O1 for now.Marcus Comstedt
svn-id: r7000
2003-04-03zlib.h is no longer in ronin/.Marcus Comstedt
svn-id: r6904
2003-04-03Updated to new libronin layout.Marcus Comstedt
svn-id: r6903
2003-04-03Changed prerequisites to be more up to date (slightly ahead of date, actually :)Marcus Comstedt
svn-id: r6902
2003-03-07Ignore BASS build dir.Marcus Comstedt
svn-id: r6746
2003-03-07Exclude movies from game name matching.Marcus Comstedt
svn-id: r6743
2003-03-07Handle slightly broken icons (The Dig).Marcus Comstedt
svn-id: r6742
2003-03-03Don't keep a backlog of missed deadlines for event polling...Marcus Comstedt
svn-id: r6674
2003-03-03Increased level of optimization (make sure to use gcc 3.3).Marcus Comstedt
svn-id: r6673