Age | Commit message (Expand) | Author |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-11 | SCI: Simplified the Table class, by making it use an Common::Array internally... | Max Horn |
2009-05-10 | SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl... | Max Horn |
2009-05-10 | SCI: Changed object list in Script instances to use Common:::Array | Max Horn |
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | 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: Fixed out of bounds access in (still incomplete?) string frags code | Max Horn |
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-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: 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-04-28 | SCI: Improved the Table template a bit by taking advantage of C++ features | 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-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: Store parse_tree_branch_t in a Common::Arraay | 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-02 | Disable some (quite chatty) debug output - the savegme system looks stable en... | Filippos Karapetis |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn |
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn |
2009-03-14 | SCI: Removed more dead code | Max Horn |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-12 | SCI: Moved savegame specific stuff from state.h to a new header savegame.h | Max Horn |
2009-03-12 | SCI: Removed some dead code | Max Horn |
2009-03-11 | SCI: Removed some dead code | Max Horn |
2009-03-10 | SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ... | Max Horn |
2009-03-10 | String fragments support | Lars Skovlund |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-09 | SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun... | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn |
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn |
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn |
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |
2009-03-01 | SCI: Forgot to commit a couple files after renaming sfx headers | Max Horn |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |