Stars
1
Forks
2
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Quality of life fixes; also if the map was smaller than the screen it used to make the scale 0 due to integer division, I changed it by explicitly casting one of the values to float.
4a968f1View on GitHubSmall fix with table headings in CSV And TLS version in app
4a826e1View on GitHubAdded internal certificate which allows us to use HTTPS to our local server on campus
c03a335View on GitHubFixed issue where XLoc YLoc were float outputs but had int precision. DisplayLoc is still like this (floats with int precision) but since DisplayLoc is int valued this is okay for pixel images
07575fdView on GitHubAdded more safe guards if the map making tool crashes or some other issue where we would lose data, also added loading premade maps
1e6fe45View on GitHubFixed bug with using 12 hour hour rather than 24 hour hour
ce4bd21View on GitHubSmall UI stuff, made toasts work faster, code cleanup
94b03f0View on GitHub