Age | Commit message (Expand) | Author |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-14 | SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr... | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-08-27 | Throw a warning when kGetSaveDir is called with a parameter | Matthew Hoops |
2009-08-25 | When opening files, open the English language part of the filename. Fixes som... | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ... | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-29 | SCI: Revised code for listing savegames | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-19 | SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too. | Walter van Niftrik |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | Changed errors to be fatal, as most of them are fatal conditions. Some of the... | Filippos Karapetis |
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ... | Max Horn |
2009-03-12 | SCI: Moved savegame specific stuff from state.h to a new header savegame.h | Max Horn |
2009-02-28 | Add support for saving Common::String objects. | Willem Jan Palenstijn |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-27 | SCI: Commited file handling revamp, work in progress | Max Horn |
2009-02-26 | start out with an empty array of file handles, so the Enginestates matches be... | Andre Heider |
2009-02-24 | not needed anymore | Paweł Kołodziejski |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-23 | SCI: cleanup | Max Horn |
2009-02-23 | SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cpp | Max Horn |
2009-02-23 | SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored... | Max Horn |
2009-02-23 | SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls t... | Max Horn |
2009-02-22 | SCI: Rewrite the way file handles are managed | Max Horn |
2009-02-22 | SCI: Moved the code which iterates over the current dir into a small class | Max Horn |
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat |
2009-02-22 | Fixed compilation under Windows | Filippos Karapetis |
2009-02-21 | SCI: More cleanup | Max Horn |
2009-02-21 | Fix compilation by implicit including of sys/stat.h | Eugene Sandulenko |
2009-02-21 | Fixed compilation under MSVC | Filippos Karapetis |
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 |
2009-02-21 | error() calls don't need \n, as it is already appended in error() itself | Joost Peters |
2009-02-21 | replace obsolete creat() with open() | Andre Heider |
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat |
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag |