aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-29SCI: Merge static palette into global palette at startupWillem Jan Palenstijn
2009-03-29Added stubs for the missing palette effects in kPalette()Filippos Karapetis
2009-03-29Added a stub for the palette fadeout/fadein effect, so that we remember it's ...Filippos Karapetis
2009-03-29Fixed the colors of the widgets in KQ5's options menuFilippos Karapetis
2009-03-29Fixed the colors of the window frames in KQ5Filippos Karapetis
2009-03-29Eco Quest 1 continues after the intro nowFilippos Karapetis
2009-03-27SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210.Walter van Niftrik
2009-03-26Added a note about the potential invalid rectangles created when drawing linesFilippos Karapetis
2009-03-25Merged 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-25Changed some flags to enumsFilippos Karapetis
2009-03-25revert yesterday's change -- apparently this different behavior was intentional.Joost Peters
2009-03-25SCI: AvoidPath cleanup.Walter van Niftrik
2009-03-24SCI: build fix.Walter van Niftrik
2009-03-24SCI: Added workaround for broken polygon in LSL1 room 350.Walter van Niftrik
2009-03-24Fix smaller error introduced in r39671 refactoring (this check used to be "re...Joost Peters
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-24SCI: Added workaround for duplicate polygons being passed to kAvoidPath.Walter van Niftrik
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_tMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-23CleanupFilippos Karapetis
2009-03-23SCI: some avoidpath cleanupWalter van Niftrik
2009-03-23- Moved palette initialization inside the graphics resource managerFilippos Karapetis
2009-03-22Further objectification of the graphics resource managerFilippos Karapetis
2009-03-22SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev....Max Horn
2009-03-22SCI: Some cleanup; avoid taking square root unnecessarilyMax Horn
2009-03-22SCI: Fix warningsMax Horn
2009-03-20SCI: cleanupMax Horn
2009-03-20silenced some warningsMax Horn
2009-03-19SCI: converted aatree into a classWalter van Niftrik
2009-03-18Changed abs_rect_t to Common::RectFilippos Karapetis
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)Filippos Karapetis
2009-03-17SCI: Added TODO: Merge SegInterface and MemObject? And some cleanupMax Horn
2009-03-17SCI: Got rid of various SegManager::free_* methodsMax Horn
2009-03-17Renamed some defines:Filippos Karapetis
2009-03-17Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...Filippos Karapetis
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-14cleaning up after myself again *sigh*Max Horn
2009-03-14SCI: Fixed warningMax Horn
2009-03-14SCI: Removed more dead codeMax Horn
2009-03-14Removed two empty switch statements to silence an MSVC warningFilippos Karapetis
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-13SCI: cleanupMax Horn