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
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-10
Moved the code which retrieves the current room number in a separate function...
Filippos Karapetis
2009-05-09
SCI: AvoidPath: Got rid of a warning.
Walter van Niftrik
2009-05-09
SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, as
Walter van Niftrik
2009-05-09
SCI: AvoidPath: another workaround for ECO.
Walter van Niftrik
2009-05-08
SCI: AvoidPath: another workaround for ECO
Walter van Niftrik
2009-05-08
SCI: AvoidPath: Fixed a regression caused by previous commit, and added a
Walter van Niftrik
2009-05-08
SCI: AvoidPath: added support for multiple contained-access polygons (ECO1).
Walter van Niftrik
2009-04-24
SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-04-24
SCI: Started to C++ify the gfxw_widget_t codebase
Max Horn
2009-04-05
SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when
Walter van Niftrik
2009-04-03
SCI: Fix warning on OSX
Max Horn
2009-04-02
Applied fingolfin's suggestion to remove the roundf() implementation and make...
Filippos Karapetis
2009-04-02
pic_port_bounds was only set from command-line parameters it seems, so it's s...
Filippos Karapetis
2009-04-02
Fixed compilation under MSVC by implementing roundf()
Filippos Karapetis
2009-04-02
SCI: AvoidPath cleanup.
Walter van Niftrik
2009-04-02
SCI: Avoidpath cleanup.
Walter van Niftrik
2009-03-27
SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210.
Walter van Niftrik
2009-03-25
SCI: AvoidPath cleanup.
Walter van Niftrik
2009-03-24
SCI: build fix.
Walter van Niftrik
2009-03-24
SCI: Added workaround for broken polygon in LSL1 room 350.
Walter van Niftrik
2009-03-24
SCI: Added workaround for duplicate polygons being passed to kAvoidPath.
Walter van Niftrik
2009-03-23
SCI: some avoidpath cleanup
Walter van Niftrik
2009-03-22
SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev....
Max Horn
2009-03-22
SCI: Some cleanup; avoid taking square root unnecessarily
Max Horn
2009-03-20
SCI: cleanup
Max Horn
2009-03-19
SCI: converted aatree into a class
Walter van Niftrik
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-24
SCI: Last batch of pathfinding cleanup
Max Horn
2009-02-24
SCI: More pathfinding cleanup
Max Horn
2009-02-24
SCI: Replaced vertex list used for dijkstra algo by Common::List; got rid of ...
Max Horn
2009-02-24
SCI: Rewrote parts of the pathfinding code to use Common::List; also renamed ...
Max Horn
2009-02-24
SCI: Turned circular list code into a small class
Max Horn
2009-02-24
SCI: cleanup
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
SCI: Moved aatree.* files together into engine/
Max Horn
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-20
Started conversion of debug messages and debug levels to the ScummVM equivale...
Filippos Karapetis
2009-02-20
formating
Paweł Kołodziejski
[next]