Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | updated msvc files | Paweł Kołodziejski | |
svn-id: r20548 | |||
2006-02-11 | fix warning | Paweł Kołodziejski | |
svn-id: r20546 | |||
2006-02-11 | Ooops, allow Lure engine to be enabled | Travis Howell | |
svn-id: r20545 | |||
2006-02-11 | Disable Lure engine by default for now | Travis Howell | |
svn-id: r20543 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20542 | |||
2006-02-11 | Add patch #1374870 - New Lure of the Temptress module | Travis Howell | |
svn-id: r20536 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20533 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20532 | |||
2006-02-11 | - Use midi drivers only when needed | Chris Apers | |
- disable zodiac midi driver with scumm engine since it doesn't work with it in ARM mode (??) svn-id: r20524 | |||
2006-02-11 | Will be here later | Chris Apers | |
svn-id: r20522 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20520 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20519 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-02-11 | fixing my accidentally commited debugger change | Max Horn | |
svn-id: r20517 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20516 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20515 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20514 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20513 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20512 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20511 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20509 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Chris Apers | |
svn-id: r20508 | |||
2006-02-11 | Cleanup HE debug msgs | Travis Howell | |
svn-id: r20506 | |||
2006-02-11 | Does this fix the sound problem on device wakeup ? | Chris Apers | |
svn-id: r20505 | |||
2006-02-11 | - Added optional use of palette | Chris Apers | |
- Common sound struct - Move common quit stuff to the base class - Fixed CD functions, now MP3s work properly - Make mutex functions virtual so that they can be redefined - little cleanup svn-id: r20503 | |||
2006-02-11 | Added OS5 Advanced mode | Chris Apers | |
svn-id: r20502 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Chris Apers | |
svn-id: r20501 | |||
2006-02-11 | - Fixed gfx mode : normal = default, fixed using 1x instead | Chris Apers | |
- Use palette only if we need it - draw_mouse() is part if int_updateScreen - Moved OSD redraw in common updateScreen - Added base draw_osd(...) svn-id: r20499 | |||
2006-02-11 | Disable this timer code for now, since it seems to make things unstable and ↵ | Chris Apers | |
hang with MIDI drivers (NULL, native) svn-id: r20498 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Chris Apers | |
svn-id: r20496 | |||
2006-02-11 | Renaming sequences.cpp to sequences_v1.cpp, as it's 100% Kyra1 specific. | Oystein Eftevaag | |
svn-id: r20494 | |||
2006-02-11 | Kyra cleanup path step 2 | Oystein Eftevaag | |
* Moved more code out of kyra.cpp. Specifically moved Kyra1 specific sequence helper functions to sequence.cpp (and updateKyragemFading() from animator.cpp for the same reason), and some generic animation functions to animator.cpp. This is mainly in preparation for Kyra2. * Additionally, cleaned up my last bugfix a little bit :) svn-id: r20493 | |||
2006-02-11 | Oops, forgot to revert a debug change. | Oystein Eftevaag | |
svn-id: r20489 | |||
2006-02-11 | Fixed bug [ 1403083 ] KYRA: Brandon graphics glitch when using the ice scroll | Oystein Eftevaag | |
The CD version of this particular sequence is only half the length of the floppy version. svn-id: r20487 | |||
2006-02-11 | Possible fix for bug [ 1425622 ] KYRA: Assertion at final scene | Oystein Eftevaag | |
Also fixes an uninitialized var. svn-id: r20486 | |||
2006-02-11 | Add support for Spanish version of balloon | Travis Howell | |
svn-id: r20484 | |||
2006-02-11 | Fixes the bug when displaying the falling leafe scene in room 12 and text ↵ | Johannes Schickel | |
bugs which overwride the interface. (also in the scene with the ruby tree) svn-id: r20483 | |||
2006-02-10 | Fixed gfx bug with shapes with flag 1 enabled. | Johannes Schickel | |
That means that Brandon now displays correctly when walking around. svn-id: r20482 | |||
2006-02-10 | Added support for compressed speech in the engine (I only tried ogg and flac ↵ | Johannes Schickel | |
I guess mp3 should work too...) Also changed some formatting. svn-id: r20480 | |||
2006-02-10 | Oops. Left this out of last commit, made the intro play too fast. | Oystein Eftevaag | |
svn-id: r20478 | |||
2006-02-10 | Add digital music support to DOS versions of ITE | Travis Howell | |
svn-id: r20475 | |||
2006-02-10 | Started to improve the kyra game detector if an unknown version is found. | Johannes Schickel | |
svn-id: r20464 | |||
2006-02-09 | Thanks to Subversion, I've gotten rid of the sword2/driver directory. Now we | Torbjörn Andersson | |
can go back to CVS again. (Just kidding.) svn-id: r20447 | |||
2006-02-09 | Finally got rid of the "driver" directory. It made sense in the original code, | Torbjörn Andersson | |
because that's where the Windows-specific stuff was, but in ScummVM we let the backend handle the platform-specific stuff. Next step will be to rename and restructure some of the files. I'll need to look a bit more at the BASS and BS1 code bases first, to see if I can get any sensible ideas from there. svn-id: r20445 | |||
2006-02-09 | Fix $Header$ and some minor file header inconsistencies. | Torbjörn Andersson | |
svn-id: r20444 | |||
2006-02-09 | $Header$ -> $URL$ + $Id$ | Marcus Comstedt | |
svn-id: r20441 | |||
2006-02-09 | Properly initialize _devpoll. | Marcus Comstedt | |
svn-id: r20439 | |||
2006-02-09 | 1. Replaced the $Header$ tags in the Kyra files | Oystein Eftevaag | |
2. Added code to let the player skip past dialogue by leftclicking or hitting '.' 3. Removed the waitTicks() function and replaced all usage with delay() 4. Corrected various speed issues, the intro should run at the correct pace now 5. Talkie versions will no longer display the story screen during the intro, as in the original. 6. Moved the delay() function adjacent to other delay functions. svn-id: r20438 |