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

feat: new engine #180

Draft
wants to merge 24 commits into
base: beta
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2c1ecd0
i fucked up...
Mar 25, 2024
be036c2
chore: upgrade to esm (#240)
Kamii0909 Mar 28, 2024
e408f1f
hotfix: relic scorer tab overflowed left
fribbels Mar 28, 2024
5352ed4
i fucked up...
Mar 25, 2024
90fa94b
Merge branch 'main' of https://github.com/Kamii0909/engine-beta
Mar 28, 2024
2a14dd4
Merge branch 'main' into beta
fribbels Mar 30, 2024
8e62ac8
Merge branch 'main' into beta
fribbels Mar 31, 2024
ace7075
feat: break damage calculations, beta 2 update, implement boothill ta…
fribbels Apr 1, 2024
03bbe49
fix: empty toughness bug
fribbels Apr 1, 2024
c87074e
feat: 2.2 beta update, various QOLs (#250)
fribbels Apr 2, 2024
215699b
feat: add artist name input and display for custom portrait (#253)
fribbels Apr 3, 2024
24609f0
feat: replace conditionalstats addition with condensed substats, fix …
fribbels Apr 3, 2024
b5facaa
style: 2 ESLint configs modified
Apr 3, 2024
29b8672
feat: stable serialization process
Apr 3, 2024
33d92d8
i fucked up...
Mar 25, 2024
b5034b9
style: 2 ESLint configs modified
Apr 3, 2024
cdfeda8
feat: stable serialization process
Apr 3, 2024
deaf51a
Merge branch 'main' of https://github.com/Kamii0909/engine-beta
Apr 3, 2024
cab3787
refactor: folder reordering
Apr 6, 2024
34a182c
fix: rollup optional dependencies
Apr 6, 2024
ab7bc9b
fix: rollup optional dependencies
Apr 6, 2024
9b6c162
refactor: moved calculation logic out of iteration
Apr 11, 2024
65858de
feat: implementation for tricky characters
Apr 21, 2024
d83cda1
feat/draft: implementation of an expression tree
Jun 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 0 additions & 170 deletions .eslintrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ dist
.vscode-test
.vscode

# VSCode folder
.vscode

# VSCode folder
.vscode

# yarn v2
.yarn/cache
.yarn/unplugged
Expand Down
Loading