Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel | |
svn-id: r40840 | |||
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 | Allow for different MOD signatures | Sven Hesse | |
svn-id: r40827 | |||
2009-05-23 | Adjust tools make rules for new website code | Eugene Sandulenko | |
svn-id: r40820 | |||
2009-05-23 | Adjust credits.pl for new website code. | Eugene Sandulenko | |
svn-id: r40819 | |||
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 | Fixed a warning: printf("%f") should take a double, not a float. | Marcus Comstedt | |
svn-id: r40785 | |||
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 | Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder) | Filippos Karapetis | |
svn-id: r40777 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko | |
svn-id: r40775 | |||
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik | |
svn-id: r40774 | |||
2009-05-21 | Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches". | Eugene Sandulenko | |
Save/load via GMM is not allowed in certain situations now. svn-id: r40773 | |||
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn | |
svn-id: r40772 |