|
99511288c9
|
Merge branch 'feat/update-deps' into feat/board-rewrite
|
2024-11-29 07:52:52 -06:00 |
|
|
4987916900
|
Fix last lint issue
|
2024-10-20 13:51:31 -05:00 |
|
|
528e703c88
|
Ran lint:fix
|
2024-10-20 11:46:09 -05:00 |
|
|
6c8dd66677
|
Remove _props abstraction (fixes #2)
|
2024-10-20 06:27:24 -05:00 |
|
|
1e5411d279
|
Remove processedPropType and convert all components to composition API
|
2024-10-20 05:47:59 -05:00 |
|
|
ccd685cb9c
|
Update node
|
2024-10-19 06:13:24 -05:00 |
|
|
5ce3e64f5d
|
Remove node install
|
2024-10-19 06:08:12 -05:00 |
|
|
a676829d66
|
Add rollup for linux
|
2024-10-19 06:05:00 -05:00 |
|
|
3eeff40910
|
Update container version
|
2024-10-19 05:34:32 -05:00 |
|
|
052a01d3f7
|
Fix build issues
|
2024-10-18 09:26:10 -05:00 |
|
|
bd165da264
|
Update deps some more
|
2024-10-18 09:11:58 -05:00 |
|
|
c93418bfec
|
Fix merge
|
2024-10-18 08:50:05 -05:00 |
|
|
88abd53faf
|
Update eslint and prettier
|
2024-10-18 07:04:33 -05:00 |
|
|
80d7a743bc
|
Update TS
|
2024-10-18 07:04:29 -05:00 |
|
|
2dab35f7cf
|
Update vue
|
2024-10-18 07:04:26 -05:00 |
|
|
dc8d0ecc95
|
Update pixi (while staying at v6 until particle-emitter supports v8)
|
2024-10-18 07:04:20 -05:00 |
|
|
707aacc383
|
Update vitest
|
2024-10-18 07:04:19 -05:00 |
|
|
1e13da1129
|
Revert "Add link to docs in setupDraggableNode docstring"
This reverts commit 1c7824b550 .
|
2024-10-18 07:02:34 -05:00 |
|
|
643bfccada
|
Add link to docs in setupDraggableNode docstring
|
2024-10-18 07:02:34 -05:00 |
|
|
f9c59f7636
|
Revert changes in /data. Check the board-example branch for them instead
|
2024-10-18 07:02:34 -05:00 |
|
|
99227a2cb2
|
Move common board node CSS to class
|
2024-10-18 07:02:34 -05:00 |
|
|
e0da9588d2
|
Move board to src/game
|
2024-10-18 07:02:34 -05:00 |
|
|
46d0a9aa2e
|
Add some tests for boards
|
2024-10-18 07:02:33 -05:00 |
|
|
c6035f9077
|
Document boards
|
2024-10-18 07:02:33 -05:00 |
|
|
8745304631
|
Fix upgrade purchasing on drag
|
2024-10-18 07:02:33 -05:00 |
|
|
5b33a0fceb
|
Perf optimization
|
2024-10-18 07:02:33 -05:00 |
|
|
6a17bbc29c
|
Use z-index to avoid changing render order
|
2024-10-18 07:02:33 -05:00 |
|
|
a75c8d81f8
|
Add cnodes
|
2024-10-18 07:02:32 -05:00 |
|
|
c64ac82a25
|
Add support for rendering VueFeatures in boards
|
2024-10-18 07:02:32 -05:00 |
|
|
1cbe97251c
|
WIP on rewriting board
|
2024-10-18 07:02:32 -05:00 |
|
|
6ba25f9abd
|
Removed dynamic imports
|
2024-10-18 07:02:32 -05:00 |
|
|
673f7790c7
|
Switch from CJS to ESM
|
2024-10-18 07:00:56 -05:00 |
|
|
ae45f9bc2f
|
Bump some minor dependencies
|
2024-10-18 07:00:55 -05:00 |
|
|
8a9e106157
|
Update vite dependencies
|
2024-10-18 07:00:46 -05:00 |
|
|
90300ce848
|
Update fontsource dependencies
|
2024-10-18 07:00:08 -05:00 |
|
|
2b861c3fcf
|
Fix Links.vue checking startNode twice instead of both nodes
Thanks escapee for reporting the issue!
|
2024-10-17 16:50:55 +00:00 |
|
|
9debfe6fb4
|
Unref hotkey descriptions
|
2024-10-17 16:28:04 +00:00 |
|
|
9f25d7f58f
|
Fix more modal paths
|
2024-10-17 16:17:32 +00:00 |
|
|
239ae7c94a
|
Update saves bank path
|
2024-10-17 16:17:32 +00:00 |
|
|
2d28be84a9
|
Add modal to take a mental health break
|
2024-10-17 16:17:32 +00:00 |
|
|
c6389317d0
|
Version Bump
|
2024-03-29 00:49:58 -05:00 |
|
|
b98f6db1c4
|
Move printFormula to Formula.stringify and add tests for it
|
2024-03-29 00:24:31 -05:00 |
|
|
563eaa7539
|
Lint
|
2024-03-29 00:19:57 -05:00 |
|
|
b88fa68874
|
Fix extends syntax
|
2024-03-28 23:40:47 -05:00 |
|
|
90d0307cf0
|
Add hotkey tests, make them pass
Includes updating vitest and supporting hotkeys with both ctrl+shift
|
2024-03-28 23:40:46 -05:00 |
|
|
dfb14acc6e
|
Allow null and undefined values in persistent refs
|
2024-03-29 04:39:56 +00:00 |
|
|
68e6e3f37a
|
Revert "Add link to docs in setupDraggableNode docstring"
This reverts commit 1c7824b550 .
|
2024-03-12 21:52:19 -05:00 |
|
|
1c7824b550
|
Add link to docs in setupDraggableNode docstring
|
2024-03-10 09:37:02 -05:00 |
|
|
1b267edc32
|
Revert changes in /data. Check the board-example branch for them instead
|
2024-03-10 09:27:31 -05:00 |
|
|
0e7ca27e3b
|
Move common board node CSS to class
|
2024-03-09 21:59:17 -06:00 |
|