aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2009-07-07Cleanup: added an enum for the auto-detected features, removed the selectors ...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-06Assigned several unimplemented/unused kernel functions as stubs, so that we k...Filippos Karapetis
2009-07-05- Fixed feature auto-detection for Conquests of CamelotFilippos Karapetis
2009-07-05SCI1 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-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-06-18PatchMax Horn
2009-06-07Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALTFilippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-06-04SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...Max Horn
2009-06-04SCI: cleanupMax Horn
2009-06-04SCI: Renamed various debug related global variables to have a g_ prefix; and ...Max Horn
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-06-01Replaced kernel_oops with error(), and added an enum to clarify the cases whe...Filippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-30Moved 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-23Added a stub for SetVideoMode(), and fixed some of the palette glitches in th...Filippos Karapetis
2009-05-21SCI: Added support for KQ6 movies.Walter van Niftrik
2009-05-20SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ...Max Horn
2009-05-19SCI: Added some stubs for LSL6CD (lores).Walter van Niftrik
2009-05-18Removed the unused file and line parameters from the list and list node looku...Filippos Karapetis
2009-05-12SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...Walter van Niftrik
2009-05-11SCI: Reduced header depsMax Horn
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-23WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...Filippos Karapetis
2009-04-22SCI: Slim down struct SciKernelFunctionMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-20SCI: Moved list of kernel func declarations to header file, where it belongsMax Horn
2009-03-18Changed abs_rect_t to Common::RectFilippos Karapetis
2009-03-17Renamed some defines:Filippos Karapetis
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-24Removed unused resource macrosJordi Vilalta Prat
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-24SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn