aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-22Not needed for puttdemo.Travis Howell
svn-id: r12573
2004-01-22patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host ↵Jonathan Gray
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-22actor ignoreTurns is complete for scumm6Travis Howell
svn-id: r12571
2004-01-22Remove a few old warnings.Travis Howell
svn-id: r12570
2004-01-22fixed bug #881141Paweł Kołodziejski
svn-id: r12569
2004-01-21clear user input before entering Journal (no more load problems occuring ↵Gregory Montoir
when journal is started as joe is about to do sthg) svn-id: r12568
2004-01-21Prevent getPlatformDescription(...) from returing NULL pointer using ↵Chris Apers
kPlatformUnknown svn-id: r12567
2004-01-21Don't crash if unable to play cutscene music.James Brown
svn-id: r12566
2004-01-20fix 'conversation options still displayed after hitting esc' bug (noticeable ↵Gregory Montoir
in plane when speaking to Sparky) svn-id: r12565
2004-01-20- fixed bug #880415 (only setup bam scene after all _vm->update() calls)Gregory Montoir
- constness svn-id: r12564
2004-01-20slightly less hackish LaTeX codeMax Horn
svn-id: r12563
2004-01-20save 8 pages by using a smaller font, reducing the page margins, and keeping ↵Max Horn
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.cvsignoreMax Horn
svn-id: r12561
2004-01-20Added latex-files. To make the readme.ps type 'latex readme.tex&&dvips ↵Hannes Niederhausen
readme.dvi -o readme.ps' If someone wants a Makefile, please post it to the scmmvm-devel-list. svn-id: r12560
2004-01-20No more neededChris Apers
svn-id: r12559
2004-01-20Enable those drivers (still no sound on PalmOS)Chris Apers
svn-id: r12558
2004-01-20Missing stdafx.hChris Apers
svn-id: r12557
2004-01-20Added abort() functionChris Apers
svn-id: r12556
2004-01-20Added DrawStatus functionChris Apers
svn-id: r12555
2004-01-20Added copy protection and aspect ratio optionsChris Apers
svn-id: r12554
2004-01-20Added FtSeqNamesChris Apers
svn-id: r12553
2004-01-20Chenged max stack sizeChris Apers
svn-id: r12552
2004-01-20Moved MainForm stuffs to its own fileChris Apers
svn-id: r12551
2004-01-20Fixed list positioning, tapwave related stuffsChris Apers
svn-id: r12550
2004-01-20Updated with lastest CVS changesChris Apers
svn-id: r12549
2004-01-20Missing stdafx.hChris Apers
svn-id: r12548
2004-01-20Always create the log file, more ScummVM options supportedChris Apers
svn-id: r12547
2004-01-20More PalmOS options + macrosChris Apers
svn-id: r12546
2004-01-20Fixed GamUnselect function, added GamJumpToChris Apers
svn-id: r12545
2004-01-20Disable tapwave code for nowChris Apers
svn-id: r12544
2004-01-20Removed unused stuffs, added ARM init functionsChris Apers
svn-id: r12543
2004-01-20Missing stdafx.hChris Apers
svn-id: r12542
2004-01-20Updated resource filesChris Apers
svn-id: r12541
2004-01-20Dont use full_screen on PalmOS, use ConfMan insteadChris Apers
svn-id: r12540
2004-01-20Hack a bit MD5 to make it work on PalmOSChris Apers
svn-id: r12539
2004-01-20Changed printf() to warning()Torbjörn Andersson
svn-id: r12538
2004-01-20I assume this fixes CPU usage in synced cutscene playback, but since ITorbjörn Andersson
don't have said cutscenes I can't really check. (I did the same change for BS2 though.) svn-id: r12537
2004-01-20Some minor cleanups (comments and spacing), and fixed CPU usage in syncedTorbjörn Andersson
cutscene playback. svn-id: r12536
2004-01-20initialise _channel arrayJoost Peters
svn-id: r12535
2004-01-20Update commentTravis Howell
svn-id: r12534
2004-01-20Handle command 0xD0 (queen uses this) - thanks aholler.Joost Peters
svn-id: r12533
2004-01-20_blitAlso is also used by the DOTT intro. Updated comment to reflect that.Torbjörn Andersson
svn-id: r12532
2004-01-20AFAICT this is only used for caching in the original, which we don't care ↵Joost Peters
much about - seeing how rarely it's used. svn-id: r12531
2004-01-20Add newlineTravis Howell
Prevent overlapping speech in dig. svn-id: r12530
2004-01-19- Enable music queueing (I don't really like the levels of indirection, but ↵Joost Peters
it'll do for now) - Handle special music type '2000' (restart previously queued music) svn-id: r12529
2004-01-19cleanupMax Horn
svn-id: r12528
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty ↵Gregory Montoir
string (*.crd) svn-id: r12527
2004-01-19re-use BobFrameGregory Montoir
svn-id: r12526
2004-01-19increase Credits::_list size to match the German version requirements ↵Gregory Montoir
(thanks Alexander Holler) svn-id: r12525
2004-01-19prevents bank re-loading (cutaways animations)Gregory Montoir
svn-id: r12524