8544 Commits

Author SHA1 Message Date
Marcus Comstedt
3a34fa8288 Oddly enough, setting the sound hardware to 44100 gives correct sound, even though the software is set to generate sound for 22050...
svn-id: r5176
2002-10-18 01:40:53 +00:00
Marcus Comstedt
005696bc4b Dreamcast port now wraps main() to avoid special kluges in the common main.
svn-id: r5175
2002-10-18 01:39:25 +00:00
Marcus Comstedt
95bf2b5468 Time stuff moved to its own file. Program invocation strategy reworked.
svn-id: r5174
2002-10-18 01:38:01 +00:00
Marcus Comstedt
db25d3623e Put time related stuff in its own file to avoid name clashes for Timer.
svn-id: r5173
2002-10-18 01:35:46 +00:00
Max Horn
b1766c28b2 patch #620627: mouse wheel support for NewGui
svn-id: r5169
2002-10-16 20:32:12 +00:00
Max Horn
e8f3f17067 renamed get_320x200_image() to get_screen_image(); cleanup
svn-id: r5145
2002-10-14 11:02:27 +00:00
Ruediger Hanke
8ea56e58a8 Close Etude midi driver on exit in the ugghliest way possible
svn-id: r5129
2002-10-11 13:08:02 +00:00
Travis Howell
c10698a614 Remove workaround for dsound problem in sdl on win32, since it is fixed by sdl 1.2.5.
svn-id: r5108
2002-10-08 07:36:25 +00:00
Ruediger Hanke
2fd0a3d458 Renamed new AMidi to Etude
svn-id: r5079
2002-10-02 23:31:40 +00:00
Max Horn
d921d06d39 played a bit with the launcher - it now is already somewhat usable <g>
svn-id: r5047
2002-09-30 00:55:47 +00:00
Max Horn
977aea241e fixed buglet during shake mode
svn-id: r5040
2002-09-29 18:19:57 +00:00
Max Horn
9dc5fe2a1d cleaned up various variable names in the SDL backend & NewGui; also fixed a small buglet that could cause garbage to appear behind the mouse cursor when closing NewGui while inside a game
svn-id: r5029
2002-09-28 16:19:28 +00:00
Max Horn
2a93325331 added FIXME
svn-id: r5025
2002-09-28 02:03:25 +00:00
Max Horn
6024c80f14 added (currently completly useless) launcher dialog
svn-id: r5024
2002-09-27 23:27:14 +00:00
Max Horn
29f8c3af95 made init_size in the SDL backend reentrant
svn-id: r5022
2002-09-27 13:05:54 +00:00
Max Horn
09f56dc233 some fixes for the message dialog; added some comments
svn-id: r5021
2002-09-26 12:29:10 +00:00
Ruediger Hanke
e244ddf426 Changed WBWINDOW arg/tooltype to WINDOW
svn-id: r5011
2002-09-23 19:22:49 +00:00
Ruediger Hanke
d5aeb9254e Scaler color fix for Radeon cards in 32 bit depth (and possibly other PC graphics cards, too)
svn-id: r5010
2002-09-23 16:53:11 +00:00
Ruediger Hanke
971f47644e Compilation fixes. Overlay functions are stubs only at the moment.
svn-id: r5009
2002-09-23 16:31:05 +00:00
Max Horn
536692556b fixed cursor trail
svn-id: r5007
2002-09-22 16:12:37 +00:00
Max Horn
e0f11edf45 quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'bool success' to it that flags whether this is a normal exit or one with an error?)
svn-id: r4979
2002-09-20 00:12:58 +00:00
Max Horn
f644bea112 improved the text display in a newgui a bit: make the font proportiona; 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-19 17:03:24 +00:00
Max Horn
bb57506d48 Added overlay to OSystem interface; implemented overlay in SDL backend (all 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-19 16:06:51 +00:00
Ruediger Hanke
37d7a52c47 Compile fixes
svn-id: r4944
2002-09-15 09:16:28 +00:00
Marcus Comstedt
b507b166e4 Stubs for new functions.
svn-id: r4933
2002-09-13 15:01:20 +00:00
Marcus Comstedt
ed17565f6c Hide the ronin declaration of Timer to avoid conflict with the Timer class.
svn-id: r4932
2002-09-13 14:36:07 +00:00
Marcus Comstedt
095640be3d Updated for new directory layout.
svn-id: r4931
2002-09-13 14:27:03 +00:00
Marcus Comstedt
f76527f4bf Added build dirs.
svn-id: r4930
2002-09-13 14:22:42 +00:00
Michael Pearce
0fbefc72aa Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
svn-id: r4909
2002-09-09 05:56:11 +00:00
Max Horn
523d8e64c0 rewrote config class; cleanup; code restructuring
svn-id: r4903
2002-09-08 01:08:12 +00:00
Ruediger Hanke
a2ab750f88 Awww, that should have been 25
svn-id: r4892
2002-08-31 23:02:14 +00:00
Ruediger Hanke
79c1f284b7 Limit number of update rects to keep
svn-id: r4891
2002-08-31 22:59:26 +00:00
Max Horn
a39711e256 fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/rect.h to common/rect.h
svn-id: r4877
2002-08-31 13:29:10 +00:00
Max Horn
31853df454 compilation fix
svn-id: r4865
2002-08-29 19:40:51 +00:00
Max Horn
f3b4f38892 SDL_gl and normal SDL backend now share a common base class
svn-id: r4813
2002-08-24 10:41:32 +00:00
Max Horn
51730bb3fe seperated NULL driver into its own source module (*not* tested yet)
svn-id: r4812
2002-08-24 10:28:32 +00:00
Ruediger Hanke
b76f7efd14 Split up headers. Forgot to add this file
svn-id: r4802
2002-08-22 12:12:41 +00:00
Ruediger Hanke
3b09051727 Changed MorphOS MIDI code so that data sent from different threads are no longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited.
svn-id: r4801
2002-08-22 12:09:06 +00:00
Ruediger Hanke
31f6833f87 Made MorphOS port use master makefile, few compilation fixes
svn-id: r4800
2002-08-22 10:43:50 +00:00
Max Horn
48fa357d7c removed MorphOS Makefile for now
svn-id: r4798
2002-08-21 17:51:41 +00:00
Max Horn
39654fa719 don't use OS X rules by default for SDL backend; use cp instead of ln to create the local build.rules file
svn-id: r4797
2002-08-21 17:43:00 +00:00
Max Horn
ee3ea28e6c first go at modularizing the build system
svn-id: r4796
2002-08-21 17:35:46 +00:00
Max Horn
7aac293726 fixed the 'intelligent' GCC build rules; added .cvsignore files
svn-id: r4790
2002-08-21 16:28:19 +00:00
Max Horn
ce46866403 Initial revision
svn-id: r4785
2002-08-21 16:07:07 +00:00