aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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: moved sci_strndup to menubar.cppMax Horn
2009-03-24SCI: Fixed some leaks introduced by my previous changesMax 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: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...Max Horn
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-21CleanupFilippos Karapetis
2009-03-20SCI: cleanupMax Horn
2009-03-20silenced some warningsMax Horn
2009-03-19Fix warning.Johannes Schickel
2009-03-19SCI: removed aatree.o from moduleWalter van Niftrik
2009-03-19SCI: converted aatree into a classWalter van Niftrik
2009-03-19Hopefully, this fixes the warnings thrown when attempting to print the "size"...Filippos Karapetis
2009-03-19Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...Filippos Karapetis
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...Filippos Karapetis
2009-03-19Added another version of SQ4Filippos Karapetis
2009-03-18Changed abs_rect_t to Common::RectFilippos Karapetis
2009-03-18Fix compile of SCI engine.Travis Howell
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis
2009-03-18Slight cleanupFilippos Karapetis
2009-03-18Cleaned up graphics initialization a bitFilippos Karapetis
2009-03-18CleanupFilippos Karapetis
2009-03-17CleanupFilippos Karapetis
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
2009-03-17Fix warning.Johannes Schickel
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-17SCI: fix warningMax 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-16It seems that the SCI GUI code tries to show rectangles with negative height....Filippos Karapetis
2009-03-16Changed the temporary helper functions to definesFilippos Karapetis
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
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-14SCI: Fixed warningMax Horn