Age | Commit message (Expand) | Author |
2005-01-06 | Added a font manager (work in progress) | Max Horn |
2005-01-06 | Add reported frech 4 disks monkeyega | Eugene Sandulenko |
2005-01-06 | turn off "no definition for inline function" warning | Andrew Kurushin |
2005-01-06 | - remove "extern" before OSystem::makeInstance | Andrew Kurushin |
2005-01-06 | - implement faceTowards (script function & etc) | Andrew Kurushin |
2005-01-06 | Patch #1092994 (Selfscaling GUI) | Max Horn |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-06 | Fix getStrings to use the ScummEngine::openFile method | Max Horn |
2005-01-06 | Work around bad German translation. (Joey claims he's 21 metres above the | Torbjörn Andersson |
2005-01-06 | Placard functions are now event-driven, so the blocking palette faders are | Torbjörn Andersson |
2005-01-06 | Fixed bug #1093845 after discussing with Fingolfin. | Torbjörn Andersson |
2005-01-06 | Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed". | Eugene Sandulenko |
2005-01-06 | Fix crash in intro | Eugene Sandulenko |
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 |