Commit Graph

9150 Commits

Author SHA1 Message Date
Joost Peters
b3a9071118 - Cope better with invalid music (fixes 100% CPU usage)
- Some const'ness

svn-id: r12590
2004-01-25 12:50:29 +00:00
Max Horn
32a58b3603 get rid of ScummEngine::_insaneState (I think we should eventually stop calling processKbd() from inside smush and replace it with special code there)
svn-id: r12589
2004-01-25 12:20:59 +00:00
Joost Peters
5fa9dfa87e The Floppy version has speech in the intro. (it doesn't hurt if speechToggle is set for the floppy version)
svn-id: r12588
2004-01-25 11:47:22 +00:00
Travis Howell
10a37c8c25 Small correction to my last commit.
svn-id: r12587
2004-01-25 07:53:03 +00:00
Eugene Sandulenko
87730caa02 Fixed plenty of bugs:
o Seek error. Now it seems to cover all cases
  o Shadows in tunnels on mineroad
  o Renamed some function to match functionality
  o bug #867555 (Problems between Mink Farm and Poyhoga)
  o Ben disappearing in car chase

svn-id: r12586
2004-01-25 05:25:50 +00:00
Travis Howell
f4e26c9412 Add support for music in fotaq demos
svn-id: r12585
2004-01-25 05:03:35 +00:00
Joost Peters
d40d9b7f0d - Added MT32 -> GM mapping, this fixes the wrong sound for the clock in the beginning as well as various tunes.
- Don't try to play invalid music (list probably is incomplete)
- Work around annoying notes bug in 2 pieces of Floda music
- Stop music when loading savegames

svn-id: r12584
2004-01-24 22:55:09 +00:00
Max Horn
6c8111bac9 fix OSX COMI cd changing hack
svn-id: r12583
2004-01-24 18:20:21 +00:00
Gregory Montoir
7bd31d615c change sscanf() calls to atoi() to please PalmOS :)
svn-id: r12582
2004-01-23 16:58:13 +00:00
Gregory Montoir
7401421b1d update
svn-id: r12581
2004-01-23 10:40:32 +00:00
Gregory Montoir
82e005fe5a use BobSlot::clear instead of Graphics::clearBob
svn-id: r12580
2004-01-23 10:34:57 +00:00
Gregory Montoir
28b365803b MSVC warnings
svn-id: r12579
2004-01-23 10:28:20 +00:00
Gregory Montoir
46f25d440f use BobSlot::clear instead of Graphics::clearBob
svn-id: r12578
2004-01-23 10:27:30 +00:00
Joost Peters
0bece175e4 - Some refactoring/clean-up.
- Handle special music types (> 1000)
- Implemented random looping (untested)

svn-id: r12577
2004-01-22 23:10:05 +00:00
Gregory Montoir
99e3175d54 (slightly) less hackish bounding box code
svn-id: r12576
2004-01-22 22:28:57 +00:00
Max Horn
90b96a94ab whitespaces
svn-id: r12575
2004-01-22 21:02:29 +00:00
Max Horn
747cbef8d7 Fix for bug #882081
svn-id: r12574
2004-01-22 19:43:36 +00:00
Travis Howell
ed6aed43bf Not needed for puttdemo.
svn-id: r12573
2004-01-22 04:46:34 +00:00
Jonathan Gray
978ba89095 patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host option to the configure script for cross compilation and sdl prefix option. Also remove obsolete sdlgl option from configure script and change the --disable-bs options to be --disable-sword to be consistent while I'm here
svn-id: r12572
2004-01-22 04:31:31 +00:00
Travis Howell
45739906a5 actor ignoreTurns is complete for scumm6
svn-id: r12571
2004-01-22 03:22:01 +00:00
Travis Howell
1f7a74099a Remove a few old warnings.
svn-id: r12570
2004-01-22 02:37:41 +00:00
Paweł Kołodziejski
b982864a8d fixed bug #881141
svn-id: r12569
2004-01-22 00:00:31 +00:00
Gregory Montoir
2d7f1b9d0f clear user input before entering Journal (no more load problems occuring when journal is started as joe is about to do sthg)
svn-id: r12568
2004-01-21 22:04:39 +00:00
Chris Apers
5bc6d14e33 Prevent getPlatformDescription(...) from returing NULL pointer using kPlatformUnknown
svn-id: r12567
2004-01-21 13:35:27 +00:00
James Brown
33d7e5a093 Don't crash if unable to play cutscene music.
svn-id: r12566
2004-01-21 08:50:15 +00:00
Gregory Montoir
15a5fd20a3 fix 'conversation options still displayed after hitting esc' bug (noticeable in plane when speaking to Sparky)
svn-id: r12565
2004-01-20 22:35:53 +00:00
Gregory Montoir
ff43b1f8d5 - fixed bug #880415 (only setup bam scene after all _vm->update() calls)
- constness

svn-id: r12564
2004-01-20 21:58:26 +00:00
Max Horn
d26fd46cd0 slightly less hackish LaTeX code
svn-id: r12563
2004-01-20 21:49:46 +00:00
Max Horn
6972064e34 save 8 pages by using a smaller font, reducing the page margins, and keeping the TOC on the first page; also make use of hyperref so that we get a nice hypertext TOC
svn-id: r12562
2004-01-20 20:38:17 +00:00
Max Horn
8734619d3a .cvsignore
svn-id: r12561
2004-01-20 19:49:13 +00:00
Hannes Niederhausen
941f99dc38 Added latex-files. To make the readme.ps type 'latex readme.tex&&dvips readme.dvi -o readme.ps' If someone wants a Makefile, please post it to the scmmvm-devel-list.
svn-id: r12560
2004-01-20 18:51:32 +00:00
Chris Apers
f05654662c No more needed
svn-id: r12559
2004-01-20 14:39:38 +00:00
Chris Apers
65d2e4e718 Enable those drivers (still no sound on PalmOS)
svn-id: r12558
2004-01-20 14:38:15 +00:00
Chris Apers
59cddfc638 Missing stdafx.h
svn-id: r12557
2004-01-20 14:35:37 +00:00
Chris Apers
3bf6ddaa7b Added abort() function
svn-id: r12556
2004-01-20 14:33:03 +00:00
Chris Apers
6f525a42e5 Added DrawStatus function
svn-id: r12555
2004-01-20 14:32:01 +00:00
Chris Apers
747685521f Added copy protection and aspect ratio options
svn-id: r12554
2004-01-20 14:30:35 +00:00
Chris Apers
80ed622e64 Added FtSeqNames
svn-id: r12553
2004-01-20 14:29:08 +00:00
Chris Apers
1b968f657a Chenged max stack size
svn-id: r12552
2004-01-20 14:25:43 +00:00
Chris Apers
f86271e04c Moved MainForm stuffs to its own file
svn-id: r12551
2004-01-20 14:24:30 +00:00
Chris Apers
2c60f5f3bc Fixed list positioning, tapwave related stuffs
svn-id: r12550
2004-01-20 14:22:42 +00:00
Chris Apers
cc123e7e28 Updated with lastest CVS changes
svn-id: r12549
2004-01-20 14:18:08 +00:00
Chris Apers
b90139eae7 Missing stdafx.h
svn-id: r12548
2004-01-20 14:16:10 +00:00
Chris Apers
b243759207 Always create the log file, more ScummVM options supported
svn-id: r12547
2004-01-20 14:10:23 +00:00
Chris Apers
ebc71349db More PalmOS options + macros
svn-id: r12546
2004-01-20 14:08:31 +00:00
Chris Apers
79db0a1853 Fixed GamUnselect function, added GamJumpTo
svn-id: r12545
2004-01-20 14:03:50 +00:00
Chris Apers
89ae755bdc Disable tapwave code for now
svn-id: r12544
2004-01-20 14:01:45 +00:00
Chris Apers
ef14c7907b Removed unused stuffs, added ARM init functions
svn-id: r12543
2004-01-20 13:59:04 +00:00
Chris Apers
7955e4ce72 Missing stdafx.h
svn-id: r12542
2004-01-20 13:54:46 +00:00
Chris Apers
26483ce660 Updated resource files
svn-id: r12541
2004-01-20 13:52:44 +00:00