Age | Commit message (Expand) | Author |
2009-05-05 | SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot... | Max Horn |
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I thought... | Max Horn |
2009-05-05 | SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp | Max Horn |
2009-05-05 | SCI: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn |
2009-05-04 | This should fix linking on PSP. | Johannes Schickel |
2009-05-04 | SCI: Got rid of heapmgr.h; further improve the Table code | Max Horn |
2009-05-04 | SCI: Unified serializing code for Table subclasses, using template specializa... | Max Horn |
2009-05-04 | SCI: Fixed savestate loading | Max Horn |
2009-05-04 | SCI: Added doxygen comment to MemObject::MemObject | 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: Made SegManager::heap_size unsigned | Max Horn |
2009-05-03 | SCI: Continue transition from MemObject to MemObjectNEW | Max Horn |
2009-05-03 | SCI: Got rid of the LIST_ALL_DEALLOCATABLE macro | Max Horn |
2009-05-03 | SCI: Begun conversion of the MemObject union (used to implement poor man's fa... | Max Horn |
2009-05-03 | SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad... | Max Horn |
2009-05-03 | SCI: Changed SegManager to subclass Common::Serializable | Max Horn |
2009-05-03 | SCI: Changed various params of type MemObject* to the more specific type Script& | Max Horn |
2009-05-03 | SCI: Added SegManager::getScript method and modified code to make use of it; ... | Max Horn |
2009-05-03 | SCI: Doxygenified various comments | Max Horn |
2009-05-03 | SCI: Removed MEM_OBJ_RESERVED and related code | Max Horn |
2009-05-03 | SCI: Removed dead code | Max Horn |
2009-05-03 | SCI: Changed VM GC code to use Common::Array | Max Horn |
2009-04-28 | SCI: Improved the Table template a bit by taking advantage of C++ features | Max Horn |
2009-04-28 | SCI: Further restructured the SegManager heap tables | Max Horn |
2009-04-28 | SCI: Removed the evil macros in engine/heapmgr.h, by manually instantiating t... | Max Horn |
2009-04-28 | SCI: Renamed execution_stack -> _executionStack and turned it into a Common::... | Max Horn |
2009-04-27 | Fixed some silly warnings | Max Horn |
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-26 | Added all the different cases of kDoAudio as enums | Filippos Karapetis |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-24 | Long messages in Eco Quest 1 are now shown correctly | Filippos Karapetis |
2009-04-24 | Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer kSet... | 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-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::tag function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
2009-04-24 | SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual | Max Horn |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo... | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |