issues
search
Yonaba
/
Jumper
Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
619
stars
125
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Find closest path to destination
#65
Rogeman
opened
3 months ago
0
Update grid.lua
#64
andreaszdw
opened
2 years ago
1
fix some functionality with clearances
#63
Goober5000
opened
2 years ago
5
add option for clearance in all directions
#62
Goober5000
opened
2 years ago
3
Couldn't calculate path in a dynamic grid
#61
maximo144
closed
3 years ago
0
Fix headers in README
#59
firoxer
closed
5 years ago
1
y and x axis reversed
#58
nekromoff
opened
5 years ago
4
node.x and node.y are nil
#57
josefnpat
closed
6 years ago
2
Fix readme
#56
egormalyutin
closed
5 years ago
1
added cost member for node to use for weighted cost evalulation
#55
Triangle345
opened
7 years ago
0
isOutOfRange not defined - accesses an undeclared global
#54
ghost
opened
7 years ago
0
Fix typo in index.html
#53
giraugh
opened
8 years ago
0
typo fix (invalid quote)
#52
tst2005
opened
8 years ago
0
lua pattern fixed
#51
tst2005
opened
8 years ago
0
Contributor needed?
#50
bitinn
opened
8 years ago
1
Rename EUCLIDIAN to EUCLIDEAN.
#49
StefansM
opened
8 years ago
1
Remove invalid string escape.
#48
StefansM
opened
8 years ago
0
Update Path class to allow different distances
#47
StefansM
opened
8 years ago
0
add the missing function keyword.
#46
xpol
opened
8 years ago
1
Syntax error in jumper/core/lookuptable.lua#L1
#45
xpol
opened
8 years ago
2
Uses way too much memory.
#44
Bobbyjoness
opened
8 years ago
6
direction dependent walkability
#43
raingloom
opened
9 years ago
0
bug with JPS and ORTHOGONAL mode?
#42
takaaptech
closed
9 years ago
4
3D pathfinding with Jumper?
#41
ghost
closed
9 years ago
2
regenerate new path
#40
thoqex
closed
9 years ago
1
Add a Gitter chat badge to README.md
#39
gitter-badger
closed
9 years ago
0
Invalid or unreachable location
#38
bsherb53
closed
9 years ago
3
Cannot build due to error in lookuptable.lua
#37
bsherb53
closed
9 years ago
3
Fix: line 1 add 'function' keyword
#36
aidemingsi
closed
9 years ago
0
Attempt to call method 'getX' (a nil value)
#35
ghost
closed
10 years ago
6
Pathfinder:getPath: Add _walkable parameter to _grid:isWalkableAt
#34
saschagehlich
opened
10 years ago
1
Fix documentation typo
#33
saschagehlich
closed
10 years ago
2
Add path:shift()?
#32
saschagehlich
opened
10 years ago
3
Remove tunnelling
#31
Yonaba
opened
10 years ago
0
(dis)allow corner crossing in diagonal mode
#30
Yonaba
opened
10 years ago
1
Add search algorithm : Breadth-First Search
#29
Yonaba
opened
10 years ago
0
Add search algorithm : SPFA
#28
Yonaba
opened
10 years ago
0
Replace ThetaStar with Lazy ThetAstar
#27
Yonaba
opened
10 years ago
0
New Search Algorithm : Trace Pathfinder
#26
Yonaba
opened
10 years ago
1
Fixing documentation typo
#25
josefnpat
closed
10 years ago
1
Nodes that can be traversed but not "landed on"
#24
dookzoom
closed
10 years ago
4
fix incorrect example code in gh-pages (#22)
#23
davidyu
closed
10 years ago
2
fix example code
#22
onionpsy
closed
10 years ago
2
Nodes traversal rules for grid tiles
#21
Yonaba
opened
10 years ago
0
Bettern pruning rules for Jump Point Search in orthogonal mode
#20
Yonaba
opened
10 years ago
0
Include weighting for A-star based search algorithms
#19
Yonaba
opened
10 years ago
0
Avoiding specific Nodes
#18
Yonaba
opened
10 years ago
6
Expose a line of sight method to the Grid class
#17
Yonaba
opened
11 years ago
3
Customizable grid traversal
#16
Yonaba
opened
11 years ago
0
Integrating Jumper in TrAinsported
#15
mxub
closed
11 years ago
12
Next