Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-21 | I am an idiot. | Joost Peters | |
Better fix for bug #899881 (Sounds played when sound turned off) - I forgot I added the isSpeech flag a while back. :) svn-id: r12976 | |||
2004-02-21 | Fix for bug #899881 (Sounds played when sound turned off) | Joost Peters | |
svn-id: r12975 | |||
2004-02-21 | Fixed arrow dialogue glitches (partial display) in non-english versions. ↵ | Gregory Montoir | |
This was due to a (wrong) blitting order of the bobs, arrows are now the last ones. svn-id: r12959 | |||
2004-02-14 | fix yet another piece of broken music | Joost Peters | |
svn-id: r12861 | |||
2004-02-13 | Applied patch #896726 (reversed hebrew text) and reduced overhead a little ↵ | Joost Peters | |
by introducing an _isReversed boolean svn-id: r12860 | |||
2004-02-13 | Add hebrew font data | Joost Peters | |
svn-id: r12858 | |||
2004-02-11 | Don't do unnecessary checks | Joost Peters | |
svn-id: r12827 | |||
2004-02-11 | add support for the hebrew talkie version and warn the user if s/he's using ↵ | Joost Peters | |
an old version of the tbl file svn-id: r12826 | |||
2004-02-10 | Alternative intro. is only in CD versions. | Travis Howell | |
svn-id: r12816 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-02-02 | Fixed initialization order warning. | Torbjörn Andersson | |
svn-id: r12715 | |||
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 | 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-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-28 | remove outdated TODOs | Joost Peters | |
svn-id: r12658 | |||
2004-01-28 | Interview has no speech iether. | Travis Howell | |
svn-id: r12655 | |||
2004-01-27 | Allow using a real MT-32 (can someone with one please test this?) | Joost Peters | |
svn-id: r12641 | |||
2004-01-27 | minor cleanup | Joost Peters | |
svn-id: r12640 | |||
2004-01-27 | Proper fix for bug #884712 | Joost Peters | |
svn-id: r12635 | |||
2004-01-26 | Yet another stupid EVC fix | Nicolas Bacca | |
svn-id: r12606 | |||
2004-01-26 | fix compile | Oliver Kiehl | |
svn-id: r12600 | |||
2004-01-25 | Seperate SFX and Speech. | Joost Peters | |
this fixes the 'pauses' in the car-chase scene and other scene which use speech and sfx simultaneously. svn-id: r12599 | |||
2004-01-25 | Fix missing song at airport. Thanks for investigating, Kirben! | Joost Peters | |
svn-id: r12598 | |||
2004-01-25 | Song 17 should be silence in demos. | Travis Howell | |
svn-id: r12597 | |||
2004-01-25 | Check for demo version. | Travis Howell | |
svn-id: r12596 | |||
2004-01-25 | A music table from original demo exes. | Travis Howell | |
svn-id: r12595 | |||
2004-01-25 | Change debug level | Travis Howell | |
svn-id: r12593 | |||
2004-01-25 | Remove old debug msg. | Travis Howell | |
svn-id: r12592 | |||
2004-01-25 | demos never have speech | Joost Peters | |
svn-id: r12591 | |||
2004-01-25 | - Cope better with invalid music (fixes 100% CPU usage) | Joost Peters | |
- Some const'ness svn-id: r12590 | |||
2004-01-25 | The Floppy version has speech in the intro. (it doesn't hurt if speechToggle ↵ | Joost Peters | |
is set for the floppy version) svn-id: r12588 | |||
2004-01-25 | Small correction to my last commit. | Travis Howell | |
svn-id: r12587 | |||
2004-01-25 | Add support for music in fotaq demos | Travis Howell | |
svn-id: r12585 | |||
2004-01-24 | - Added MT32 -> GM mapping, this fixes the wrong sound for the clock in the ↵ | Joost Peters | |
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-23 | change sscanf() calls to atoi() to please PalmOS :) | Gregory Montoir | |
svn-id: r12582 | |||
2004-01-23 | update | Gregory Montoir | |
svn-id: r12581 | |||
2004-01-23 | use BobSlot::clear instead of Graphics::clearBob | Gregory Montoir | |
svn-id: r12580 | |||
2004-01-23 | MSVC warnings | Gregory Montoir | |
svn-id: r12579 | |||
2004-01-23 | use BobSlot::clear instead of Graphics::clearBob | Gregory Montoir | |
svn-id: r12578 | |||
2004-01-22 | - Some refactoring/clean-up. | Joost Peters | |
- Handle special music types (> 1000) - Implemented random looping (untested) svn-id: r12577 | |||
2004-01-22 | (slightly) less hackish bounding box code | Gregory Montoir | |
svn-id: r12576 | |||
2004-01-21 | clear 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-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 | initialise _channel array | Joost Peters | |
svn-id: r12535 | |||
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-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 | *temporary* fix for LineReader to handle files not terminated by an empty ↵ | Gregory Montoir | |
string (*.crd) svn-id: r12527 |