Age | Commit message (Collapse) | Author |
|
music track and the looping background noise over the "hate" speech are
correct. I was already pretty sure of the music, but the sound was just a
lucky guess.
The script LUT, which is what I really wanted to find, remains elusive,
though. I couldn't see it reading any part of the resource file that looked
anything like the script LUT in ITE.
svn-id: r15942
|
|
svn-id: r15941
|
|
that change is reflected everywhere
svn-id: r15911
|
|
correct sound or the correct volume, but the small extension to allow the
engine to start looping sounds is worthwhile enough in itself, I think.
svn-id: r15895
|
|
files through the MIDI synth on my Soundblaster, I can only conclude that
they are both General MIDI, so I've changed our code to assume that in both
cases. The End Title (which we currently incorrectly play at the end of the
intro) sounds much better in Adlib this way, too.
Perhaps the original used a different GM to FM mapping than the one in our
adlib.cpp, but if so using the MT-32 to GM mapping isn't likely to improve
the situation.
We could add a way of replacing the GM to FM mapping in adlib.cpp, I guess.
Of course, that would only be worth it if the original sounds better than
our mapping.
svn-id: r15894
|
|
svn-id: r15893
|
|
svn-id: r15891
|
|
don't kill if this breaks, it should be trivial for you to fix it :-)
svn-id: r15888
|
|
svn-id: r15884
|
|
figure out the correct values for IHNM_SCRIPT_LUT and _scriptLUTEntryLen.
svn-id: r15883
|
|
so far, it shouldn't be drawn. Eventually we could probably handle this
with yet another panel mode: no panel at all.
svn-id: r15882
|
|
svn-id: r15881
|
|
and sev later confirmed this.
Instead I now try to start the - hopefully - correct scene. This should
start the script, but unfortunately we do not yet support IHNM script
loading so it won't work yet.
svn-id: r15880
|
|
svn-id: r15877
|
|
probably add some more of AM's speech soon, since that'd give me an
incentive to fix the remaining parts of the WAV playback code. I'll see if
I can add subtitles as well, like we do for ITE.
svn-id: r15876
|
|
There are plans to add some brains to GameDetector class, which will let us
avoid passing detector to init() method.
svn-id: r15873
|
|
svn-id: r15865
|
|
svn-id: r15854
|
|
o MT-32 music is correct, though Adlib is not. There is apparently custom
instrument remapping similiar to mt32->gm but it is different. With
that remapping it sounds much closer to original.
svn-id: r15850
|
|
objections)
svn-id: r15849
|
|
svn-id: r15847
|
|
MT-32 is perfectly capable of playing General MIDI. My new guess is that
the FM file is for Adlib instead. It certainly sounds better - but quite
different - than playing the GM track through Adlib.
svn-id: r15846
|
|
o Add cursor events
o Hide cursor during intro
svn-id: r15844
|
|
svn-id: r15841
|
|
svn-id: r15840
|
|
svn-id: r15835
|
|
but I can't be absolutely sure.
I'm also not sure if I'm using the correct music data. I'm fairly sure that
the MUSICGM.RES file is the appropriate choice for "General MIDI", but I
have no way of verifying that the MUSICFM.RES is really the right choice
for MT-32. (Is either of them a good choice for Adlib, or are they both
equally bad?)
svn-id: r15831
|
|
svn-id: r15829
|
|
IHNM support. I used the partial IHNM intro as my test case, and it seems
to work that far at least.
svn-id: r15827
|
|
svn-id: r15817
|
|
o Font::loadFont() now normally survives zero-length fonts as used in demos
o Removed unused SndRes::ITEVOC_Resample()
o Fixed playing of voice #4 on old DOS targets
o Implemented playing voices in VOX (Oki ADPCM) format
o Support of Win32 and Linux demos. There was old-style Win32 demo, which
is not supported yet, same is with DOS demo.
svn-id: r15814
|
|
svn-id: r15806
|
|
svn-id: r15796
|
|
svn-id: r15795
|
|
svn-id: r15728
|
|
svn-id: r15727
|
|
svn-id: r15726
|
|
svn-id: r15725
|
|
svn-id: r15724
|
|
svn-id: r15723
|
|
svn-id: r15722
|
|
svn-id: r15721
|
|
svn-id: r15720
|
|
svn-id: r15719
|
|
svn-id: r15710
|
|
svn-id: r15709
|
|
original code either. (Apparently it was reserved for future use.)
I think the only remaining data structure with unknown members now is
ANIMATION_HEADER. Of course, there's probably a lot that isn't implemented
at all, too...
svn-id: r15708
|
|
svn-id: r15707
|
|
svn-id: r15706
|
|
svn-id: r15705
|