forked from adarro/ddo-calc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from adarro/master
Sync fork
- Loading branch information
Showing
542 changed files
with
179,244 additions
and
195,965 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
{"name":"sbt","version":"1.6.2","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["/home/adarro/.sdkman/candidates/java/22.0.0.2.r11-grl/bin/java","-Xms100m","-Xmx100m","-classpath","/home/adarro/.sdkman/candidates/sbt/1.6.2/bin/sbt-launch.jar","-Dsbt.script=/home/adarro/.sdkman/candidates/sbt/current/bin/sbt","xsbt.boot.Boot","-bsp"]} | ||
{ | ||
"name": "sbt", | ||
"version": "1.6.2", | ||
"bspVersion": "2.0.0-M5", | ||
"languages": ["scala"], | ||
"argv": [ | ||
"/home/adarro/.sdkman/candidates/java/22.0.0.2.r11-grl/bin/java", | ||
"-Xms100m", | ||
"-Xmx100m", | ||
"-classpath", | ||
"/home/adarro/.sdkman/candidates/sbt/1.6.2/bin/sbt-launch.jar", | ||
"-Dsbt.script=/home/adarro/.sdkman/candidates/sbt/current/bin/sbt", | ||
"xsbt.boot.Boot", | ||
"-bsp" | ||
] | ||
} |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
name: "Workflow" | ||
on: ["push"] | ||
jobs: | ||
build: | ||
runs-on: "ubuntu-latest" | ||
name: Create issues from todos | ||
permissions: read-all | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
todos: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: "actions/checkout@master" | ||
- name: "TODO to Issue" | ||
uses: "alstr/todo-to-issue-action@v4.5" | ||
id: "todo" | ||
- uses: actions/checkout@v1 | ||
- name: todo-actions | ||
uses: dtinth/todo-actions@master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }} |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"ExpandedNodes": [ | ||
"" | ||
], | ||
"ExpandedNodes": [""], | ||
"SelectedNode": "\\build.gradle.kts", | ||
"PreviewInSolutionExplorer": false | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- Deity Feats | ||
- New Class: Alchemists | ||
|
||
- Deity Feats | ||
- New Class: Alchemists | ||
|
||
### Changed | ||
- Testing Racial Feats to filter core feats (exclude deity based etc.) | ||
|
||
- Testing Racial Feats to filter core feats (exclude deity based etc.) | ||
|
||
## [0.1.0-alpha] - 2015-12-03 | ||
|
||
### Added | ||
|
||
[Unreleased]: https://github.com/truthencode/ddo-calc/0.1.0-alpha...HEAD |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Archived Projects | ||
|
||
These are subprojects that aren't currently incubated or slated for any active development. | ||
They may eventually be removed or revived. | ||
They may eventually be removed or revived. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,46 @@ | ||
# TOAD (The Oracle At DDO) | ||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
## Contents | ||
|
||
- [Overview](#overview) | ||
- [Goals](#goals) | ||
- [Documentation](#documentation) | ||
- [TODO](#todo) | ||
- [Badges](#badges) | ||
- [Overview](#overview) | ||
- [Goals](#goals) | ||
- [Documentation](#documentation) | ||
- [TODO](#todo) | ||
- [Badges](#badges) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
## Overview | ||
|
||
``` | ||
DDO Calculations, Planner and Plotting | ||
``` | ||
|
||
|
||
This is a macro service that I am creating to become more familiar with alternative JVM languages and multiple platforms. | ||
|
||
This site is designed to host the API calls via multiple protocals compliant with Swagger with hopes of extending to other outlets. | ||
|
||
I am also a fan of [DDO Online](http://www.ddo.com). | ||
|
||
At the end, I would like to create a Character planner that includes the ability to discover / analyze equipment and support a database. Target clients may include Android, Desktop via JavaFx and web (possible Google Web App). | ||
At the end, I would like to create a Character planner that includes the ability to discover / analyze equipment and support a database. Target clients may include Android, Desktop via JavaFx and web (possible Google Web App). | ||
|
||
The bulk of the codebase is targeted for Scala, with R providing some analytics / graphing of power curves etc. | ||
|
||
The transport will eventually be an interconnected RESTful API over Websockets where possible using JSoN with optional Xml outputs utilizing Firebase and / or MongoDB as a potential backend. | ||
|
||
## Goals | ||
|
||
One of the final additional goals is extensibility. The intention is to provide an Open API and to be both Swagger 2.0 and RAML 0.8 compliant. | ||
One of the final additional goals is extensibility. The intention is to provide an Open API and to be both Swagger 2.0 and RAML 0.8 compliant. | ||
|
||
This API will should feature Semantic Versioning once considered stable enough to promote out of Alpha status. | ||
|
||
## Documentation | ||
|
||
## TODO | ||
## Badges | ||
- - - | ||
|
||
## Badges | ||
|
||
--- |
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 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 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
Oops, something went wrong.