Age | Commit message (Expand) | Author |
2010-02-04 | SCI: putting most kGraph functions into GfxPaint16 | Martin Kiewitz |
2010-01-31 | SCI: Add stub for kIntersections() | Walter van Niftrik |
2010-01-31 | SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-30 | SCI: Removed old pathfinding code | Walter van Niftrik |
2010-01-30 | SCI: AvoidPath: Allow solitary screen-edge vertices in path. | Walter van Niftrik |
2010-01-30 | SCI: Hook up AvoidPath debug mode to pathfinding debug channel. | Walter van Niftrik |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-10 | SCI: Fix default optimization level in AvoidPath | Walter van Niftrik |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-06 | Removed all hardcoded screen sizes | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-04 | SCI: Add support for SCI2 to AvoidPath. | Walter van Niftrik |
2010-01-03 | Implement kInPolygon for SCI32. GK1 now responds when you click on things. | Matthew Hoops |
2009-12-28 | Moved the OLD_PATHFINDING define inside sci.h, together with the others | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-11-01 | SCI: AvoidPath: Add simpler visibility algorithm (still disabled). | Walter van Niftrik |
2009-10-31 | SCI: AvoidPath: Switch to A* | Walter van Niftrik |
2009-10-30 | Rewrote the avoidpath debug code to use new graphics functions | Filippos Karapetis |
2009-10-30 | SCI: AvoidPath: Add workaround for pathfinding problem when Patti walks to | Walter van Niftrik |
2009-10-30 | SCI: AvoidPath: Don't discard contained-access polygon when starting point | Walter van Niftrik |
2009-10-21 | Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses ... | Filippos Karapetis |
2009-10-20 | Changed kAvoidPath() to always avoid screen edges, after talking with walterv... | Filippos Karapetis |
2009-10-20 | - Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen... | Filippos Karapetis |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | SCI: AvoidPath: skip polygons without vertices | Walter van Niftrik |
2009-10-13 | SCI: cleanup | Max Horn |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix compile error with DEBUG_AVOIDPATH | Willem Jan Palenstijn |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |