aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kpathing.cpp
AgeCommit message (Expand)Author
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-07Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALTFilippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-05-31Typo.Johannes Schickel
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-27SCI: Cleanup.Walter van Niftrik
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-20removed trailing whitespacesMax Horn
2009-05-18Removed the unused file and line parameters from the list and list node looku...Filippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-10Moved the code which retrieves the current room number in a separate function...Filippos Karapetis
2009-05-09SCI: AvoidPath: Got rid of a warning.Walter van Niftrik
2009-05-09SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, asWalter van Niftrik
2009-05-09SCI: AvoidPath: another workaround for ECO.Walter van Niftrik
2009-05-08SCI: AvoidPath: another workaround for ECOWalter van Niftrik
2009-05-08SCI: AvoidPath: Fixed a regression caused by previous commit, and added aWalter van Niftrik
2009-05-08SCI: AvoidPath: added support for multiple contained-access polygons (ECO1).Walter van Niftrik
2009-04-24SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisualMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-05SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help whenWalter van Niftrik
2009-04-03SCI: Fix warning on OSXMax Horn
2009-04-02Applied fingolfin's suggestion to remove the roundf() implementation and make...Filippos Karapetis
2009-04-02pic_port_bounds was only set from command-line parameters it seems, so it's s...Filippos Karapetis
2009-04-02Fixed compilation under MSVC by implementing roundf()Filippos Karapetis
2009-04-02SCI: AvoidPath cleanup.Walter van Niftrik
2009-04-02SCI: Avoidpath cleanup.Walter van Niftrik
2009-03-27SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210.Walter van Niftrik
2009-03-25SCI: AvoidPath cleanup.Walter van Niftrik
2009-03-24SCI: build fix.Walter van Niftrik
2009-03-24SCI: Added workaround for broken polygon in LSL1 room 350.Walter van Niftrik
2009-03-24SCI: Added workaround for duplicate polygons being passed to kAvoidPath.Walter van Niftrik
2009-03-23SCI: some avoidpath cleanupWalter van Niftrik
2009-03-22SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev....Max Horn
2009-03-22SCI: Some cleanup; avoid taking square root unnecessarilyMax Horn
2009-03-20SCI: cleanupMax Horn
2009-03-19SCI: converted aatree into a classWalter van Niftrik
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-24SCI: Last batch of pathfinding cleanupMax Horn
2009-02-24SCI: More pathfinding cleanupMax Horn
2009-02-24SCI: Replaced vertex list used for dijkstra algo by Common::List; got rid of ...Max Horn
2009-02-24SCI: Rewrote parts of the pathfinding code to use Common::List; also renamed ...Max Horn