Age | Commit message (Expand) | Author |
2009-05-23 | Adjust tools make rules for new website code | Eugene Sandulenko |
2009-05-23 | Adjust credits.pl for new website code. | Eugene Sandulenko |
2009-05-23 | Moved the "dump" and "dissectscript" commands to console.cpp and renamed them... | Filippos Karapetis |
2009-05-23 | Oops, fixed silly typo | Filippos Karapetis |
2009-05-23 | Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and sp... | Filippos Karapetis |
2009-05-23 | LOL: implemented fireball spell | Florian Kagerer |
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in th... | Filippos Karapetis |
2009-05-23 | Fixed clipping code for texts which do not fit on screen, and added a warning... | Filippos Karapetis |
2009-05-23 | Fixed the incorrect placement of the copyright message in KQ6 on screen | Filippos Karapetis |
2009-05-23 | The third and fourth parameter in changePortBounds() are x2 and y2, not width... | Filippos Karapetis |
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis |
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo... | Filippos Karapetis |
2009-05-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik |
2009-05-23 | Cleanup. | Johannes Schickel |
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and co... | Johannes Schickel |
2009-05-22 | Better safe than sorry, add an explicit default constructor for Button. | Johannes Schickel |
2009-05-22 | Yet another fix for MSVC (it seems it initializes all pointers in debug mode ... | Johannes Schickel |
2009-05-22 | Fix crash with MSVC. | Johannes Schickel |
2009-05-22 | struct Button contains non POD members, thus don't use memset on it. | Johannes Schickel |
2009-05-22 | Change button list handling to closer match original. This fixes a crash when... | Johannes Schickel |
2009-05-22 | Do not define checkInput as virtual. | Johannes Schickel |
2009-05-22 | Handle mouse move events like the original. | Johannes Schickel |
2009-05-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis |
2009-05-22 | LOL: (temporary) fix for button callback assignment. The automatic list capac... | Florian Kagerer |
2009-05-22 | Fixed a warning: printf("%f") should take a double, not a float. | Marcus Comstedt |
2009-05-22 | Add hack so LoL intro demo will init MT-32 properly. | Johannes Schickel |
2009-05-22 | Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands of... | Johannes Schickel |
2009-05-22 | Oops typo. | Johannes Schickel |
2009-05-22 | Properly initialize MT-32 for LoL demos. | Johannes Schickel |
2009-05-22 | Fix crash when playing LoL demo. | Johannes Schickel |
2009-05-22 | Cleanup. | Johannes Schickel |
2009-05-22 | Fix RTL in Lands of Lore. | Johannes Schickel |
2009-05-21 | Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder) | Filippos Karapetis |
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer |
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-21 | Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches". | Eugene Sandulenko |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-21 | SCI: got rid of vocabulary_lookup_sname | Max Horn |
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel |
2009-05-21 | Updated the MSVC project files of the gob engine (added helper.h) | Filippos Karapetis |
2009-05-21 | Fix some Kyra1 movies. | Johannes Schickel |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel |
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse |
2009-05-21 | Ooops: Forgot to check in my changes in the detection array for the demo chan... | Sven Hesse |
2009-05-21 | LOL: - implemented freeze spell | Florian Kagerer |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel |