Age | Commit message (Expand) | Author |
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik |
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis |
2009-03-25 | Merged sciw_select_item() and sciw_unselect_item() | Filippos Karapetis |
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem... | Filippos Karapetis |
2009-03-25 | Changed some flags to enums | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-03-24 | SCI: build fix. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik |
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-24 | SCI: Added workaround for duplicate polygons being passed to kAvoidPath. | Walter van Niftrik |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-23 | Cleanup | Filippos Karapetis |
2009-03-23 | SCI: some avoidpath cleanup | Walter van Niftrik |
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis |
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 |