Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-05-21 | SCI: got rid of vocabulary_lookup_sname | Max Horn | |
svn-id: r40771 | |||
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel | |
svn-id: r40770 | |||
2009-05-21 | Updated the MSVC project files of the gob engine (added helper.h) | Filippos Karapetis | |
svn-id: r40769 | |||
2009-05-21 | Fix some Kyra1 movies. | Johannes Schickel | |
svn-id: r40768 | |||
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis | |
svn-id: r40767 | |||
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel | |
svn-id: r40766 | |||
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse | |
svn-id: r40765 | |||
2009-05-21 | Ooops: Forgot to check in my changes in the detection array for the demo ↵ | Sven Hesse | |
changes (r40746) svn-id: r40764 | |||
2009-05-21 | LOL: - implemented freeze spell | Florian Kagerer | |
- fixed saveload code - added some opcode for the swamp svn-id: r40763 | |||
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel | |
svn-id: r40762 |