41ec079f40
Update fontsource dependencies
2024-03-23 14:00:20 -05:00
1024e63f3a
Make disabled elements not eat up mouse events
...
Browsers make disabled elements eat events rather than let them bubble up
This allows containers with disabled elements to have listeners still
(Used specifically so after the board rewrite, purchased upgrades can still be dragged)
2024-03-23 14:00:20 -05:00
e917e2588f
Update package-lock.json to new commit hash
2024-03-23 14:00:20 -05:00
a0e656c6ec
Fixed issues until it fully worked on Galaxy proper
2024-03-23 14:00:20 -05:00
f28aaa0c80
Sync cloud saves every minute
2024-03-23 14:00:19 -05:00
919f55331d
Update sdk
2024-03-23 14:00:19 -05:00
d997cfacb1
Move unofficial sdk to repo
2024-03-23 14:00:19 -05:00
ee084029e5
Sync deleting saves to cloud
2024-03-23 14:00:19 -05:00
7975c74fc7
Attention grabber on saves manager when active save isn't synced
2024-03-23 14:00:19 -05:00
f63a2cda68
Add warning to saves manager when not all saves are synced
2024-03-23 14:00:18 -05:00
43eabca5b6
Add synced icon to saves in saves manager
2024-03-23 14:00:18 -05:00
681c250e43
Add "Keep Both" button
2024-03-23 14:00:18 -05:00
7922eb2811
Add save conflict resolver
2024-03-23 14:00:18 -05:00
5322b0797a
Add galaxy api
2024-03-23 14:00:18 -05:00
2ab85ce863
Lint
2024-03-23 14:00:17 -05:00
79f2c182f1
PR Feedback
2024-03-23 14:00:17 -05:00
d12b5a15fb
Add eslint workflow action and CONTRIBUTING.md that says to lint first
2024-03-23 14:00:17 -05: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
Run Tests / test (pull_request) Successful in 2m2s
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
2cfa450d96
Move board to src/game
2024-03-09 20:36:41 -06:00
ad421ac759
Add some tests for boards
2024-03-09 13:42:17 -06:00
68b1401c2a
Document boards
2024-03-08 17:06:54 -06:00
17b878e3be
Fix upgrade purchasing on drag
Run Tests / test (pull_request) Failing after 48s
2024-03-03 22:31:20 -06:00
3fd8375031
Perf optimization
2024-03-03 22:17:16 -06:00
aca56f6af6
Use z-index to avoid changing render order
2024-03-03 22:17:06 -06:00
f0e831ee8f
Add cnodes
Run Tests / test (pull_request) Failing after 46s
2024-03-03 20:26:00 -06:00
1acfde134b
Add support for rendering VueFeatures in boards
Run Tests / test (pull_request) Failing after 47s
2024-03-03 19:59:26 -06:00
424bde0cdd
WIP on rewriting board
Run Tests / test (pull_request) Failing after 57s
2024-02-28 23:19:11 -06:00
escapee
b40d4bef32
Allow both cases in shift+hotkeys
Run Tests / test (pull_request) Successful in 2m0s
Build and Deploy / build-and-deploy (push) Successful in 55s
Run Tests / test (push) Successful in 1m56s
2024-02-21 19:21:18 +00:00
1f22f506dd
Add tests for tree reset propagation
Build and Deploy / build-and-deploy (push) Successful in 57s
Run Tests / test (push) Successful in 2m1s
2024-02-21 04:15:49 +00:00
d3faec6a66
Add Nodes to the text that can disappear in projEntry
Build and Deploy / build-and-deploy (push) Successful in 58s
Run Tests / test (push) Successful in 2m3s
2024-02-21 04:08:59 +00:00
a39e65852d
Remove unused imports
Build and Deploy / build-and-deploy (push) Successful in 1m1s
Run Tests / test (push) Successful in 2m0s
2024-02-21 01:25:52 +00:00
1e2b20a70f
PR feedback
2024-02-21 01:25:52 +00:00
2e0e221010
Made modifier typing a lot less nasty
2024-02-21 01:25:52 +00:00
4092cd6d56
Add regression test for modifier.getFormula respecting enabled
2024-02-21 01:25:52 +00:00
cba79df80d
Merge pull request 'Fix branchedResetPropagation' ( #57 ) from nif/Profectus-Niffix:main into main
...
Build and Deploy / build-and-deploy (push) Successful in 59s
Run Tests / test (push) Failing after 2m2s
Reviewed-on: #57
2024-02-14 17:39:06 +00:00
04a5e963ab
Merge branch 'main' into main
Run Tests / test (pull_request) Failing after 2m5s
2024-02-14 17:38:53 +00:00
263c951cf8
Requested changes
Run Tests / test (pull_request) Has been cancelled
2024-02-14 15:56:18 +00:00
1b809a9550
Merge pull request 'Keep disabled modifiers when making formulas' ( #56 ) from escapee/profectus-template:main into main
...
Build and Deploy / build-and-deploy (push) Successful in 57s
Run Tests / test (push) Failing after 2m0s
Reviewed-on: #56
2024-02-13 05:18:01 +00:00
5e32fa4985
Fix branchedResetPropagation
...
Run Tests / test (pull_request) Has been cancelled
BREAKING CHANGE - Forces branches to be directed
Signed-off-by: nif <nif@incremental.social>
2024-02-12 19:46:31 +00:00
Seth Posner
cf6265d8ce
Keep disabled modifiers when making formulas
Run Tests / test (pull_request) Has been cancelled
2024-02-12 07:58:39 -08:00
4f807aaf96
Merge pull request 'Add forgejo workflows support' ( #53 ) from thepaperpilot/Profectus:main into main
...
Build and Deploy / build-and-deploy (push) Successful in 1m1s
Run Tests / test (push) Successful in 2m5s
Reviewed-on: #53
2024-02-11 19:43:37 +00:00
ffc42a5745
Merge pull request 'Fix reset button using currentAt
when not yet gaining' ( #25 ) from sethposner/profectus-template:main into main
...
Reviewed-on: #25
2023-11-13 22:29:49 +00:00
Seth Posner
8811996f64
Add tests confirming low-input conversion values
2023-11-13 14:10:00 -08:00
Seth Posner
7750a3368d
Swap logic for nextAt display
2023-11-13 14:09:48 -08:00
2495dc9783
Implement forgejo actions workflows ( #24 )
...
Reviewed-on: #24
Co-authored-by: thepaperpilot <thepaperpilot@gmail.com>
Co-committed-by: thepaperpilot <thepaperpilot@gmail.com>
2023-11-05 17:00:28 +00:00
e66daad7a2
Merge pull request 'Implement isRednered' ( #23 ) from thepaperpilot/Profectus:feature/is-rendered into main
...
Reviewed-on: #23
2023-11-05 16:59:37 +00:00
8065f8efa4
Approve install
Run Tests / test (pull_request) Successful in 2m14s
2023-11-05 10:17:23 -06:00