Commit Graph

9046 Commits

Author SHA1 Message Date
James Brown
f58e13fe4d Add TODO about naming of _saveLoadCompatible
svn-id: r12687
2004-01-31 16:10:21 +00:00
James Brown
9b2e69fe2f Patch #886058 - Don't stop music when loading certain temporary states.
svn-id: r12686
2004-01-31 16:07:11 +00:00
Eugene Sandulenko
21f7b4633a Fix bug #887536 FT: Intro crash (regression).
svn-id: r12685
2004-01-31 12:28:38 +00:00
Travis Howell
5c2cb28c5a Update mingw Makefile.
svn-id: r12684
2004-01-31 01:58:14 +00:00
Max Horn
42a3206e6f Removed 'builddir' again (not really needed for now); fixed 'bundle' rule for external build dirs
svn-id: r12683
2004-01-31 00:05:08 +00:00
Max Horn
9dda30c308 Add a proposal for a revised documentation structure. Comments are welcome
svn-id: r12682
2004-01-30 23:59:13 +00:00
Max Horn
6c86f71468 Removed references to build.rules; updated Mac OS X build instructions (though they still could be improved a lot; same for the general build instructions)
svn-id: r12681
2004-01-30 23:39:56 +00:00
Max Horn
da76ac5890 Various changes to the build system which allow building ScummVM in an 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 21:54:28 +00:00
Max Horn
671be90c74 add MPEG2 to the static-link-hack
svn-id: r12679
2004-01-30 21:03:17 +00:00
Max Horn
2f8d19d004 avoid using huge static structs - they can't be stripped, and increase the exe size (in this case, 16 MB...)
svn-id: r12678
2004-01-30 20:57:23 +00:00
Max Horn
c7424312c3 improved debug message; code simplification
svn-id: r12677
2004-01-30 20:49:26 +00:00
Max Horn
4dab40f123 fix whitespaces (we should eventually try to remove this code duplication again, folks. maybe add a 'video' global module or so...)
svn-id: r12676
2004-01-30 20:47:21 +00:00
Max Horn
8bd19dab0b Fix for bug #887167 (FT: Sound/Music/speech (almost) mute)
svn-id: r12675
2004-01-30 17:30:06 +00:00
Travis Howell
d9cb0b1e79 DOTT should save sound state if _saveLoadSlot is true when doing a temporary save. It doesn't set flag via get/setkernal like later games.
svn-id: r12674
2004-01-30 16:01:08 +00:00
Travis Howell
519437aab1 Add better work around for inventory arrows issue in some Simon1 versions.
Remove seom debugging output.

svn-id: r12673
2004-01-30 03:26:47 +00:00
Eugene Sandulenko
d1ac15e23c oops
svn-id: r12672
2004-01-30 02:38:45 +00:00
Eugene Sandulenko
3758815c09 o Fix crash in FT intro
svn-id: r12671
2004-01-30 02:37:18 +00:00
Eugene Sandulenko
6dec294de5 o Renamed more variables/structures to reflect their functionality
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-30 02:14:29 +00:00
Max Horn
81ff879a9d Add the super-ultra-mega-secret --savepath option (and it's not just secret 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 21:54:03 +00:00
Paweł Kołodziejski
fbab0e9984 fix for bug 886201 or rather revert back to hack
svn-id: r12668
2004-01-29 19:59:00 +00:00
Paweł Kołodziejski
3f61dcafc1 update
svn-id: r12667
2004-01-29 19:38:19 +00:00
Paweł Kołodziejski
dc1e4699ee fixed warning
svn-id: r12666
2004-01-29 19:37:59 +00:00
Max Horn
176aa74827 Renamed the 'pan' effect of the mixer to 'balance', since that is what we actually do; applied patch #886786 which corrects a bug in the balance code
svn-id: r12665
2004-01-29 18:15:27 +00:00
Max Horn
bcedf44957 fix syntax errors
svn-id: r12664
2004-01-29 16:14:17 +00:00
Torbjörn Andersson
45cded8b6c Updated the Hot Keys section. Still more work needed, and since I don't
have LaTeX installed on this computer I can't check whether or not I made
any syntax errors.

svn-id: r12663
2004-01-29 15:37:17 +00:00
Torbjörn Andersson
d61ecae6ba Broken Sword doesn't do auto-saving either, as far as I know.
svn-id: r12662
2004-01-29 15:25:13 +00:00
Torbjörn Andersson
2c4aac375b The README file no longer lists the pirate song as a problem, so I guess
this file shouldn't either.

svn-id: r12661
2004-01-29 15:21:40 +00:00
Max Horn
505a61cc7f corrected MD5 table entry
svn-id: r12660
2004-01-29 00:35:16 +00:00
Hannes Niederhausen
8c84dbd35e Added Change in Credits
svn-id: r12659
2004-01-28 15:44:15 +00:00
Joost Peters
239275c608 remove outdated TODOs
svn-id: r12658
2004-01-28 13:13:58 +00:00
Max Horn
c99ed51800 TODO update
svn-id: r12657
2004-01-28 11:58:24 +00:00
Travis Howell
22e3a4b31d Update
svn-id: r12656
2004-01-28 11:10:58 +00:00
Travis Howell
f5b5d863c0 Interview has no speech iether.
svn-id: r12655
2004-01-28 09:10:07 +00:00
Travis Howell
96e0a747f9 Add fix from eriktorbjorn to make sure screen is always updated during cutscnes.
svn-id: r12654
2004-01-28 04:11:06 +00:00
Eugene Sandulenko
ece80a4a1f Partial fix for bug #885488 (Some INSANE trouble)
o Finally fixed seek error. Now I never encounter it, though there are weird
   SAUD errors in some cases.
 o Started to hunt cave-dude-only bug

svn-id: r12653
2004-01-28 04:07:54 +00:00
Travis Howell
4c430c9b4a Another safety check.
svn-id: r12652
2004-01-28 03:08:42 +00:00
Travis Howell
0e9e75da9d music works on Simon2
svn-id: r12651
2004-01-28 03:01:28 +00:00
Travis Howell
d417394a25 Ooops
svn-id: r12650
2004-01-28 02:45:00 +00:00
Travis Howell
7dd78f11d3 Use a few form scumm
svn-id: r12649
2004-01-28 02:42:23 +00:00
Travis Howell
a72e726968 Add some more commands to debugger.
svn-id: r12648
2004-01-28 02:27:09 +00:00
Travis Howell
1eb7723492 Update
svn-id: r12647
2004-01-28 01:33:49 +00:00
Travis Howell
dbe4fae5b9 Add some feedback.
svn-id: r12646
2004-01-28 01:19:15 +00:00
Nicolas Bacca
d7b6160cd2 Fix toolbar, add hide toolbar request
svn-id: r12645
2004-01-28 01:12:48 +00:00
Nicolas Bacca
2ff396d7e8 640x480 toolbar fixes, don't draw an invisible toolbar
svn-id: r12644
2004-01-28 01:09:08 +00:00
Nicolas Bacca
4793b48326 Add needsHideToolbarMapping
svn-id: r12643
2004-01-28 01:06:29 +00:00
Nicolas Bacca
7b05525823 640x480 changes
svn-id: r12642
2004-01-28 01:05:22 +00:00
Joost Peters
63be7c1323 Allow using a real MT-32 (can someone with one please test this?)
svn-id: r12641
2004-01-27 23:05:02 +00:00
Joost Peters
829df83f79 minor cleanup
svn-id: r12640
2004-01-27 21:28:17 +00:00
Nicolas Bacca
f00f911f39 Fix compile on Embedded Visual Csomething
svn-id: r12639
2004-01-27 20:05:23 +00:00
Travis Howell
8f80241571 Add safety check.
svn-id: r12638
2004-01-27 17:22:08 +00:00