Age | Commit message (Expand) | Author |
2009-05-18 | Fix some error/warning calls. (might need some review, from someone familiar ... | Johannes Schickel |
2009-05-18 | Removed the unused file and line parameters from the list and list node looku... | Filippos Karapetis |
2009-05-18 | Changed errors to be fatal, as most of them are fatal conditions. Some of the... | Filippos Karapetis |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | SCI: Turned several script related SegManager methods into Script methods | Max Horn |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-14 | SCI: Message: fix K_MESSAGE_SIZE | Walter van Niftrik |
2009-05-13 | SCI: Message: Added a few more subfunctions; cleanup. | Walter van Niftrik |
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-12 | SCI: Message: Added resource-internal recursion (currently untested). | Walter van Niftrik |
2009-05-10 | SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be... | Walter van Niftrik |
2009-05-10 | Cleanup | Filippos Karapetis |
2009-05-10 | Applied patch by waltervn to remove the length parameter from getText() and f... | Filippos Karapetis |
2009-05-10 | Objectified and cleaned up the MessageState class | Filippos Karapetis |
2009-05-10 | Moved the code which retrieves the current room number in a separate function... | Filippos Karapetis |
2009-05-08 | SCI: Set signature for GetMessage. | Walter van Niftrik |
2009-05-08 | SCI: Fix return value of GetMessage. | Walter van Niftrik |
2009-05-03 | SCI: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn |
2009-05-03 | SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad... | Max Horn |
2009-04-24 | Long messages in Eco Quest 1 are now shown correctly | Filippos Karapetis |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-23 | Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now | Filippos Karapetis |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-04-06 | Fixed an issue with the password screen in LSL5 and kStrAt(). The game passwo... | Filippos Karapetis |
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-24 | Fix smaller error introduced in r39671 refactoring (this check used to be "re... | Joost Peters |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu... | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-13 | SCI: cleanup | Max Horn |
2009-03-13 | Changed the parameter passed to isprint() to be unsigned, according to MSDN (... | Filippos Karapetis |
2009-03-13 | Added an explanatory comment for commit #39368 | Filippos Karapetis |
2009-03-13 | LSL5 no longer throws an assertion after the intro | Filippos Karapetis |
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ... | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-01 | SCI: Start converting MessageState into a class | Jordi Vilalta Prat |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
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-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-22 | SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ... | Max Horn |
2009-02-21 | SCI: Convert the segment manager into a class | Jordi Vilalta Prat |
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn |