Age | Commit message (Expand) | Author |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-11 | Applied a slightly modified patch from clone2727 which adds static selector n... | Filippos Karapetis |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we k... | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-03 | SCI0 games using older graphics functions are automatically detected now, fro... | Filippos Karapetis |
2009-06-18 | Patch | Max Horn |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern... | Max Horn |
2009-06-04 | SCI: cleanup | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-06-01 | Replaced kernel_oops with error(), and added an enum to clarify the cases whe... | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in th... | Filippos Karapetis |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-20 | SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ... | Max Horn |
2009-05-19 | SCI: Added some stubs for LSL6CD (lores). | Walter van Niftrik |
2009-05-18 | Removed the unused file and line parameters from the list and list node looku... | Filippos Karapetis |
2009-05-12 | SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (... | Walter van Niftrik |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-04-22 | SCI: Slim down struct SciKernelFunction | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-04-20 | SCI: Moved list of kernel func declarations to header file, where it belongs | Max Horn |
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only include/engine.... | Max Horn |
2009-02-24 | Removed unused resource macros | Jordi Vilalta Prat |
2009-02-24 | Normalized guard #defines | Eugene Sandulenko |
2009-02-24 | SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart... | Max Horn |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |