aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kpathing.cpp
AgeCommit message (Expand)Author
2019-05-27SCI: Fix MSVC warningsFilippos Karapetis
2019-01-14SCI32: Fix QFG4 forest 580 pathfindingVhati
2019-01-06SCI32: Fix QFG4 forest pathfindingVhati
2018-08-26SCI: Fix compilation when SCI32 is disabledFilippos Karapetis
2018-08-25SCI: Fix compilation when SCI32 is disabledFilippos Karapetis
2018-08-25SCI32: Adapt the pathfinding debug code to work woth SCI32 gamesFilippos Karapetis
2018-05-20SCI: Update rad2deg usageDavid Fioramonti
2016-10-09SCI32: Change storage type of int16 arrays to hold reg_ts insteadColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-06-21SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2014-06-02SCI: Silence double to float conversion warning.Johannes Schickel
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-04-15SCI: Fix memory leakWillem Jan Palenstijn
2012-10-22SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in ...Filippos Karapetis
2012-10-01SCI: Fix compilation with MSVC (atan2() was ambiguous)Filippos Karapetis
2012-09-30SCI: Implement kMergePolyWillem Jan Palenstijn
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-01-29SCI: Remove unnecessary break after return statement.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-31SCI: Fix up start/end points when pathfinding with opt == 0.Walter van Niftrik
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-04SCI: Remove SCI version check from READ/WRITE_SCI1ENDIAN_UINT16.Walter van Niftrik
2011-03-03SCI: Fixed path finding in Amiga SCI1 gamesmd5
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-13SCI: Fixup pathfinding start point when on polygon edge.Walter van Niftrik
2010-11-11SCI: Allow paths along the edge of the screen in kAvoidPath.Walter van Niftrik
2010-10-15SCI: Changed the check for vertex_min into an assert (thanks wjp)Filippos Karapetis
2010-10-15SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings"Filippos Karapetis
2010-08-27SCI: Fixed potential memory leak in convert_polygon()Torbjörn Andersson
2010-08-18SCI: Fixed bug #3041232 - "LB2Floppy: Crash at Museum"Filippos Karapetis
2010-08-17SCI: Refactored readPoint() to accept a segment reference to the polygon data...Filippos Karapetis
2010-08-17Limited the sanity check in rev #52174 to invalid segment types only (apparen...Filippos Karapetis
2010-08-17SCI: Fixed bug #3034501 - "LSL6: Segfault while leaving the penthouse"Filippos Karapetis
2010-08-07SCI: Turned a warning into an errorFilippos Karapetis
2010-07-29SCI: also break in AvoidPath instead of continuing, when the start point is c...Filippos Karapetis
2010-07-28SCI: Break out instead of continuing when an end point is contained in multip...Filippos Karapetis
2010-07-28SCI: Changed another warning into debug outputFilippos Karapetis
2010-07-28SCI: Changed a warning into a debug messageFilippos Karapetis
2010-07-21SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp...Filippos Karapetis
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-22Fixed kMergePoly after discussing with waltervn so that it correctly returns ...Filippos Karapetis
2010-06-18SCI: Doxygenify some commentsMax Horn
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-28Added comments to kMergePoly()Filippos Karapetis
2010-05-28Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon...Filippos Karapetis
2010-05-23Cleaned up the game ID code:Filippos Karapetis