-
Notifications
You must be signed in to change notification settings - Fork 58
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
Addition of new backend Emscripten pathfinding algorithm and new datastore generation #41
Open
paill
wants to merge
58
commits into
ucdavis:master
Choose a base branch
from
paill:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should hopefully make integrating easier
Plugin now alerts if an error occurs during pathfinding Next step is updating the path animation
Can't test on CSIF, so pushing to test on VM
…ath issues Also caused issues with unit testing
karma-phantomjs-launcher needs to be at least version 1.0.0 as there is a bug in PhantomJS that was fixed in version 2. Version 1 of the karma launcher uses version 2 of PhantomJS Updated README to include note about missing grunt package
TODO: Update documentation for the rest of the code.
Updated Gruntfile to ignore datastore.js & priority-queue.min.js for jshint
Updated datastore.js to work with camel case names
Added source C++ files for pathfinding.js and a Makefile
Fixed error in pathfinding.cpp that skipped doors
Moved all C++ code (rapidjson included) to src/ dist/ now holds the production ready JS files
…if needed" This reverts commit 3684d43. Conflicts: Gruntfile.js
open:coverage Grunt task is broken so commented out
Added try/catch for missing emscripten.pathfinding.js function
Added another issue to README
+1 |
Addition of new backend Emscripten pathfinding algorithm and new datastore generation
All test cases are passing
Merge branch 'master' into untested
The linter verifies various portions of any SVGs passed in, to be used with the Wayfinding plugin. Read the README for more information.
Remove an error detected by the linter.
Add SVG linter. Update included test files.
All test cases are passing
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
emscriptenBackend
and is aboolean
that is defaulted totrue
.