aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
2009-05-14- Removed SCI_VERSION_FTU_NEW_GETTIMEFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...Walter van Niftrik
2009-05-11SCI: Simplified the Table class, by making it use an Common::Array internally...Max Horn
2009-05-10SCI: Changed object list in Script instances to use Common:::ArrayMax Horn
2009-05-08SCI: Set signature for GetMessage.Walter van Niftrik
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
2009-05-03SCI: Started adding methods to MemObject subclasses: constructors, destructor...Max Horn
2009-05-03SCI: Completed transition from MemObject (a union of various structs) to MemO...Max Horn
2009-05-03SCI: Changed SegManager to store the heap pointers in a Common::ArrrayMax Horn
2009-05-03SCI: Continue transition from MemObject to MemObjectNEWMax Horn
2009-05-03SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...Max Horn
2009-04-28SCI: Improved the Table template a bit by taking advantage of C++ featuresMax Horn
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-24SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry.Walter van Niftrik
2009-04-24SCI: Fix signature of kPalette().Walter van Niftrik
2009-04-23Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation....Filippos Karapetis
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-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28clean up some warningsAndre Heider
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-26SCI: Some nitpick FIXMEs on incorrect opcode number comments ;)Max Horn
2009-02-25reintroduce game_start_time (removed it in r38701), since the interpreter can...Andre Heider
2009-02-24SCI: Don't #include headers in other headers if a forward declaration of a fe...Max Horn
2009-02-24not needed anymorePaweł Kołodziejski
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-23SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls t...Max Horn
2009-02-23SCI: Fix incorrect usage of struct tm in date function of kGetTimeWalter van Niftrik
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21multiply before dividing to improve timer resolutionWillem Jan Palenstijn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
2009-02-21Now that we've placed everything under the Sci namespace, the Sci:: bits can ...Filippos Karapetis
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Remove excess \n.Travis Howell