Age | Commit message (Expand) | Author |
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik |
2009-03-19 | Hopefully, this fixes the warnings thrown when attempting to print the "size"... | Filippos Karapetis |
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(... | Filippos Karapetis |
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ... | Filippos Karapetis |
2009-03-19 | Added another version of SQ4 | Filippos Karapetis |
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis |
2009-03-18 | Fix compile of SCI engine. | Travis Howell |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |
2009-03-18 | Slight cleanup | Filippos Karapetis |
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-18 | Cleanup | Filippos Karapetis |
2009-03-17 | Cleanup | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Fix warning. | Johannes Schickel |
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 | SCI: fix warning | 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 | It seems that the SCI GUI code tries to show rectangles with negative height.... | Filippos Karapetis |
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis |
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper fun... | Filippos Karapetis |
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn |
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 | SCI: Fixed warning | Max Horn |
2009-03-14 | Add more detection entries from bugreport #2670691 | Eugene Sandulenko |
2009-03-14 | - LZS Decompressor added | Greg Frieger |
2009-03-14 | Fixed SCI32 Map detection | Greg Frieger |
2009-03-14 | Some rewrites and clean-ups in decompressing functions. View and Pic post-pro... | Greg Frieger |
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-14 | Removed the unused struct "internal" inside gfx_pixmap_t | 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-13 | Applied gregfrieger's fix on decodeRLE() | Filippos Karapetis |
2009-03-12 | Commited syke's patch as-is | Filippos Karapetis |
2009-03-12 | Added the correct SCI version for German LSL7 from bug report #2662260. Also,... | Filippos Karapetis |
2009-03-12 | Added detector entries from bug reports #2644547 and #2670691 | Filippos Karapetis |
2009-03-12 | Add patch #2685000 - SCI : 8 checksums. | Travis Howell |
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 |