You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
isark d3ef66e498
Updated base plan for 3.25 fellshrine ruins change
11 months ago
.vscode Some progress on the overlay state machine 2 years ago
data Updated base plan for 3.25 fellshrine ruins change 11 months ago
licenses Added some more features to editor. SEparated out editor to standalone window available through tray 'icon', settings also available there or in interactable mode and clicking the cog wheel in plan display 2 years ago
src Fixed 'resume' (start) on non-played plans 1 year ago
src-tauri Updated base plan for 3.25 fellshrine ruins change 11 months ago
.eslintrc.json Added run post run statistics view in the non-overlay window. Provides some stats for a run in aggregation on the zone id and then also a toggle to see an unaggregated run 1 year ago
.gitignore Some attempts at supporting some kind of livesplit functionality. 1 year ago
README.md Updated readme, yarn.lock, package.json 2 years ago
angular.json Added run post run statistics view in the non-overlay window. Provides some stats for a run in aggregation on the zone id and then also a toggle to see an unaggregated run 1 year ago
epic test.json Added poe client log reader (currently seems broken), keybinding in settings, log file detection 2 years ago
package.json Added run post run statistics view in the non-overlay window. Provides some stats for a run in aggregation on the zone id and then also a toggle to see an unaggregated run 1 year ago
tsconfig.app.json Some artifacts left from undone gem finder testing 2 years ago
tsconfig.json Added fuzzy search to the editor. Missing proper index handling of the plan display, I'd like to keep original indices on the filtered results 2 years ago
version.json 1.0.1: bump to test new release-build scripts 2 years ago
yarn.lock Added run post run statistics view in the non-overlay window. Provides some stats for a run in aggregation on the zone id and then also a toggle to see an unaggregated run 1 year ago

README.md

Prerequisites

Setup & Running

# yarn
yarn install
yarn dev

# npm
npm install
npm run dev