Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-25 | Initialize variable to avoid warning and possibly undefined behaviour. | Torbjörn Andersson | |
svn-id: r15879 | |||
2004-11-24 | fix for bug 928791: BS1: 'Freeze' at hospital | Robert Göffringmann | |
svn-id: r15878 | |||
2004-11-24 | Added the voice-overs and partial subtitles for the IHNM intro monologue. | Torbjörn Andersson | |
svn-id: r15877 | |||
2004-11-24 | Added the next piece of music, to go along with AM's rantings. I'll | Torbjö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-24 | Some code transformations (no functional change) | Max Horn | |
svn-id: r15874 | |||
2004-11-24 | Fix 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-23 | cleanup, follow code conventions | Gregory Montoir | |
svn-id: r15872 | |||
2004-11-23 | sync queen engine with latest OSystem changes | Gregory Montoir | |
svn-id: r15871 | |||
2004-11-23 | Next 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-23 | renamed some HE opcodes | Gregory Montoir | |
svn-id: r15869 | |||
2004-11-23 | Moved bootscript loading into go(), where it belongs | Max Horn | |
svn-id: r15868 | |||
2004-11-23 | Revert small part of recent WizImage changes, caused regressions. | Travis Howell | |
svn-id: r15867 | |||
2004-11-23 | Fix compilation | Eugene Sandulenko | |
svn-id: r15866 | |||
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn | |
svn-id: r15865 | |||
2004-11-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ↵ | Max Horn | |
though :-) svn-id: r15864 | |||
2004-11-22 | cleanup | Max Horn | |
svn-id: r15863 | |||
2004-11-22 | Renamed unkMessage2 to showMessageDialog; use printString() in ↵ | Max Horn | |
script_v100he.cpp, too svn-id: r15862 | |||
2004-11-22 | possible fix for 'bug' #1034715 | Gregory Montoir | |
svn-id: r15861 | |||
2004-11-22 | HE 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-21 | as 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-21 | HE wiz stuff update | Gregory Montoir | |
svn-id: r15857 | |||
2004-11-21 | o90_unknown24 implementation | Gregory Montoir | |
svn-id: r15856 | |||
2004-11-21 | Applied one of my suggested fixes for bug #1060568. Let's see if it causes | Torbjörn Andersson | |
any regressions... svn-id: r15855 | |||
2004-11-21 | But surely we should still call setGM(true) in the GM case, right...? | Torbjörn Andersson | |
svn-id: r15854 | |||
2004-11-21 | Fix 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-21 | Fixed behaviour of return key in the file browser | Max Horn | |
svn-id: r15852 | |||
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn | |
svn-id: r15851 | |||
2004-11-21 | o 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-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-20 | Changed 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-20 | Slight adjustment/renaming. | Torbjörn Andersson | |
svn-id: r15847 | |||
2004-11-20 | I'm told that the FM music file sounds terrible with MT-32 and that the | Torbjö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-20 | whitespaces | Max Horn | |
svn-id: r15845 | |||
2004-11-20 | o Restore cursor after walkthrough | Eugene Sandulenko | |
o Add cursor events o Hide cursor during intro svn-id: r15844 | |||
2004-11-19 | missed destroy object after last changes | Paweł Kołodziejski | |
svn-id: r15843 | |||
2004-11-19 | changed file constructor to dymanic | Paweł Kołodziejski | |
svn-id: r15842 | |||
2004-11-19 | init walkthrough dialog later | Paweł Kołodziejski | |
svn-id: r15841 | |||
2004-11-19 | fixed missed ctrl key handle, and missed create() walklthrough call | Paweł Kołodziejski | |
svn-id: r15840 | |||
2004-11-19 | fixed additional not needed white space char | Paweł Kołodziejski | |
svn-id: r15839 | |||
2004-11-19 | not needed chech for unsigned type | Paweł Kołodziejski | |
svn-id: r15838 | |||
2004-11-19 | fixed not defined MAX_PATH | Paweł Kołodziejski | |
svn-id: r15837 | |||
2004-11-19 | ops, commited before older version | Paweł Kołodziejski | |
svn-id: r15836 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-19 | ops | Paweł Kołodziejski | |
svn-id: r15834 | |||
2004-11-19 | update | Paweł Kołodziejski | |
svn-id: r15833 | |||
2004-11-19 | a little cleanup | Robert Göffringmann | |
svn-id: r15832 | |||
2004-11-19 | Added 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 |