Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | tinsel: fix graphic corruption caused by wrong clipping of 8-bit images in ↵ | Fabio Battaglia | |
Discworld PSX svn-id: r40864 | |||
2009-05-24 | LOL: fixed some input code issues: | Florian Kagerer | |
- party would move 2 steps instead of one when using keyboad while magic menu was open - viewing notes would abort at once instead of waiting for the next click svn-id: r40863 | |||
2009-05-24 | tinsel: take into account clipping when drawing PSX 4-bit images | Fabio Battaglia | |
svn-id: r40862 | |||
2009-05-24 | tinsel: disable midi playing for Discworld PSX, as the game uses the ↵ | Fabio Battaglia | |
proprietary (and unsupported) PlayStation SEQ format svn-id: r40860 | |||
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn | |
svn-id: r40859 | |||
2009-05-24 | Removed the line feed workaround, and added explicit int16 castings to the ↵ | Paul Gilbert | |
FROM_LE_16 macros in the font system - this fixes a bug in the engine, allowing it to properly handle all non-printable characters correctly svn-id: r40858 | |||
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis | |
svn-id: r40855 | |||
2009-05-24 | tinsel: sound samples and speech support for Discworld PSX using VAG. Based ↵ | Fabio Battaglia | |
on a patch provided by clone2727 svn-id: r40852 | |||
2009-05-24 | Fixed the display glitch associated with the animated handle in the engine room | Paul Gilbert | |
svn-id: r40851 | |||
2009-05-24 | Cleanup. | Johannes Schickel | |
svn-id: r40850 | |||
2009-05-24 | Add color and color component getters to Cine::Palette. | Kari Salminen | |
svn-id: r40849 | |||
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel | |
- This fixes multiple sounds being played at once in Lands of Lore svn-id: r40848 | |||
2009-05-24 | LOL: fix valgrind warning | Florian Kagerer | |
svn-id: r40847 | |||
2009-05-24 | Remove leftover (already commented out) code. | Johannes Schickel | |
svn-id: r40845 | |||
2009-05-24 | - Reorder supported codecs list | Johannes Schickel | |
- Add changes for upcoming audio compression changes (file extensions changed to standard ones) svn-id: r40843 | |||
2009-05-24 | Cleanup. | Johannes Schickel | |
svn-id: r40842 | |||
2009-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r40841 | |||
2009-05-23 | KYRA/LOL: restructured voice playing code so that audio compression can be ↵ | Florian Kagerer | |
supported svn-id: r40839 | |||
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn | |
svn-id: r40838 | |||
2009-05-23 | Moved the "dump" and "dissectscript" commands to console.cpp and renamed ↵ | Filippos Karapetis | |
them to "hexdump" and "dissect_script" respectively svn-id: r40818 | |||
2009-05-23 | Oops, fixed silly typo | Filippos Karapetis | |
svn-id: r40816 | |||
2009-05-23 | Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and ↵ | Filippos Karapetis | |
speech in KQ5CD should be working now svn-id: r40815 | |||
2009-05-23 | LOL: implemented fireball spell | Florian Kagerer | |
svn-id: r40813 | |||
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in ↵ | Filippos Karapetis | |
the intro of KQ6 thanks to some comments by waltervn. Also, commented out the bounds rect in gfxr_pic_t, as it's currently unused svn-id: r40808 | |||
2009-05-23 | Fixed clipping code for texts which do not fit on screen, and added a ↵ | Filippos Karapetis | |
warning when this happens svn-id: r40807 | |||
2009-05-23 | Fixed the incorrect placement of the copyright message in KQ6 on screen | Filippos Karapetis | |
svn-id: r40806 | |||
2009-05-23 | The third and fourth parameter in changePortBounds() are x2 and y2, not ↵ | Filippos Karapetis | |
width and height svn-id: r40805 | |||
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis | |
svn-id: r40804 | |||
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port ↵ | Filippos Karapetis | |
bounds in the graphics resource manager and removing two relevant hacks svn-id: r40803 | |||
2009-05-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik | |
svn-id: r40800 | |||
2009-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r40799 | |||
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and ↵ | Johannes Schickel | |
copying. svn-id: r40798 | |||
2009-05-22 | Better safe than sorry, add an explicit default constructor for Button. | Johannes Schickel | |
svn-id: r40797 | |||
2009-05-22 | Yet another fix for MSVC (it seems it initializes all pointers in debug mode ↵ | Johannes Schickel | |
to 0xCCCCCCCC instead of 0). svn-id: r40796 | |||
2009-05-22 | Fix crash with MSVC. | Johannes Schickel | |
svn-id: r40795 | |||
2009-05-22 | struct Button contains non POD members, thus don't use memset on it. | Johannes Schickel | |
svn-id: r40794 | |||
2009-05-22 | Change button list handling to closer match original. This fixes a crash ↵ | Johannes Schickel | |
when loading via GMM. svn-id: r40793 | |||
2009-05-22 | Do not define checkInput as virtual. | Johannes Schickel | |
svn-id: r40792 | |||
2009-05-22 | Handle mouse move events like the original. | Johannes Schickel | |
svn-id: r40791 | |||
2009-05-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis | |
svn-id: r40790 | |||
2009-05-22 | LOL: (temporary) fix for button callback assignment. The automatic list ↵ | Florian Kagerer | |
capacity increase seems to fail somehow. svn-id: r40786 | |||
2009-05-22 | Add hack so LoL intro demo will init MT-32 properly. | Johannes Schickel | |
svn-id: r40784 | |||
2009-05-22 | Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands ↵ | Johannes Schickel | |
of Lore demo. svn-id: r40783 | |||
2009-05-22 | Oops typo. | Johannes Schickel | |
svn-id: r40782 | |||
2009-05-22 | Properly initialize MT-32 for LoL demos. | Johannes Schickel | |
svn-id: r40781 | |||
2009-05-22 | Fix crash when playing LoL demo. | Johannes Schickel | |
svn-id: r40780 | |||
2009-05-22 | Cleanup. | Johannes Schickel | |
svn-id: r40779 | |||
2009-05-22 | Fix RTL in Lands of Lore. | Johannes Schickel | |
svn-id: r40778 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik | |
svn-id: r40774 |