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