aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-05-21Added ParameterFader into savegame format.Jamieson Christian
Savegames are now version 17 (VER_V17). svn-id: r7808
2003-05-21turn off lots of silly debug output ;-)Max Horn
svn-id: r7804
2003-05-21Replaced VolumeFader with more generic ParameterFaderJamieson Christian
svn-id: r7803
2003-05-21Integrated VolumeFader into each PlayerJamieson Christian
svn-id: r7801
2003-05-21fix verb 250 is mapped to 253 in V2, with the 'recursive' flag setMax Horn
svn-id: r7800
2003-05-21fixed V2 entry script dumpingMax Horn
svn-id: r7799
2003-05-21yet more pedantic warning fixesMax Horn
svn-id: r7796
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-05-21Fixed VC++ warningJamieson Christian
svn-id: r7793
2003-05-21constness fixesMax Horn
svn-id: r7787
2003-05-21uhm... less noisy, please :-)Max Horn
svn-id: r7783
2003-05-21evil bug in V2 bitvar code fixed -> no more MM cutscene skip crashMax Horn
svn-id: r7782
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in ↵Max Horn
maniac because VAR_EGO contains a bogus value); cleanup svn-id: r7781
2003-05-21fix warningsMax Horn
svn-id: r7778
2003-05-21make fingolfin happy :)Jonathan Gray
svn-id: r7777
2003-05-21Work on V2 inventory hack a little moreJames Brown
svn-id: r7776
2003-05-21Move stuff aroundJames Brown
svn-id: r7775
2003-05-21Fix this damn userface stuff properly :)James Brown
svn-id: r7772
2003-05-21don't error out here to prevent a crash, is the check in softUserputon ↵Jonathan Gray
actually valid here? svn-id: r7771
2003-05-21Hack more stuff in :PJames Brown
svn-id: r7770
2003-05-21Attempt to fix some stuffJames Brown
svn-id: r7768
2003-05-21Hacky zak sentence/inventory drawing (rewrite later on)James Brown
svn-id: r7766
2003-05-21Add Zak v2 doSentence fix, patch #740878Travis Howell
svn-id: r7760
2003-05-20cleanupMax Horn
svn-id: r7756
2003-05-20renamed various things for clarityMax Horn
svn-id: r7754
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ↵Max Horn
to translate the X/Y flip classes; made code use the new enum's; some other cleanup svn-id: r7753
2003-05-20got rid of the evil locked-box hack in adjustXYToBeInBox; instead check for ↵Max Horn
locked boxes in walkActorOld, which seems to work just as well (and hopefully better) svn-id: r7750
2003-05-20this is 100% equivalent to the old walkActorOld() code - I just made an ↵Max Horn
equivalence transformation (anybody who doesn't believe that, I can show you step by step how to transform the code :-) svn-id: r7749
2003-05-20remove this obsolete FIXME (code is fine as it is)Max Horn
svn-id: r7741
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
svn-id: r7739
2003-05-20cleanupMax Horn
svn-id: r7738
2003-05-20fixed warning outputMax Horn
svn-id: r7735
2003-05-20init charset dataMax Horn
svn-id: r7734
2003-05-20warning -> debug messageMax Horn
svn-id: r7733
2003-05-20proper fix for getPathToDestBoxMax Horn
svn-id: r7721
2003-05-20merged common codeMax Horn
svn-id: r7720
2003-05-20init all Bundle members properly; make _voiceFile/_musicFile protectedMax Horn
svn-id: r7718
2003-05-20fixed charset id checkMax Horn
svn-id: r7717
2003-05-20More thorough parameterFade and deferredCommand implementation.Jamieson Christian
Lot of guesswork. parameterFade STILL NEEDS A LOT OF WORK! These additions at least partially correct the music behavior in the Tunnel of Love when shorting the controls. svn-id: r7704
2003-05-19Updated doCommand(14) with new information.Jamieson Christian
Fixed music bug introduced with fix [712042]. Improved iMuse debug output. svn-id: r7703
2003-05-19cleanupMax Horn
svn-id: r7701
2003-05-19fix for bug #739661Max Horn
svn-id: r7699
2003-05-19fix assert for mi_demo2Max Horn
svn-id: r7698
2003-05-19Auto loop for non-puttdemo gamesJamieson Christian
svn-id: r7693
2003-05-19Fixed VC++ warningsJamieson Christian
svn-id: r7690
2003-05-19more special palette fixes by erikMax Horn
svn-id: r7689
2003-05-19renamed ScriptSlot::unk1/unk2 to freezeResistant/recursiveMax Horn
svn-id: r7688
2003-05-19correct transparency colour for humongous games when using akos16Jonathan Gray
svn-id: r7676
2003-05-19make gui work if the requested string vars don't existJonathan Gray
svn-id: r7674
2003-05-19enable midi for non puttdemo humongous games. need to properly return the ↵Jonathan Gray
result of whether music is running though... svn-id: r7673