aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-05Just in case somebody is shocked ...Nicolas Bacca
svn-id: r12727
2004-02-05Remove EVC 3 project, merged with EVC 4Nicolas Bacca
svn-id: r12726
2004-02-05Merge EVC 3 and EVC 4 project filesNicolas Bacca
svn-id: r12725
2004-02-05Enable and adjust for FT.Travis Howell
svn-id: r12724
2004-02-05Update arguments, could these be enabled now ?Travis Howell
svn-id: r12723
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-02-04No longer required.Travis Howell
svn-id: r12721
2004-02-03Fix compile.Travis Howell
svn-id: r12720
2004-02-03Act more gracefully when failing to load a (VOC) sound (should help bug #889442)Max Horn
svn-id: r12719
2004-02-03Patch #889552: Possible fix for bug #884171Max Horn
svn-id: r12718
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
o Support transparency for characters. Needed for cockpit rendering o Fixed bug in NUT renderer which drawed transparent characters garbled o Fixed long-standing (and outstanding) bug with SAUD error o Previous fix fixed music in some cases (scene transitions) o Fixed bug with palette being reset when smush video is rewind o Made debug level for insane adjustable at compile time (maybe I will remove it later) svn-id: r12717
2004-02-02Added issue about always using RandomSource for random numbers.Torbjörn Andersson
svn-id: r12716
2004-02-02Fixed initialization order warning.Torbjörn Andersson
svn-id: r12715
2004-02-02Remove md5 checksum, too many conflicting checksums.Travis Howell
svn-id: r12714
2004-02-02UpdateTravis Howell
svn-id: r12713
2004-02-02Add a few more HE target for future reference (Commented out)Travis Howell
svn-id: r12712
2004-02-01help poor VC7Max Horn
svn-id: r12711
2004-02-01Fix for bug #880418 (COMI: Subtitle problems)Max Horn
svn-id: r12710
2004-02-01No need to explicitly include posix-fs.o.Marcus Comstedt
svn-id: r12709
2004-02-01Include . in MODULE_DIRS to get dependencies for this dir.Marcus Comstedt
svn-id: r12708
2004-02-01Depfiles are not generated in $(srcdir), so don't include them from there...Marcus Comstedt
svn-id: r12707
2004-02-01This doesn't seem to be needed anymore either...Marcus Comstedt
svn-id: r12706
2004-02-01The cleanup goes on...Marcus Comstedt
svn-id: r12705
2004-02-01Added missing definition of RM_REC.Marcus Comstedt
svn-id: r12704
2004-02-01More old cruft removed.Marcus Comstedt
svn-id: r12703
2004-02-01Ignore sword1 build dir.Marcus Comstedt
svn-id: r12702
2004-02-01init _joe.walk (valgrind warning)Joost Peters
svn-id: r12701
2004-02-01another valgrind fixJoost Peters
svn-id: r12700
2004-02-01forgot to commit configureMax Horn
svn-id: r12699
2004-02-01Match new[] with delete[]Joost Peters
svn-id: r12698
2004-02-01fix valgrind warning. (pressing ESC like mad at startup could cause it to ↵Joost Peters
check against uninitialised value) svn-id: r12697
2004-02-01Update TODO listEugene Sandulenko
svn-id: r12696
2004-02-01o Major debug of all actors codeEugene Sandulenko
o Road signs aligned to match original o Fixed bug with Ben's velocity not reset with scene switch o Removed some unused code o Debug level increased, so console is not flooded anymore o Rearranged those huge switch statements I succesfully passed by all insane scenes, so FT should be completable now with some SAUD related crashes which are easy to avoid. svn-id: r12695
2004-02-01native directory browser on Mac OS XMax Horn
svn-id: r12694
2004-02-01cleanupMax Horn
svn-id: r12693
2004-02-01Added FilesystemNode::getNodeForPath, but right now only for Mac OS XMax Horn
svn-id: r12692
2004-01-31renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵Max Horn
requestLoad/requestSave svn-id: r12691
2004-01-31Cleanup.Marcus Comstedt
svn-id: r12690
2004-01-31Set $(srcdir).Marcus Comstedt
svn-id: r12689
2004-01-31cleanup (len == size)Max Horn
svn-id: r12688
2004-01-31Add TODO about naming of _saveLoadCompatibleJames Brown
svn-id: r12687
2004-01-31Patch #886058 - Don't stop music when loading certain temporary states.James Brown
svn-id: r12686
2004-01-31Fix bug #887536 FT: Intro crash (regression).Eugene Sandulenko
svn-id: r12685
2004-01-31Update mingw Makefile.Travis Howell
svn-id: r12684
2004-01-31Removed 'builddir' again (not really needed for now); fixed 'bundle' rule ↵Max Horn
for external build dirs svn-id: r12683
2004-01-30Add a proposal for a revised documentation structure. Comments are welcomeMax Horn
svn-id: r12682
2004-01-30Removed references to build.rules; updated Mac OS X build instructions ↵Max Horn
(though they still could be improved a lot; same for the general build instructions) svn-id: r12681
2004-01-30Various changes to the build system which allow building ScummVM in an ↵Max Horn
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680
2004-01-30add MPEG2 to the static-link-hackMax Horn
svn-id: r12679
2004-01-30avoid using huge static structs - they can't be stripped, and increase the ↵Max Horn
exe size (in this case, 16 MB...) svn-id: r12678