Age | Commit message (Collapse) | Author |
|
IHNM support. I used the partial IHNM intro as my test case, and it seems
to work that far at least.
svn-id: r15827
|
|
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: r15690
|
|
svn-id: r15614
|
|
svn-id: r15574
|
|
Fixed the overlap when playing the standalone IAF file in the intro.
svn-id: r15508
|
|
Windows and Linux versions. (TODO: Handle game detection.)
Added preliminary support for the P2_A.aif file that the Linux version
uses, where the Windows version uses p2_a.voc. Someone will have to verify
the actual format of it, and we have a silly bug in playVoice() which will
have to be fixed before things work properly.
svn-id: r15365
|
|
GAME
svn-id: r14793
|
|
svn-id: r14443
|
|
leakage in the engine.
svn-id: r14427
|
|
animations wasn't caused by this commit :)
svn-id: r14405
|
|
svn-id: r14395
|
|
svn-id: r14086
|
|
release of ITE. The code is a bit rough, and there's a nasty 'pop' at the
beginning of the sound (and a smaller one at the end), but it's a start.
It's a shame that the sound is of such low quality: lower sample rate, and
8 bits instead of 16. Perhaps it was extracted from the floppy version?
svn-id: r13840
|
|
svn-id: r13779
|
|
In fact there were no binary writes at all.
svn-id: r13773
|
|
Only timers left.
svn-id: r13723
|
|
svn-id: r13715
|
|
svn-id: r13687
|
|
re-release of ITE, and how to work around it.
svn-id: r13685
|
|
svn-id: r13668
|
|
svn-id: r13667
|
|
svn-id: r13665
|
|
svn-id: r13664
|
|
svn-id: r13663
|
|
various unused stuff; const correctness; etc.
svn-id: r13622
|
|
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
|