Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | Depfiles are not generated in $(srcdir), so don't include them from there... | Marcus Comstedt | |
svn-id: r12707 | |||
2004-02-01 | This doesn't seem to be needed anymore either... | Marcus Comstedt | |
svn-id: r12706 | |||
2004-02-01 | The cleanup goes on... | Marcus Comstedt | |
svn-id: r12705 | |||
2004-02-01 | Added missing definition of RM_REC. | Marcus Comstedt | |
svn-id: r12704 | |||
2004-02-01 | More old cruft removed. | Marcus Comstedt | |
svn-id: r12703 | |||
2004-02-01 | Ignore sword1 build dir. | Marcus Comstedt | |
svn-id: r12702 | |||
2004-02-01 | init _joe.walk (valgrind warning) | Joost Peters | |
svn-id: r12701 | |||
2004-02-01 | another valgrind fix | Joost Peters | |
svn-id: r12700 | |||
2004-02-01 | forgot to commit configure | Max Horn | |
svn-id: r12699 | |||
2004-02-01 | Match new[] with delete[] | Joost Peters | |
svn-id: r12698 | |||
2004-02-01 | fix valgrind warning. (pressing ESC like mad at startup could cause it to ↵ | Joost Peters | |
check against uninitialised value) svn-id: r12697 | |||
2004-02-01 | Update TODO list | Eugene Sandulenko | |
svn-id: r12696 | |||
2004-02-01 | o Major debug of all actors code | Eugene 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-01 | native directory browser on Mac OS X | Max Horn | |
svn-id: r12694 | |||
2004-02-01 | cleanup | Max Horn | |
svn-id: r12693 | |||
2004-02-01 | Added FilesystemNode::getNodeForPath, but right now only for Mac OS X | Max Horn | |
svn-id: r12692 | |||
2004-01-31 | renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵ | Max Horn | |
requestLoad/requestSave svn-id: r12691 | |||
2004-01-31 | Cleanup. | Marcus Comstedt | |
svn-id: r12690 | |||
2004-01-31 | Set $(srcdir). | Marcus Comstedt | |
svn-id: r12689 | |||
2004-01-31 | cleanup (len == size) | Max Horn | |
svn-id: r12688 | |||
2004-01-31 | Add TODO about naming of _saveLoadCompatible | James Brown | |
svn-id: r12687 | |||
2004-01-31 | Patch #886058 - Don't stop music when loading certain temporary states. | James Brown | |
svn-id: r12686 | |||
2004-01-31 | Fix bug #887536 FT: Intro crash (regression). | Eugene Sandulenko | |
svn-id: r12685 | |||
2004-01-31 | Update mingw Makefile. | Travis Howell | |
svn-id: r12684 | |||
2004-01-31 | Removed 'builddir' again (not really needed for now); fixed 'bundle' rule ↵ | Max Horn | |
for external build dirs svn-id: r12683 | |||
2004-01-30 | Add a proposal for a revised documentation structure. Comments are welcome | Max Horn | |
svn-id: r12682 | |||
2004-01-30 | Removed 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-30 | Various 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-30 | add MPEG2 to the static-link-hack | Max Horn | |
svn-id: r12679 | |||
2004-01-30 | avoid using huge static structs - they can't be stripped, and increase the ↵ | Max Horn | |
exe size (in this case, 16 MB...) svn-id: r12678 | |||
2004-01-30 | improved debug message; code simplification | Max Horn | |
svn-id: r12677 | |||
2004-01-30 | fix whitespaces (we should eventually try to remove this code duplication ↵ | Max Horn | |
again, folks. maybe add a 'video' global module or so...) svn-id: r12676 | |||
2004-01-30 | Fix for bug #887167 (FT: Sound/Music/speech (almost) mute) | Max Horn | |
svn-id: r12675 | |||
2004-01-30 | DOTT should save sound state if _saveLoadSlot is true when doing a temporary ↵ | Travis Howell | |
save. It doesn't set flag via get/setkernal like later games. svn-id: r12674 | |||
2004-01-30 | Add better work around for inventory arrows issue in some Simon1 versions. | Travis Howell | |
Remove seom debugging output. svn-id: r12673 | |||
2004-01-30 | oops | Eugene Sandulenko | |
svn-id: r12672 | |||
2004-01-30 | o Fix crash in FT intro | Eugene Sandulenko | |
svn-id: r12671 | |||
2004-01-30 | o Renamed more variables/structures to reflect their functionality | Eugene Sandulenko | |
o Fixed bug with only caveman approaching o Extended smush player to process FT-specific overlays in videos. They're used to draw broken truck & car approaching and opponents on the mineroad svn-id: r12670 | |||
2004-01-29 | Add the super-ultra-mega-secret --savepath option (and it's not just secret ↵ | Max Horn | |
because I am too lame to write a help entry, add it to the README, and add it to the TeX files. *cough* No, that's not at all the reason... :-) svn-id: r12669 | |||
2004-01-29 | fix for bug 886201 or rather revert back to hack | Paweł Kołodziejski | |
svn-id: r12668 | |||
2004-01-29 | update | Paweł Kołodziejski | |
svn-id: r12667 | |||
2004-01-29 | fixed warning | Paweł Kołodziejski | |
svn-id: r12666 | |||
2004-01-29 | Renamed the 'pan' effect of the mixer to 'balance', since that is what we ↵ | Max Horn | |
actually do; applied patch #886786 which corrects a bug in the balance code svn-id: r12665 | |||
2004-01-29 | fix syntax errors | Max Horn | |
svn-id: r12664 | |||
2004-01-29 | Updated the Hot Keys section. Still more work needed, and since I don't | Torbjörn Andersson | |
have LaTeX installed on this computer I can't check whether or not I made any syntax errors. svn-id: r12663 | |||
2004-01-29 | Broken Sword doesn't do auto-saving either, as far as I know. | Torbjörn Andersson | |
svn-id: r12662 | |||
2004-01-29 | The README file no longer lists the pirate song as a problem, so I guess | Torbjörn Andersson | |
this file shouldn't either. svn-id: r12661 | |||
2004-01-29 | corrected MD5 table entry | Max Horn | |
svn-id: r12660 | |||
2004-01-28 | Added Change in Credits | Hannes Niederhausen | |
svn-id: r12659 | |||
2004-01-28 | remove outdated TODOs | Joost Peters | |
svn-id: r12658 |