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
/
sci
/
engine
/
kpathing.cpp
Age
Commit message (
Expand
)
Author
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-11-13
SCI: Fixup pathfinding start point when on polygon edge.
Walter van Niftrik
2010-11-11
SCI: Allow paths along the edge of the screen in kAvoidPath.
Walter van Niftrik
2010-10-15
SCI: Changed the check for vertex_min into an assert (thanks wjp)
Filippos Karapetis
2010-10-15
SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings"
Filippos Karapetis
2010-08-27
SCI: Fixed potential memory leak in convert_polygon()
Torbjörn Andersson
2010-08-18
SCI: Fixed bug #3041232 - "LB2Floppy: Crash at Museum"
Filippos Karapetis
2010-08-17
SCI: Refactored readPoint() to accept a segment reference to the polygon data...
Filippos Karapetis
2010-08-17
Limited the sanity check in rev #52174 to invalid segment types only (apparen...
Filippos Karapetis
2010-08-17
SCI: Fixed bug #3034501 - "LSL6: Segfault while leaving the penthouse"
Filippos Karapetis
2010-08-07
SCI: Turned a warning into an error
Filippos Karapetis
2010-07-29
SCI: also break in AvoidPath instead of continuing, when the start point is c...
Filippos Karapetis
2010-07-28
SCI: Break out instead of continuing when an end point is contained in multip...
Filippos Karapetis
2010-07-28
SCI: Changed another warning into debug output
Filippos Karapetis
2010-07-28
SCI: Changed a warning into a debug message
Filippos Karapetis
2010-07-21
SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp...
Filippos Karapetis
2010-06-25
SCI: Introduce SciGameId enum
Max Horn
2010-06-22
Fixed kMergePoly after discussing with waltervn so that it correctly returns ...
Filippos Karapetis
2010-06-18
SCI: Doxygenify some comments
Max Horn
2010-06-17
SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'
Max Horn
2010-05-29
Mass renaming of selector-related functions, and removed some defines which w...
Filippos Karapetis
2010-05-28
Added comments to kMergePoly()
Filippos Karapetis
2010-05-28
Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon...
Filippos Karapetis
2010-05-23
Cleaned up the game ID code:
Filippos Karapetis
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-02-17
SCI: Cleanup resource.h
Max Horn
2010-02-13
SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine
Max Horn
2010-02-07
SCI: Fix VM crash when NULL_REG is passed to AvoidPath (SCI32).
Walter van Niftrik
2010-02-06
Silenced warning that intersectionX and intersectionY could be uninitialized
Filippos Karapetis
2010-02-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-02-05
SCI: Add implementation for Intersections().
Walter van Niftrik
2010-02-04
SCI: making pathfinding debug support also work in sci32 (though it just show...
Martin Kiewitz
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
[next]