Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-21 | Don't crash if unable to play cutscene music. | James Brown | |
svn-id: r12566 | |||
2004-01-20 | fix '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-20 | slightly less hackish LaTeX code | Max Horn | |
svn-id: r12563 | |||
2004-01-20 | save 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 | .cvsignore | Max Horn | |
svn-id: r12561 | |||
2004-01-20 | Added 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-20 | No more needed | Chris Apers | |
svn-id: r12559 | |||
2004-01-20 | Enable those drivers (still no sound on PalmOS) | Chris Apers | |
svn-id: r12558 | |||
2004-01-20 | Missing stdafx.h | Chris Apers | |
svn-id: r12557 | |||
2004-01-20 | Added abort() function | Chris Apers | |
svn-id: r12556 | |||
2004-01-20 | Added DrawStatus function | Chris Apers | |
svn-id: r12555 | |||
2004-01-20 | Added copy protection and aspect ratio options | Chris Apers | |
svn-id: r12554 | |||
2004-01-20 | Added FtSeqNames | Chris Apers | |
svn-id: r12553 | |||
2004-01-20 | Chenged max stack size | Chris Apers | |
svn-id: r12552 | |||
2004-01-20 | Moved MainForm stuffs to its own file | Chris Apers | |
svn-id: r12551 | |||
2004-01-20 | Fixed list positioning, tapwave related stuffs | Chris Apers | |
svn-id: r12550 | |||
2004-01-20 | Updated with lastest CVS changes | Chris Apers | |
svn-id: r12549 | |||
2004-01-20 | Missing stdafx.h | Chris Apers | |
svn-id: r12548 | |||
2004-01-20 | Always create the log file, more ScummVM options supported | Chris Apers | |
svn-id: r12547 | |||
2004-01-20 | More PalmOS options + macros | Chris Apers | |
svn-id: r12546 | |||
2004-01-20 | Fixed GamUnselect function, added GamJumpTo | Chris Apers | |
svn-id: r12545 | |||
2004-01-20 | Disable tapwave code for now | Chris Apers | |
svn-id: r12544 | |||
2004-01-20 | Removed unused stuffs, added ARM init functions | Chris Apers | |
svn-id: r12543 | |||
2004-01-20 | Missing stdafx.h | Chris Apers | |
svn-id: r12542 | |||
2004-01-20 | Updated resource files | Chris Apers | |
svn-id: r12541 | |||
2004-01-20 | Dont use full_screen on PalmOS, use ConfMan instead | Chris Apers | |
svn-id: r12540 | |||
2004-01-20 | Hack a bit MD5 to make it work on PalmOS | Chris Apers | |
svn-id: r12539 | |||
2004-01-20 | Changed printf() to warning() | Torbjörn Andersson | |
svn-id: r12538 | |||
2004-01-20 | I assume this fixes CPU usage in synced cutscene playback, but since I | Torbjö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-20 | Some minor cleanups (comments and spacing), and fixed CPU usage in synced | Torbjörn Andersson | |
cutscene playback. svn-id: r12536 | |||
2004-01-20 | initialise _channel array | Joost Peters | |
svn-id: r12535 | |||
2004-01-20 | Update comment | Travis Howell | |
svn-id: r12534 | |||
2004-01-20 | Handle 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-20 | AFAICT 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-20 | Add newline | Travis 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-19 | cleanup | Max 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-19 | re-use BobFrame | Gregory Montoir | |
svn-id: r12526 | |||
2004-01-19 | increase Credits::_list size to match the German version requirements ↵ | Gregory Montoir | |
(thanks Alexander Holler) svn-id: r12525 | |||
2004-01-19 | prevents bank re-loading (cutaways animations) | Gregory Montoir | |
svn-id: r12524 | |||
2004-01-19 | Added MusicPlayer class (MidiDriver derivate) for greater flexibility | Joost Peters | |
svn-id: r12523 | |||
2004-01-19 | Add comment for checkbox CE tweak | Nicolas Bacca | |
svn-id: r12522 | |||
2004-01-19 | fix endian bug when dealing with ArrayHeader's; added a hack to permit save ↵ | Max Horn | |
games broken due to this to still work; moved the whole 'Array' stuff into ScummEngine_v6 svn-id: r12521 | |||
2004-01-19 | moved the sam&max inventory hack into o6_setOwner | Max Horn | |
svn-id: r12520 | |||
2004-01-19 | forgot to remove this :-) | Max Horn | |
svn-id: r12519 | |||
2004-01-19 | updated MD5 data | Max Horn | |
svn-id: r12518 | |||
2004-01-19 | moved some V6-only scumm vars to ScummEngine_v6 | Max Horn | |
svn-id: r12517 |