index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
dreamweb
/
pathfind.cpp
Age
Commit message (
Expand
)
Author
2011-12-28
DREAMWEB: Completely remove all of the runtime, and move everything into Drea...
Filippos Karapetis
2011-12-28
DREAMWEB: Move all saved variables to a GameVars struct
Willem Jan Palenstijn
2011-12-28
DREAMWEB: Mass-move variables out of data
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Remove reels segment
Willem Jan Palenstijn
2011-12-26
DREAMWEB: Port 'findpathofpoint' to C++
D G Turner
2011-12-26
DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to Drea...
Filippos Karapetis
2011-12-16
DREAMWEB: Remove some dead code
Max Horn
2011-12-13
DREAMWEB: 'lineroutine', 'increment1', 'increment2' are only used inside bres...
Filippos Karapetis
2011-12-11
DREAMWEB: Properly fix workoutFrames regression
Willem Jan Palenstijn
2011-12-08
DREAMWEB: Fix workoutFrames when walking off-screen
Willem Jan Palenstijn
2011-12-08
DREAMWEB: Move more stuff to DreamBase
Max Horn
2011-12-08
DREAMWEB: Convert workoutFrames to C++
Max Horn
2011-12-08
DREAMWEB: Move some data accessor functions to DreamBase
Willem Jan Palenstijn
2011-12-07
DREAMWEB: Move g_lineData to DreamBase::_lineDaata
Max Horn
2011-12-07
DREAMWEB: Move checkDest() to DreamBase
Max Horn
2011-12-06
DREAMWEB: Cleanup end of namespace comments
Max Horn
2011-12-06
DREAMWEB: Fix getBackToOps and setWalk
Willem Jan Palenstijn
2011-12-06
DREAMWEB: 'setwalk' ported to C++
Filippos Karapetis
2011-12-04
DREAMWEB: Fix loop
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Move Bresenham output out of data segment
Willem Jan Palenstijn
2011-12-02
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ...
Bertrand Augereau
2011-12-01
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
D G Turner
2011-09-18
DREAMWEB: 'bresenhams' ported to C++
Bertrand Augereau
2011-09-07
DREAMWEB: Useless includes removed
Bertrand Augereau
2011-09-02
DREAMWEB: Removal of a useless stub
Bertrand Augereau
2011-09-02
DREAMWEB: 'checkpathison' ported to C++
Bertrand Augereau
2011-09-03
DREAMWEB: Refining of the pathfinding structures
Bertrand Augereau
2011-09-03
DREAMWEB: Introduction of a Path structure
Bertrand Augereau
2011-09-03
DREAMWEB: 'turnanypathon' and 'turnanypathoff' ported to C++
Bertrand Augereau
2011-09-03
DREAMWEB: 'turnpathon' et 'turnpathoff' ported to C++
Bertrand Augereau
2011-08-18
DREAMWEB: Pathfind routines go to pathfind.cpp
Bertrand Augereau