aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-06Add reported frech 4 disks monkeyegaEugene Sandulenko
2005-01-06 turn off "no definition for inline function" warningAndrew Kurushin
2005-01-06- remove "extern" before OSystem::makeInstanceAndrew Kurushin
2005-01-06- implement faceTowards (script function & etc)Andrew Kurushin
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-06Fix getStrings to use the ScummEngine::openFile methodMax Horn
2005-01-06Work around bad German translation. (Joey claims he's 21 metres above theTorbjörn Andersson
2005-01-06Placard functions are now event-driven, so the blocking palette faders areTorbjörn Andersson
2005-01-06Fixed bug #1093845 after discussing with Fingolfin.Torbjörn Andersson
2005-01-06Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".Eugene Sandulenko
2005-01-06Fix crash in introEugene Sandulenko
2005-01-06Fix actor walking caused by wrong panel stateEugene Sandulenko
2005-01-06some actor walking fixesAndrew Kurushin
2005-01-06Fix warningEugene Sandulenko
2005-01-06Next batch of panel-related fixes. Still wrong.Eugene Sandulenko
2005-01-06Whitespace change.Torbjörn Andersson
2005-01-06Fixed typo (in comment)Torbjörn Andersson
2005-01-06Change warning to debugJoost Peters
2005-01-06Removed unused variable.Torbjörn Andersson
2005-01-05- path finding work in progressAndrew Kurushin
2005-01-05IndentationTorbjörn Andersson
2005-01-05Fixed bad speech/script regression.Torbjörn Andersson
2005-01-05After adding a new game, select the new entryMax Horn
2005-01-05When computing a games MD5, only use the first 1 MB of the file (this should ...Max Horn
2005-01-04Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKiNicolas Bacca
2005-01-04Fix yet another copy&paste mistake from 0.6.1bNicolas Bacca
2005-01-04- some walking additionAndrew Kurushin
2005-01-04o Fix regression with Win32 CD ITE at wyrmkeep logoEugene Sandulenko
2005-01-04Update SAGA stuffEugene Sandulenko
2005-01-04- added setup of followers position at start of sceneAndrew Kurushin
2005-01-04Applied patch #1088948, with minor modificationsTorbjörn Andersson
2005-01-03:)Paweł Kołodziejski
2005-01-03Andreas Roever -> spell name properly with an umlaut in the HTML/XML version ...Max Horn
2005-01-03- script execution stops properlyAndrew Kurushin
2005-01-03Fixed a regression where - I think - the last animation frame wasn'tTorbjörn Andersson
2005-01-03Add missing control changes, patch #1094825.Travis Howell
2005-01-02o Started putting all panels stuff in order. Still incompleteEugene Sandulenko
2005-01-02Fix for bug #1082154 (MM V2 (German): incorrect text presentation)Max Horn
2005-01-02Removed printf() that I assume was committed by mistake.Torbjörn Andersson
2005-01-02Use events to start the remaining animations. It's not necessary, but it'sTorbjörn Andersson
2005-01-02Start intro animations with events to prevent the first frame from beingTorbjörn Andersson
2005-01-02Pausing an animation is done by changing its state now, not by setting aTorbjörn Andersson
2005-01-02MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ...Max Horn
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-02Fixed a few things in the IHNM intro. Most noticeably I've added an eventTorbjörn Andersson
2005-01-02The 'n_voices' field of the voice LUT was never assigned a value. So ifTorbjörn Andersson
2005-01-01Some spelling/grammar fixes.Joost Peters
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn