aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/pathfind.cpp
AgeCommit message (Expand)Author
2014-02-18DREAMWEB: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-30DREAMWEB: Change various loop variables to uint, rather than size_t.D G Turner
2011-12-28DREAMWEB: Completely remove all of the runtime, and move everything into Drea...Filippos Karapetis
2011-12-28DREAMWEB: Move all saved variables to a GameVars structWillem Jan Palenstijn
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove reels segmentWillem Jan Palenstijn
2011-12-26DREAMWEB: Port 'findpathofpoint' to C++D G Turner
2011-12-26DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to Drea...Filippos Karapetis
2011-12-16DREAMWEB: Remove some dead codeMax Horn
2011-12-13DREAMWEB: 'lineroutine', 'increment1', 'increment2' are only used inside bres...Filippos Karapetis
2011-12-11DREAMWEB: Properly fix workoutFrames regressionWillem Jan Palenstijn
2011-12-08DREAMWEB: Fix workoutFrames when walking off-screenWillem Jan Palenstijn
2011-12-08DREAMWEB: Move more stuff to DreamBaseMax Horn
2011-12-08DREAMWEB: Convert workoutFrames to C++Max Horn
2011-12-08DREAMWEB: Move some data accessor functions to DreamBaseWillem Jan Palenstijn
2011-12-07DREAMWEB: Move g_lineData to DreamBase::_lineDaataMax Horn
2011-12-07DREAMWEB: Move checkDest() to DreamBaseMax Horn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-06DREAMWEB: Fix getBackToOps and setWalkWillem Jan Palenstijn
2011-12-06DREAMWEB: 'setwalk' ported to C++Filippos Karapetis
2011-12-04DREAMWEB: Fix loopWillem Jan Palenstijn
2011-12-03DREAMWEB: Move Bresenham output out of data segmentWillem Jan Palenstijn
2011-12-02DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ...Bertrand Augereau
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.D G Turner
2011-09-18DREAMWEB: 'bresenhams' ported to C++Bertrand Augereau
2011-09-07DREAMWEB: Useless includes removedBertrand Augereau
2011-09-02DREAMWEB: Removal of a useless stubBertrand Augereau
2011-09-02DREAMWEB: 'checkpathison' ported to C++Bertrand Augereau
2011-09-03DREAMWEB: Refining of the pathfinding structuresBertrand Augereau
2011-09-03DREAMWEB: Introduction of a Path structureBertrand Augereau
2011-09-03DREAMWEB: 'turnanypathon' and 'turnanypathoff' ported to C++Bertrand Augereau
2011-09-03DREAMWEB: 'turnpathon' et 'turnpathoff' ported to C++Bertrand Augereau
2011-08-18DREAMWEB: Pathfind routines go to pathfind.cppBertrand Augereau