aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-05-20renamed various things for clarityMax Horn
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-20got rid of the evil locked-box hack in adjustXYToBeInBox; instead check for l...Max Horn
2003-05-20this is 100% equivalent to the old walkActorOld() code - I just made an equiv...Max Horn
2003-05-20remove this obsolete FIXME (code is fine as it is)Max Horn
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
2003-05-20cleanupMax Horn
2003-05-20fixed warning outputMax Horn
2003-05-20init charset dataMax Horn
2003-05-20warning -> debug messageMax Horn
2003-05-20proper fix for getPathToDestBoxMax Horn
2003-05-20merged common codeMax Horn
2003-05-20init all Bundle members properly; make _voiceFile/_musicFile protectedMax Horn
2003-05-20fixed charset id checkMax Horn
2003-05-20More thorough parameterFade and deferredCommand implementation.Jamieson Christian
2003-05-19Updated doCommand(14) with new information.Jamieson Christian
2003-05-19cleanupMax Horn
2003-05-19fix for bug #739661Max Horn
2003-05-19fix assert for mi_demo2Max Horn
2003-05-19Auto loop for non-puttdemo gamesJamieson Christian
2003-05-19Fixed VC++ warningsJamieson Christian
2003-05-19more special palette fixes by erikMax Horn
2003-05-19renamed ScriptSlot::unk1/unk2 to freezeResistant/recursiveMax Horn
2003-05-19correct transparency colour for humongous games when using akos16Jonathan Gray
2003-05-19make gui work if the requested string vars don't existJonathan Gray
2003-05-19enable midi for non puttdemo humongous games. need to properly return the res...Jonathan Gray
2003-05-19Removed annoying debug outputJamieson Christian
2003-05-19Proof of concept for XMIDI parser in Humongous games.Jamieson Christian
2003-05-19sync local changes, fix pickOneOfJonathan Gray
2003-05-19don't touch untouchable objects in V2 gamesMax Horn
2003-05-19enable box'ed walking in V2 gamesMax Horn
2003-05-19V2 walkbox matrix fixesMax Horn
2003-05-18more cleanupMax Horn
2003-05-18Fixed VC++ warningsJamieson Christian
2003-05-18VAR_CHARCOUNT is a V2 only variable, so I moved its declaration to the other ...Max Horn
2003-05-18oopsMax Horn
2003-05-18fix for various regressions (not quite sure if the check for V2/v3 is right, ...Max Horn
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-05-18cleanupMax Horn
2003-05-18consistently index script slots with index 0 (not 1); this fixes bug #739463;...Max Horn
2003-05-18fixed debugger 'scripts' commandMax Horn
2003-05-18Part of patch #739119 (attempt to fix bug #651077 at least partially)Max Horn
2003-05-18implemented proper 'invalid walkbox' handling in older games (in newer games,...Max Horn
2003-05-18Patch #738859: Experimental costume.cpp cleanupMax Horn
2003-05-18more V2 sentence cleanupMax Horn
2003-05-18fixed opcode 0x47Max Horn
2003-05-18number of actors in maniac is even 25 (according to the MM script-1)Max Horn
2003-05-18wow, now this is a stupid bug... fixes various issues in Zak256 at the very l...Max Horn
2003-05-17make gcc 3.3 happy. a->scalex and a->scaley are of type char and cannot be gr...Oliver Kiehl
2003-05-17I thought it would be clear from the comments that this was needed for the at...Jonathan Gray