Age | Commit message (Expand) | Author |
2005-01-06 | Fix actor walking caused by wrong panel state | Eugene Sandulenko |
2005-01-06 | some actor walking fixes | Andrew Kurushin |
2005-01-06 | Fix warning | Eugene Sandulenko |
2005-01-06 | Next batch of panel-related fixes. Still wrong. | Eugene Sandulenko |
2005-01-06 | Whitespace change. | Torbjörn Andersson |
2005-01-06 | Fixed typo (in comment) | Torbjörn Andersson |
2005-01-06 | Change warning to debug | Joost Peters |
2005-01-06 | Removed unused variable. | Torbjörn Andersson |
2005-01-05 | - path finding work in progress | Andrew Kurushin |
2005-01-05 | Indentation | Torbjörn Andersson |
2005-01-05 | Fixed bad speech/script regression. | Torbjörn Andersson |
2005-01-05 | After adding a new game, select the new entry | Max Horn |
2005-01-05 | When computing a games MD5, only use the first 1 MB of the file (this should ... | Max Horn |
2005-01-04 | Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKi | Nicolas Bacca |
2005-01-04 | Fix yet another copy&paste mistake from 0.6.1b | Nicolas Bacca |
2005-01-04 | - some walking addition | Andrew Kurushin |
2005-01-04 | o Fix regression with Win32 CD ITE at wyrmkeep logo | Eugene Sandulenko |
2005-01-04 | Update SAGA stuff | Eugene Sandulenko |
2005-01-04 | - added setup of followers position at start of scene | Andrew Kurushin |
2005-01-04 | Applied patch #1088948, with minor modifications | Torbjörn Andersson |
2005-01-03 | :) | Paweł Kołodziejski |
2005-01-03 | Andreas Roever -> spell name properly with an umlaut in the HTML/XML version ... | Max Horn |
2005-01-03 | - script execution stops properly | Andrew Kurushin |
2005-01-03 | Fixed a regression where - I think - the last animation frame wasn't | Torbjörn Andersson |
2005-01-03 | Add missing control changes, patch #1094825. | Travis Howell |
2005-01-02 | o Started putting all panels stuff in order. Still incomplete | Eugene Sandulenko |
2005-01-02 | Fix for bug #1082154 (MM V2 (German): incorrect text presentation) | Max Horn |
2005-01-02 | Removed printf() that I assume was committed by mistake. | Torbjörn Andersson |
2005-01-02 | Use events to start the remaining animations. It's not necessary, but it's | Torbjörn Andersson |
2005-01-02 | Start intro animations with events to prevent the first frame from being | Torbjörn Andersson |
2005-01-02 | Pausing an animation is done by changing its state now, not by setting a | Torbjörn Andersson |
2005-01-02 | MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ... | Max Horn |
2005-01-02 | Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM, | Torbjörn Andersson |
2005-01-02 | Fixed a few things in the IHNM intro. Most noticeably I've added an event | Torbjörn Andersson |
2005-01-02 | The 'n_voices' field of the voice LUT was never assigned a value. So if | Torbjörn Andersson |
2005-01-01 | Some spelling/grammar fixes. | Joost Peters |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | One day I wanna switch to STL. Really | Max Horn |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Removing obsolete comment | Max Horn |
2005-01-01 | BS2 copyright text needs to be clarified | Max Horn |
2005-01-01 | oops, correct copyright string | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-31 | Applied patch #1093830, with slight modifications proposed by Fingolfin. | Torbjörn Andersson |
2004-12-31 | Slight adjustment of placard text position. It's still not identical to the | Torbjörn Andersson |
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir |
2004-12-30 | correction for previous correction :) | Gregory Montoir |
2004-12-30 | minor correction, checked against disasm | Gregory Montoir |
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ... | Max Horn |