Jonathan Gray
ce98de540d
fix another unitialised var use
...
svn-id: r13675
2004-04-29 05:13:18 +00:00
Jonathan Gray
cd21d5919b
init some things to fix segfaults
...
svn-id: r13674
2004-04-29 04:50:45 +00:00
Eugene Sandulenko
4ed0d02f05
Now it produces sound, but it's clear that XMIDI parsing is wrong
...
svn-id: r13673
2004-04-29 04:24:55 +00:00
Eugene Sandulenko
91f5c00a12
Make MIDI driver run, though no sound yet.
...
svn-id: r13672
2004-04-29 04:07:14 +00:00
Eugene Sandulenko
e344d4e1b0
Forgot to commit header file
...
svn-id: r13671
2004-04-29 03:54:03 +00:00
Eugene Sandulenko
bb8ee598c9
Music.cpp objectizing.
...
Initial MIDI checkin, doesn't work
svn-id: r13670
2004-04-29 03:52:59 +00:00
Eugene Sandulenko
b03304c870
Rename sysmusic.cpp to music.cpp
...
svn-id: r13669
2004-04-29 01:47:51 +00:00
Eugene Sandulenko
d7835da8c7
Voices are played
...
svn-id: r13668
2004-04-29 01:24:18 +00:00
Eugene Sandulenko
4c889000f2
Objectizing sound.cpp
...
svn-id: r13667
2004-04-28 23:54:40 +00:00
Eugene Sandulenko
c3171841aa
Rename syssound.cpp to sound.cpp
...
svn-id: r13666
2004-04-28 23:24:56 +00:00
Eugene Sandulenko
4f25dbb45b
Rename Snd object to SndRes
...
svn-id: r13665
2004-04-28 23:19:45 +00:00
Eugene Sandulenko
1ad6498bd5
Objectize sndres.cpp
...
svn-id: r13664
2004-04-28 23:10:59 +00:00
Eugene Sandulenko
b59c8004a5
code formatting insanity
...
svn-id: r13663
2004-04-28 22:21:51 +00:00
Eugene Sandulenko
d6e78803db
Fixed crash. Original clip routine was more sane.
...
Some code formatting.
svn-id: r13658
2004-04-28 02:11:09 +00:00
Max Horn
56e25a8f7f
Removing more files from SAGA. Justification: we already have XMIDI/SMF code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file
...
svn-id: r13657
2004-04-28 00:30:16 +00:00
Max Horn
54d27c12d9
more dead code gone
...
svn-id: r13655
2004-04-27 11:47:36 +00:00
Max Horn
38ef0d081b
Remove yet another file
...
svn-id: r13654
2004-04-27 11:44:17 +00:00
Max Horn
1e293d409d
Remove some more unused code
...
svn-id: r13653
2004-04-27 11:39:12 +00:00
Max Horn
9ae54838b9
cleanup
...
svn-id: r13652
2004-04-27 11:22:13 +00:00
Torbjörn Andersson
b2b9317dad
Fixed warnings. At the time of writing, only xmidi.cpp causes warnings for
...
me now, but I'm not sure how to fix those.
svn-id: r13651
2004-04-27 10:01:15 +00:00
Torbjörn Andersson
aaf508d4da
Don't use uninitialized variable, lang_path, in debugging messages. It
...
caused ScummVM to hang on my Linux box.
Fixed - correctly, I hope - compiler warning.
svn-id: r13648
2004-04-27 08:54:03 +00:00
Max Horn
abc8dca073
more cleanup
...
svn-id: r13625
2004-04-25 16:06:22 +00:00
Max Horn
ae1b03a1f5
More ScummVMification
...
svn-id: r13624
2004-04-25 15:14:46 +00:00
Max Horn
f6a4ed1cff
Fix yet another const warning
...
svn-id: r13623
2004-04-25 14:45:08 +00:00
Max Horn
d4f876b37d
Fix many warnings; use C++ type system instead of C style typedefs; removed various unused stuff; const correctness; etc.
...
svn-id: r13622
2004-04-25 14:42:14 +00:00
Jonathan Gray
8f8d1967c9
convert the file routines to use the File class
...
svn-id: r13607
2004-04-23 11:40:51 +00:00
Eugene Sandulenko
881c86c1e7
File is not needed
...
svn-id: r13576
2004-04-13 09:45:09 +00:00
Torbjörn Andersson
be5c529487
Fixed warning.
...
svn-id: r13575
2004-04-13 09:25:54 +00:00
Torbjörn Andersson
e03cca03d4
Fixed warning.
...
svn-id: r13574
2004-04-13 09:18:36 +00:00
Torbjörn Andersson
7f0adec96e
Fixed warning. (There are plenty of warnings in the SAGA engine, but this
...
one was obvious how to fix. :-)
svn-id: r13573
2004-04-13 09:14:19 +00:00
Eugene Sandulenko
7284700741
File is not needed
...
svn-id: r13568
2004-04-12 22:37:54 +00:00
Eugene Sandulenko
6055328d27
oops. Forgot the file
...
svn-id: r13567
2004-04-12 22:26:48 +00:00
Eugene Sandulenko
3fc1da7291
More headers
...
svn-id: r13566
2004-04-12 21:54:02 +00:00
Eugene Sandulenko
975a9015e8
Forgot to add header.
...
Please, remove SAGA engine from MSVC builds. It should be broken there until
porting to OSystem is finished
svn-id: r13565
2004-04-12 21:51:26 +00:00
Eugene Sandulenko
f3d340fb0c
WIP for SAGA engine.
...
o text formatting is not consistent with rules, just indent utility is too
dumb for that
o it does not use OSystem, i.e. it runs on direct SDL calls
o it may not even compile on your box
o if you enable it, expect zillions of warnings
o no sound
Now it runs ITE intro as reinherit did
svn-id: r13564
2004-04-12 21:40:49 +00:00
Paweł Kołodziejski
89d159f9c8
corrections to namespaces
...
svn-id: r13362
2004-03-22 21:25:29 +00:00
Torbjörn Andersson
2705815d1d
Fixed warnings. I hope I didn't break anything!
...
svn-id: r13317
2004-03-16 08:25:46 +00:00
Eugene Sandulenko
8ca8912dbd
Use Saga namespace everywhere
...
svn-id: r13293
2004-03-15 01:59:06 +00:00
Eugene Sandulenko
08332ab559
Code formatting
...
svn-id: r13288
2004-03-15 01:14:49 +00:00
Max Horn
b585b9ac4b
fix warnings
...
svn-id: r13283
2004-03-15 00:29:46 +00:00
Eugene Sandulenko
0d4cfaa559
Initial SAGA checkin
...
svn-id: r13281
2004-03-14 23:39:41 +00:00