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
Max Horn
e0bf735ff7
modified version of patch #598622 : Round corners for flashlight
...
svn-id: r4811
2002-08-23 23:16:39 +00:00
Max Horn
a1d1341331
fix for some Loom oddities, might break other stuff -> in that case please tell me so that I can find a correct solution
...
svn-id: r4810
2002-08-23 22:46:09 +00:00
Max Horn
444ac856fb
set proper initial values for flashlight size
...
svn-id: r4808
2002-08-23 22:40:26 +00:00
Max Horn
2bc00e1079
patch #598375 : SIMON: ugly hack to get beard working
...
svn-id: r4807
2002-08-23 22:17:24 +00:00
Max Horn
08b161f113
fix for bug #598938 : sfx/music volume set 0 is not mute; some cleanup
...
svn-id: r4805
2002-08-23 20:33:29 +00:00
Paweł Kołodziejski
0a520b237b
fix for music loop, I think :)
...
svn-id: r4804
2002-08-23 20:27:42 +00:00
James Brown
1bf20ac0c3
Move scaler code from SCUMM-specific area.
...
svn-id: r4803
2002-08-23 06:43:06 +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
e0cfd49ef7
patch #598405
...
svn-id: r4799
2002-08-21 20:47:12 +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
c0324a9e6d
fixed one-off-error (I hope this fix is right?); use calloc instead of malloc to ensure struct is zeroed
...
svn-id: r4795
2002-08-21 17:13:17 +00:00
Max Horn
2ebd2ba0b5
engine.* moved to common (where it belongs); added distclean target which gets rid of the .deps dirs, too; removed -Isound
...
svn-id: r4794
2002-08-21 16:53:11 +00:00
Max Horn
85a0380801
really fixed dependency checking this time (I hope :-)
...
svn-id: r4793
2002-08-21 16:40:33 +00:00
Max Horn
96476a9ca0
refixed #include
...
svn-id: r4792
2002-08-21 16:33:56 +00:00
Max Horn
e03fb646af
oops, accidentally checked in a hacked up version of this :-)
...
svn-id: r4791
2002-08-21 16:30:39 +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
89e8bb2ccb
fixed clean target
...
svn-id: r4789
2002-08-21 16:11:09 +00:00
Max Horn
ce46866403
Initial revision
...
svn-id: r4785
2002-08-21 16:07:07 +00:00
James Brown
662256f25d
Add missing iMUSE midi effect
...
svn-id: r4784
2002-08-21 11:24:33 +00:00
Max Horn
aeee5d4537
oops
...
svn-id: r4783
2002-08-21 10:27:31 +00:00
Max Horn
66398f6867
wrong bug tracker id
...
svn-id: r4782
2002-08-20 22:21:40 +00:00
Max Horn
47263446a3
applied patch #588501 ; enhanced comments on palManipulate
...
svn-id: r4781
2002-08-20 22:17:52 +00:00
James Brown
c168e3b31e
Re-add MI2 fixme
...
svn-id: r4780
2002-08-20 10:08:48 +00:00
James Brown
ca4789c2ff
Fix lighting on actors in V6+ games (eg, Sam and Max)
...
Move boxflags debug to debug level 2 (we default to 1)
Apply patches:
595414: Simon 2 lockup workarounds
595875: Simon 2 save/load dialog fix
597422: Preliminary support for CREA sound format (for FT)
597627: Use savedir for save/load-string opcodes
svn-id: r4779
2002-08-20 09:58:35 +00:00
Paweł Kołodziejski
f3ceaf7f81
applied patch 597414, thanks Xavier
...
svn-id: r4778
2002-08-20 06:36:50 +00:00
Max Horn
d2e2134a3e
implemented the flashlight (TODO: use rounded corners. Left as an exercise to the reader)
...
svn-id: r4777
2002-08-20 02:20:40 +00:00
Max Horn
79e1c9cdf8
cleanup
...
svn-id: r4776
2002-08-20 02:13:41 +00:00
Max Horn
10d0c6b4d2
more o5_lights work; the only thing missing should be the flashlight now
...
svn-id: r4775
2002-08-19 17:52:26 +00:00
Max Horn
a5b5b23ae8
added lights support to the costume renderer; begun work on flashlight support (no real code yet :-)
...
svn-id: r4774
2002-08-19 17:23:48 +00:00
Max Horn
be528b93da
sampled sound in MI1&2 (patch #557109 )
...
svn-id: r4773
2002-08-19 12:56:12 +00:00
Max Horn
a07644c0eb
promoting myself (Endy said I can :-)
...
svn-id: r4772
2002-08-19 12:01:18 +00:00
Max Horn
11757715ab
added getBool and set(bool) to the Config class; made GameDetector take advantage of these; also, -A/-F/-N will turn OFF amiga/fullscreen/nosubtitles modes (so you can override the config file for these settings if desired)
...
svn-id: r4771
2002-08-18 23:29:40 +00:00
Max Horn
d354eaaf42
more code unification; as a side effect, simon can take advantage of the save path settings in the config file (inspired by patch #587694 )
...
svn-id: r4770
2002-08-18 22:47:11 +00:00
Max Horn
7604484caf
added comparision operators to class String
...
svn-id: r4769
2002-08-18 22:24:39 +00:00
Max Horn
ad5b605ba1
get rid of g_simon; get rid of unused _last_mouse_event member
...
svn-id: r4768
2002-08-18 22:00:22 +00:00
Max Horn
d7683be592
don't use g_mixer, it's only there due to the MIDIEMU hack
...
svn-id: r4767
2002-08-18 21:51:15 +00:00
Max Horn
7eea830240
fixed (I hope) compilation with VisualC
...
svn-id: r4766
2002-08-18 21:42:52 +00:00
Max Horn
4f772996ef
cleanup
...
svn-id: r4765
2002-08-18 21:42:41 +00:00
Max Horn
8786311655
move _volume_table creation into constructor, and discard it in destructor
...
svn-id: r4764
2002-08-18 21:42:22 +00:00
Max Horn
8e249acb89
added engine.cpp
...
svn-id: r4763
2002-08-18 19:04:44 +00:00
Max Horn
be10c0eb9c
fix for bug #596743 , from patch #596801
...
svn-id: r4762
2002-08-18 18:50:06 +00:00
Max Horn
404b8fd827
some more cleanup
...
svn-id: r4761
2002-08-18 18:39:42 +00:00
Max Horn
28058407c1
fixed simon crasher
...
svn-id: r4760
2002-08-18 18:15:15 +00:00
Max Horn
12b08c9ba1
oops forget to ci engine.cpp
...
svn-id: r4759
2002-08-18 18:04:07 +00:00