aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-06Hopefully fix these cutscene bugs for good.James Brown
svn-id: r3879
2002-04-05One FIXME for cutscene code... there's still something subtracting 1 from a ↵James Brown
null cutscene.. svn-id: r3878
2002-04-05Cutscene fix take 2James Brown
svn-id: r3877
2002-04-05Fix Indy3/Loom override bugs. THIS MAY BREAK OTHER GAMES. Please test.James Brown
svn-id: r3876
2002-04-05Updated readme, fixed -n subtitles option (thanks dsy) and stripped \M'sJames Brown
from mp3_cd files (cheers khalek). Arisme: check your CVS options, you need to do CR/LF conversion :) svn-id: r3875
2002-04-05Added Zak256/Indy3 walkbox locking support.James Brown
svn-id: r3874
2002-04-05Fixed mp3 desynch due to a stupid castNicolas Bacca
svn-id: r3873
2002-04-05New Visual C makefile with mp3_cd supportJames Brown
svn-id: r3872
2002-04-05More cd_mp3 fixes....James Brown
svn-id: r3871
2002-04-05Fix minor typoJames Brown
svn-id: r3870
2002-04-05Fix mp3_cd supportJames Brown
svn-id: r3869
2002-04-05Fix last BOOLJames Brown
svn-id: r3868
2002-04-05Move mp3_cd include within #IFDEFJames Brown
svn-id: r3867
2002-04-05Fix copy & paste error - use bool, not BOOL in cross-platform SDL apps.James Brown
svn-id: r3866
2002-04-05Remove (hopefully) obsolete Indy4 FIXME'sJames Brown
svn-id: r3865
2002-04-05Add mp3_cd.cppTravis Howell
svn-id: r3864
2002-04-05MP3 CD patch reorganizedNicolas Bacca
svn-id: r3863
2002-04-04Revenge of the son of the charset fixNicolas Bacca
svn-id: r3862
2002-04-04MP3 cd music patch - still WIP, VBR doesn't work, compress the audio track X ↵Nicolas Bacca
to MP3 CBR and name them trackX.mp3 in the game directory - only tested with Loom svn-id: r3861
2002-04-04Removed ugly object fix that was implemented while the flags were buggy. Now ↵Vincent Hamm
you can exit the village in LoomCd svn-id: r3860
2002-04-04Removed some obsolete codeRuediger Hanke
svn-id: r3859
2002-04-04MorphOS portRuediger Hanke
svn-id: r3858
2002-04-04Always remember, = != ==, and & != &&James Brown
svn-id: r3857
2002-04-04Fix walking outside crash in Indy3James Brown
svn-id: r3856
2002-04-04Fix idiotic typo in verbage fixJames Brown
svn-id: r3855
2002-04-04Fix Zak/Indy3 verbage issues.James Brown
svn-id: r3854
2002-04-03Reenable masking detection for Indy3/Zak/Loom - still not correct, I've got ↵Paweł Kołodziejski
no idea how this code actually does the masking. svn-id: r3853
2002-04-03Fix removal of objects in Zak/Indy3/LoomJames Brown
svn-id: r3852
2002-04-03Fix window title.James Brown
svn-id: r3851
2002-04-03Fix bad opcode at Zak AirportJames Brown
svn-id: r3850
2002-04-03Zak/Loom/Indy3 object flags fix. Only translates CLASS_TOUCHABLE at the moment.James Brown
svn-id: r3849
2002-04-02fixed a little glitch that appeared in insane paletteVincent Hamm
svn-id: r3848
2002-04-02Wrote the string map for V7. Gui colors are still badVincent Hamm
svn-id: r3847
2002-04-01Fixed saved states - broke format of course, we need to come up with a ↵James Brown
better way to do this. Thanks jah :) svn-id: r3846
2002-03-31Re-enable Monkey Island 2 difficulty level choiceNicolas Bacca
svn-id: r3845
2002-03-31Fix charset background problem in VCNicolas Bacca
svn-id: r3844
2002-03-31Reswitched getVarOrDirectByte/Word to SIGNED int - fixes some disappearing ↵Nicolas Bacca
objects problem due to an invalid elevation. Please yell if it breaks something else :) svn-id: r3843
2002-03-31Fix AKOS on VC :DNicolas Bacca
svn-id: r3842
2002-03-30Another small init fix thanks to Valgrind (using Sam n Max this time).Lionel Ulmer
svn-id: r3841
2002-03-30Added some new initialisations thanks to Valgrind.Lionel Ulmer
Please could people more aware than me of ScummVM internals check if they are right :-) svn-id: r3840
2002-03-30Fixed compilation on Linux (by removing a Windowism :-) ).Lionel Ulmer
svn-id: r3839
2002-03-29Fix some VC6++ debug actor-related crashes.James Brown
Mask, Charset color and WaitForMessage hangs still remain. svn-id: r3838
2002-03-27Allow Visual Studio debug to work. Note, this may be caused by either a ↵James Brown
fault in ScummVM or a problem with the debug single-threaded runtime.... svn-id: r3837
2002-03-26Add recent changes from MakefileTravis Howell
svn-id: r3836
2002-03-26Update project file, and add some checks for uninitied arrays. Stops full ↵James Brown
throttle crashing, until the AKOS bug. svn-id: r3835
2002-03-26Fix sound under VC++ debug. Actor masks, actor animation and talking are ↵James Brown
still broken. Help. someone? Anyone? svn-id: r3834
2002-03-25Fixed most of the speed issues of insaneVincent Hamm
svn-id: r3833
2002-03-25Forced colors for V7 gui...(temporary hack). Now the gui colors are reseted ↵Vincent Hamm
every time it's opened svn-id: r3832
2002-03-25Add init.cpp to the cvsVincent Hamm
svn-id: r3831
2002-03-25Various fix in insaneVincent Hamm
svn-id: r3830