aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Collapse)Author
2004-05-01indentPaweł Kołodziejski
svn-id: r13696
2004-05-01indentPaweł Kołodziejski
svn-id: r13695
2004-05-01indentPaweł Kołodziejski
svn-id: r13694
2004-05-01indentPaweł Kołodziejski
svn-id: r13693
2004-05-01indentPaweł Kołodziejski
svn-id: r13692
2004-05-01indentPaweł Kołodziejski
svn-id: r13691
2004-05-01indentPaweł Kołodziejski
svn-id: r13690
2004-05-01Remove unneeded #definesEugene Sandulenko
svn-id: r13689
2004-05-01indentPaweł Kołodziejski
svn-id: r13688
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
svn-id: r13687
2004-04-30Indentation madnessEugene Sandulenko
svn-id: r13686
2004-04-30Added fixme comment about a bug that happens (at least) in the WyrmkeepTorbjörn Andersson
re-release of ITE, and how to work around it. svn-id: r13685
2004-04-30Very experimental support for the separate MIDI files used by the WyrmkeepTorbjörn Andersson
re-release of ITE. Unfortunately I only know the mapping from resource number to file name for the two tunes in the intro, and the second one causes ScummVM to crash so I had to disable it. svn-id: r13682
2004-04-29Fix warningMax Horn
svn-id: r13681
2004-04-29use timer rate from driver, makes midi a bit more audibleJonathan Gray
svn-id: r13679
2004-04-29Quick-and-dirty music fix. I can hear music in the ITE intro now. I haven'tTorbjörn Andersson
tried IHNM yet. svn-id: r13678
2004-04-29fix another unitialised var useJonathan Gray
svn-id: r13675
2004-04-29init some things to fix segfaultsJonathan Gray
svn-id: r13674
2004-04-29Now it produces sound, but it's clear that XMIDI parsing is wrongEugene Sandulenko
svn-id: r13673
2004-04-29Make MIDI driver run, though no sound yet.Eugene Sandulenko
svn-id: r13672
2004-04-29Forgot to commit header fileEugene Sandulenko
svn-id: r13671
2004-04-29Music.cpp objectizing.Eugene Sandulenko
Initial MIDI checkin, doesn't work svn-id: r13670
2004-04-29Rename sysmusic.cpp to music.cppEugene Sandulenko
svn-id: r13669
2004-04-29Voices are playedEugene Sandulenko
svn-id: r13668
2004-04-28Objectizing sound.cppEugene Sandulenko
svn-id: r13667
2004-04-28Rename syssound.cpp to sound.cppEugene Sandulenko
svn-id: r13666
2004-04-28Rename Snd object to SndResEugene Sandulenko
svn-id: r13665
2004-04-28Objectize sndres.cppEugene Sandulenko
svn-id: r13664
2004-04-28code formatting insanityEugene Sandulenko
svn-id: r13663
2004-04-28Fixed crash. Original clip routine was more sane.Eugene Sandulenko
Some code formatting. svn-id: r13658
2004-04-28Removing more files from SAGA. Justification: we already have XMIDI/SMF ↵Max Horn
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-27more dead code goneMax Horn
svn-id: r13655
2004-04-27Remove yet another fileMax Horn
svn-id: r13654
2004-04-27Remove some more unused codeMax Horn
svn-id: r13653
2004-04-27cleanupMax Horn
svn-id: r13652
2004-04-27Fixed warnings. At the time of writing, only xmidi.cpp causes warnings forTorbjörn Andersson
me now, but I'm not sure how to fix those. svn-id: r13651
2004-04-27Don't use uninitialized variable, lang_path, in debugging messages. ItTorbjörn Andersson
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648
2004-04-25more cleanupMax Horn
svn-id: r13625
2004-04-25More ScummVMificationMax Horn
svn-id: r13624
2004-04-25Fix yet another const warningMax Horn
svn-id: r13623
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed ↵Max Horn
various unused stuff; const correctness; etc. svn-id: r13622
2004-04-23convert the file routines to use the File classJonathan Gray
svn-id: r13607
2004-04-13File is not neededEugene Sandulenko
svn-id: r13576
2004-04-13Fixed warning.Torbjörn Andersson
svn-id: r13575
2004-04-13Fixed warning.Torbjörn Andersson
svn-id: r13574
2004-04-13Fixed warning. (There are plenty of warnings in the SAGA engine, but thisTorbjörn Andersson
one was obvious how to fix. :-) svn-id: r13573
2004-04-12File is not neededEugene Sandulenko
svn-id: r13568
2004-04-12oops. Forgot the fileEugene Sandulenko
svn-id: r13567
2004-04-12More headersEugene Sandulenko
svn-id: r13566
2004-04-12Forgot to add header.Eugene Sandulenko
Please, remove SAGA engine from MSVC builds. It should be broken there until porting to OSystem is finished svn-id: r13565