Age | Commit message (Expand) | Author |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev.... | Max Horn |
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn |
2009-03-22 | SCI: Fix warnings | Max Horn |
2009-03-20 | SCI: cleanup | Max Horn |
2009-03-20 | silenced some warnings | Max Horn |
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik |
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis |
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn |
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI... | Filippos Karapetis |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | 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 | cleaning up after myself again *sigh* | Max Horn |
2009-03-14 | SCI: Fixed warning | Max Horn |
2009-03-14 | SCI: Removed more dead code | Max Horn |
2009-03-14 | Removed two empty switch statements to silence an MSVC warning | Filippos Karapetis |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
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-12 | EngineState is a struct, not a class | Filippos Karapetis |
2009-03-12 | SCI: cleanup | Max Horn |
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ... | Max Horn |
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 | Changed a case inside inline_lookup_node() to non-fatal, for now, to make it ... | Filippos Karapetis |
2009-03-11 | Fix heap corruption when assigning the save game directory | Filippos Karapetis |
2009-03-11 | SCI: Removed some dead code | Max Horn |
2009-03-10 | Added FIXME for heap corruption occurring when exiting SCI games | Filippos Karapetis |
2009-03-10 | SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ... | Max Horn |
2009-03-10 | - Fix code indentation | Johannes Schickel |
2009-03-10 | Added missing SVN keywords | Filippos Karapetis |
2009-03-10 | Formatted code to conform to our coding standards. Also, added parentheses to... | Filippos Karapetis |
2009-03-10 | - Fix warning | Johannes Schickel |
2009-03-10 | Add missing file. | Lars Skovlund |
2009-03-10 | Minor fix to deallocate STRING_FRAG segments properly | Lars Skovlund |
2009-03-10 | Fixed warnings | Filippos Karapetis |
2009-03-10 | String fragments support | Lars Skovlund |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ... | Max Horn |
2009-03-09 | Fix uninitialized color meta-values. | Willem Jan Palenstijn |
2009-03-09 | SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun... | Max Horn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |