Age | Commit message (Expand) | Author |
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 |
2009-05-21 | Slight cleanup to kGetTime() | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-20 | SCI: Moved code related to loading/setting up kernel function names from voca... | Max Horn |
2009-05-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem... | Max Horn |
2009-05-20 | SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ... | Max Horn |
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi... | Max Horn |
2009-05-19 | SCI: Some debugger fixes and cleanup. | Walter van Niftrik |
2009-05-19 | SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too. | Walter van Niftrik |
2009-05-19 | SCI: Doxygenified a few comments | Max Horn |
2009-05-19 | SCI: Added some stubs for LSL6CD (lores). | Walter van Niftrik |
2009-05-19 | SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now... | Max Horn |
2009-05-19 | SCI: got rid of EngineState::savegame_version; some cleanup | Max Horn |
2009-05-19 | SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ... | Max Horn |
2009-05-19 | SCI: Cleanup/paranoia checks | Max Horn |
2009-05-18 | SCI: Added FIXME | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code | Max Horn |
2009-05-18 | SCI: Removed ENTRY_IS_VALID macro | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-18 | SCI: Tweaks, cleanup | Max Horn |
2009-05-18 | SCI: Fixed Table::initTable to invoke _table.clear() | Max Horn |
2009-05-18 | SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory m... | Max Horn |
2009-05-18 | SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par... | Max Horn |
2009-05-18 | SCI: Added a FIXME to graph_save_box | Max Horn |
2009-05-18 | SCI: Replaced SegManager::getHeap() by Script::getHeap() | Max Horn |
2009-05-18 | Oops didn't mean to remove new line from this format string. | Johannes Schickel |