aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2002-10-08Remove workaround for dsound problem in sdl on win32, since it is fixed by ↵Travis Howell
sdl 1.2.5. svn-id: r5108
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
svn-id: r5079
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
svn-id: r5047
2002-09-29fixed buglet during shake modeMax Horn
svn-id: r5040
2002-09-28cleaned up various variable names in the SDL backend & NewGui; also fixed a ↵Max Horn
small buglet that could cause garbage to appear behind the mouse cursor when closing NewGui while inside a game svn-id: r5029
2002-09-28added FIXMEMax Horn
svn-id: r5025
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-27made init_size in the SDL backend reentrantMax Horn
svn-id: r5022
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-23Changed WBWINDOW arg/tooltype to WINDOWRuediger Hanke
svn-id: r5011
2002-09-23Scaler color fix for Radeon cards in 32 bit depth (and possibly other PC ↵Ruediger Hanke
graphics cards, too) svn-id: r5010
2002-09-23Compilation fixes. Overlay functions are stubs only at the moment.Ruediger Hanke
svn-id: r5009
2002-09-22fixed cursor trailMax Horn
svn-id: r5007
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵Max Horn
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979
2002-09-19improved the text display in a newgui a bit: make the font proportiona; ↵Max Horn
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵Max Horn
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971
2002-09-15Compile fixesRuediger Hanke
svn-id: r4944
2002-09-13Stubs for new functions.Marcus Comstedt
svn-id: r4933
2002-09-13Hide the ronin declaration of Timer to avoid conflict with the Timer class.Marcus Comstedt
svn-id: r4932
2002-09-13Updated for new directory layout.Marcus Comstedt
svn-id: r4931
2002-09-13Added build dirs.Marcus Comstedt
svn-id: r4930
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
svn-id: r4909
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-31Awww, that should have been 25Ruediger Hanke
svn-id: r4892
2002-08-31Limit number of update rects to keepRuediger Hanke
svn-id: r4891
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-29compilation fixMax Horn
svn-id: r4865
2002-08-24SDL_gl and normal SDL backend now share a common base classMax Horn
svn-id: r4813
2002-08-24seperated NULL driver into its own source module (*not* tested yet)Max Horn
svn-id: r4812
2002-08-22Split up headers. Forgot to add this fileRuediger Hanke
svn-id: r4802
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-22Made MorphOS port use master makefile, few compilation fixesRuediger Hanke
svn-id: r4800
2002-08-21removed MorphOS Makefile for nowMax Horn
svn-id: r4798
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to ↵Max Horn
create the local build.rules file svn-id: r4797
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21Initial revisionMax Horn
svn-id: r4785