Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jumper library causes issues with Minetest's mod security #5

Closed
hkzorman opened this issue Mar 29, 2017 · 1 comment
Closed

Jumper library causes issues with Minetest's mod security #5

hkzorman opened this issue Mar 29, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@hkzorman
Copy link
Owner

Basically, Jumper library's structure uses require() function which is blocked by Minetest when mod security is enabled.

An alternative would be to replace Jumper library with a simple A* star implementation that can be used by Lua code without calling require().

@hkzorman hkzorman added the Bug label Mar 29, 2017
@hkzorman hkzorman self-assigned this Mar 29, 2017
@hkzorman
Copy link
Owner Author

hkzorman commented Apr 7, 2017

Created jumper.lua file based on the original Jumper library 1.8.1

297dd37

@hkzorman hkzorman closed this as completed Apr 7, 2017
@hkzorman hkzorman added this to the 1.0 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant