Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ↵ | Max Horn | |
the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) svn-id: r39352 | |||
2009-03-10 | String fragments support | Lars Skovlund | |
WIP: No regressions in this part, I hope svn-id: r39297 | |||
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat | |
svn-id: r38961 | |||
2009-02-26 | - Removed engine/sys_strings.* | Filippos Karapetis | |
- Renamed sys_string_t -> SystemString, sys_strings_t -> SystemStrings svn-id: r38916 | |||
2009-02-24 | Removed some non-required struct declarations | Jordi Vilalta Prat | |
svn-id: r38865 | |||
2009-02-24 | fix forward declarations to match the actual ones | Andre Heider | |
svn-id: r38844 | |||
2009-02-24 | Normalized guard #defines | Eugene Sandulenko | |
svn-id: r38842 | |||
2009-02-24 | SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp ↵ | Max Horn | |
counterparts are in svn-id: r38835 | |||
2009-02-24 | SCI: Moved vm.h from include to engine | Max Horn | |
svn-id: r38834 | |||
2009-02-24 | SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ↵ | Max Horn | |
is *not* a hashmap (at least not a plain hashmap) svn-id: r38823 | |||
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
svn-id: r38783 | |||
2009-02-22 | SCI: Converted "segment interfaces" into classes | Jordi Vilalta Prat | |
svn-id: r38782 | |||
2009-02-21 | SCI: Convert the segment manager into a class | Jordi Vilalta Prat | |
svn-id: r38767 | |||
2009-02-21 | SCI: Changed typedef struct -> struct | Max Horn | |
svn-id: r38752 | |||
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn | |
svn-id: r38746 | |||
2009-02-21 | SCI: More cleanup | Max Horn | |
svn-id: r38725 | |||
2009-02-21 | Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager" | Jordi Vilalta Prat | |
svn-id: r38679 | |||
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat | |
svn-id: r38678 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38635 | |||
2009-02-17 | Update headers. engine/ | Eugene Sandulenko | |
svn-id: r38408 | |||
2009-02-16 | SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used ↵ | Max Horn | |
there); merged hashmap and int_hashmap svn-id: r38358 |