Age | Commit message (Expand) | Author |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn |
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis |
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn |
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-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik |
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 | Removed some redundant variables, and renamed some variables with strange nam... | Filippos Karapetis |
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 | Removed a leftover simple_said define | Filippos Karapetis |
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 |
2009-05-18 | Don't print __FILE__,__LINE__ in *_list related debug output, it would only p... | Johannes Schickel |
2009-05-18 | Fix some error/warning calls. (might need some review, from someone familiar ... | Johannes Schickel |
2009-05-18 | Fixed incorrect order of parameters in the workaround debug message shown for... | Filippos Karapetis |