aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-25Initialize variable to avoid warning and possibly undefined behaviour.Torbjörn Andersson
svn-id: r15879
2004-11-24fix for bug 928791: BS1: 'Freeze' at hospitalRobert Göffringmann
svn-id: r15878
2004-11-24Added the voice-overs and partial subtitles for the IHNM intro monologue.Torbjörn Andersson
svn-id: r15877
2004-11-24Added the next piece of music, to go along with AM's rantings. I'llTorbjörn Andersson
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
2004-11-24(Partial) fix for bug #1035690 (COMI: cannon shooting uses a lot of ↵Max Horn
performance) -- remember, busy waiting is almost always bad, esp. when waiting for another thread... svn-id: r15875
2004-11-24Some code transformations (no functional change)Max Horn
svn-id: r15874
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873
2004-11-23cleanup, follow code conventionsGregory Montoir
svn-id: r15872
2004-11-23sync queen engine with latest OSystem changesGregory Montoir
svn-id: r15871
2004-11-23Next step in transaction implementation. Now it postpones all calls.Eugene Sandulenko
NOTE: This breaks most ports, and they will not pass assertions. If you will fix it (by moving violating OSystem calls to go() method), I'll be grateful. If you don't bother to fix it, there is a workaround. Just comment out beginGFXTransaction() and endGFXTransaction() in backends/sdl/graphics.cpp. This will tunr it off and will use default transaction-less implementation. svn-id: r15870
2004-11-23renamed some HE opcodesGregory Montoir
svn-id: r15869
2004-11-23Moved bootscript loading into go(), where it belongsMax Horn
svn-id: r15868
2004-11-23Revert small part of recent WizImage changes, caused regressions.Travis Howell
svn-id: r15867
2004-11-23Fix compilationEugene Sandulenko
svn-id: r15866
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
svn-id: r15865
2004-11-22Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ↵Max Horn
though :-) svn-id: r15864
2004-11-22cleanupMax Horn
svn-id: r15863
2004-11-22Renamed unkMessage2 to showMessageDialog; use printString() in ↵Max Horn
script_v100he.cpp, too svn-id: r15862
2004-11-22possible fix for 'bug' #1034715Gregory Montoir
svn-id: r15861
2004-11-22HE wiz update, o90_unknown29 fully implemented.Gregory Montoir
Next step : move all the wiz related stuff to a specific class/struct. svn-id: r15860
2004-11-22- Hopefully fixed MSVC7 and MSVC8 builds for walkthrough removal and FS ↵Jerome Fisher
changes. I don't have these environments to test in, sorry. svn-id: r15859
2004-11-21as the comment suggested, I rearranged the 3DO strip decoding function. ↵Gregory Montoir
Please, someone owning the 3DO games, test that this doesn't cause any regressions ! svn-id: r15858
2004-11-21HE wiz stuff updateGregory Montoir
svn-id: r15857
2004-11-21o90_unknown24 implementationGregory Montoir
svn-id: r15856
2004-11-21Applied one of my suggested fixes for bug #1060568. Let's see if it causesTorbjörn Andersson
any regressions... svn-id: r15855
2004-11-21But surely we should still call setGM(true) in the GM case, right...?Torbjörn Andersson
svn-id: r15854
2004-11-21Fix for bug #1052660 (FOA: No keyboard shortcuts for dialogs) - moved hack ↵Max Horn
enabling keyboard fights to allow controlling conversations via number keys again svn-id: r15853
2004-11-21Fixed behaviour of return key in the file browserMax Horn
svn-id: r15852
2004-11-21Since we do ref counting on the nodes now, we can re-use the root nodes nowMax Horn
svn-id: r15851
2004-11-21o Removed astray debug output.Eugene Sandulenko
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
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ↵Max Horn
objections) svn-id: r15849
2004-11-20Changed the FilesystemNode implementation to make it easier to use (client ↵Max Horn
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-) svn-id: r15848
2004-11-20Slight adjustment/renaming.Torbjörn Andersson
svn-id: r15847
2004-11-20I'm told that the FM music file sounds terrible with MT-32 and that theTorbjörn Andersson
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
2004-11-20whitespacesMax Horn
svn-id: r15845
2004-11-20o Restore cursor after walkthroughEugene Sandulenko
o Add cursor events o Hide cursor during intro svn-id: r15844
2004-11-19missed destroy object after last changesPaweł Kołodziejski
svn-id: r15843
2004-11-19changed file constructor to dymanicPaweł Kołodziejski
svn-id: r15842
2004-11-19init walkthrough dialog laterPaweł Kołodziejski
svn-id: r15841
2004-11-19fixed missed ctrl key handle, and missed create() walklthrough callPaweł Kołodziejski
svn-id: r15840
2004-11-19fixed additional not needed white space charPaweł Kołodziejski
svn-id: r15839
2004-11-19not needed chech for unsigned typePaweł Kołodziejski
svn-id: r15838
2004-11-19fixed not defined MAX_PATHPaweł Kołodziejski
svn-id: r15837
2004-11-19ops, commited before older versionPaweł Kołodziejski
svn-id: r15836
2004-11-19added walkthroughPaweł Kołodziejski
svn-id: r15835
2004-11-19opsPaweł Kołodziejski
svn-id: r15834
2004-11-19updatePaweł Kołodziejski
svn-id: r15833
2004-11-19a little cleanupRobert Göffringmann
svn-id: r15832
2004-11-19Added music to the partial IHNM intro. I think I picked the correct tune,Torbjörn Andersson
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
2004-11-19- Don't compile inline asm on versions of GCC < 3 (it uses MMX registers, ↵Jerome Fisher
which don't seem to be supported). svn-id: r15830