Age | Commit message (Expand) | Author |
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn |
2004-11-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ... | Max Horn |
2004-11-22 | cleanup | Max Horn |
2004-11-22 | Renamed unkMessage2 to showMessageDialog; use printString() in script_v100he.... | Max Horn |
2004-11-22 | possible fix for 'bug' #1034715 | Gregory Montoir |
2004-11-22 | HE wiz update, o90_unknown29 fully implemented. | Gregory Montoir |
2004-11-22 | - Hopefully fixed MSVC7 and MSVC8 builds for walkthrough removal and FS chang... | Jerome Fisher |
2004-11-21 | as the comment suggested, I rearranged the 3DO strip decoding function. Pleas... | Gregory Montoir |
2004-11-21 | HE wiz stuff update | Gregory Montoir |
2004-11-21 | o90_unknown24 implementation | Gregory Montoir |
2004-11-21 | Applied one of my suggested fixes for bug #1060568. Let's see if it causes | Torbjörn Andersson |
2004-11-21 | But surely we should still call setGM(true) in the GM case, right...? | Torbjörn Andersson |
2004-11-21 | Fix for bug #1052660 (FOA: No keyboard shortcuts for dialogs) - moved hack en... | Max Horn |
2004-11-21 | Fixed behaviour of return key in the file browser | Max Horn |
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn |
2004-11-21 | o Removed astray debug output. | Eugene Sandulenko |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client co... | Max Horn |
2004-11-20 | Slight adjustment/renaming. | Torbjörn Andersson |
2004-11-20 | I'm told that the FM music file sounds terrible with MT-32 and that the | Torbjörn Andersson |
2004-11-20 | whitespaces | Max Horn |
2004-11-20 | o Restore cursor after walkthrough | Eugene Sandulenko |
2004-11-19 | missed destroy object after last changes | Paweł Kołodziejski |
2004-11-19 | changed file constructor to dymanic | Paweł Kołodziejski |
2004-11-19 | init walkthrough dialog later | Paweł Kołodziejski |
2004-11-19 | fixed missed ctrl key handle, and missed create() walklthrough call | Paweł Kołodziejski |
2004-11-19 | fixed additional not needed white space char | Paweł Kołodziejski |
2004-11-19 | not needed chech for unsigned type | Paweł Kołodziejski |
2004-11-19 | fixed not defined MAX_PATH | Paweł Kołodziejski |
2004-11-19 | ops, commited before older version | Paweł Kołodziejski |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-11-19 | ops | Paweł Kołodziejski |
2004-11-19 | update | Paweł Kołodziejski |
2004-11-19 | a little cleanup | Robert Göffringmann |
2004-11-19 | Added music to the partial IHNM intro. I think I picked the correct tune, | Torbjörn Andersson |
2004-11-19 | - Don't compile inline asm on versions of GCC < 3 (it uses MMX registers, whi... | Jerome Fisher |
2004-11-18 | Make IHNM default be 1x scaler. | Eugene Sandulenko |
2004-11-18 | fixes a crash when closing BS1 while speech menu is open. | Robert Göffringmann |
2004-11-18 | Partial support for WAV sound playback, which apparently will be needed for | Torbjörn Andersson |
2004-11-16 | Cleanup | Torbjörn Andersson |
2004-11-15 | const const const | Max Horn |
2004-11-15 | This commit has been brought to you by the commit first, compile/test later a... | Joost Peters |
2004-11-15 | Move initialisation from constructor to initialise(). | Joost Peters |
2004-11-15 | change engine initialization as suggested on -devel | Gregory Montoir |
2004-11-15 | - Now uses playInputStream to add a channel to the mixer, instead of setting ... | Jerome Fisher |
2004-11-15 | nothing... | Robert Göffringmann |
2004-11-15 | BS1 demo is basically fully supported now. | Robert Göffringmann |
2004-11-15 | I think this is the kind of constructor/go changes _sev was talking about | Torbjörn Andersson |
2004-11-15 | GCC doesn't like "const int" in a struct apparently. | Torbjörn Andersson |
2004-11-15 | Add global extrapath to GUI and to default directories list. | Eugene Sandulenko |