Age | Commit message (Expand) | Author |
2009-05-29 | Fixed hopefully the last regression in kSetCursor. KQ5CD should work correctl... | Filippos Karapetis |
2009-05-29 | - Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy) | Filippos Karapetis |
2009-05-29 | Moved the "size" console debugger command to console.cpp and silenced a warning | Filippos Karapetis |
2009-05-29 | Cleanup | Filippos Karapetis |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer after reallocation | Willem Jan Palenstijn |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-27 | SCI: Fix crash in seginfo debug command. | Walter van Niftrik |
2009-05-27 | Added a fix to get QFG3 working and changed an error to a warning to get EcoQ... | Filippos Karapetis |
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis |
2009-05-27 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis |
2009-05-27 | - Renamed the Audio commands to kSci*, from kSci1* (since they're pretty much... | Filippos Karapetis |
2009-05-27 | Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe... | Filippos Karapetis |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-26 | SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is | Walter van Niftrik |
2009-05-26 | Fixed regression in Longbow | Filippos Karapetis |
2009-05-26 | SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se... | Max Horn |
2009-05-26 | SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup | Max Horn |
2009-05-26 | SCI: Turned the global 'static MessageState state' variable into a member of ... | Max Horn |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-26 | Fix g++ warning. | Johannes Schickel |
2009-05-26 | Rewrote the Audio stream parser. The introduction of KQ6 should work more cor... | Filippos Karapetis |
2009-05-26 | SCI: Some small fixes for KQ6CD. | Walter van Niftrik |
2009-05-25 | Remove leftover debug messages. | Johannes Schickel |
2009-05-25 | WIP code for the speech in the floppy version of KQ6 (still needs work) | Filippos Karapetis |
2009-05-25 | Re-enabled the code for correct text positioning - it should work correctly now | Filippos Karapetis |
2009-05-25 | Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1... | Filippos Karapetis |
2009-05-25 | Fixed crash when starting KQ6 | Filippos Karapetis |
2009-05-25 | SCI: Force movie palettes (KQ6). | Walter van Niftrik |
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in CD... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis |
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 | 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-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
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 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |