Corwin
abd5e44ede
Press to start on mobile ( #622 )
2024-04-09 02:46:10 +01:00
Corwin
bbdcdfeb95
readd hover border on help links
2024-04-09 02:38:22 +01:00
Corwin
f6c703060f
Update dependency @types/react to v18.2.75 ( #618 )
2024-04-09 02:34:13 +01:00
Corwin
73d4346964
nicer height calculation
2024-04-09 02:32:36 +01:00
Corwin
9ad67ae494
on mobile devices require a touch to start the emulator loading
2024-04-09 02:31:17 +01:00
GBA bot
ef694ad776
Update lockfiles
2024-04-09 00:04:04 +00:00
renovate[bot]
143afc961e
Update dependency @types/react to v18.2.75
2024-04-09 00:03:25 +00:00
Corwin
362e0d864f
make website with nextjs ( #619 )
2024-04-09 01:01:40 +01:00
Corwin
07e0608949
cache next build
2024-04-09 00:41:28 +01:00
Corwin
a9c6723a3b
make website with nextjs
2024-04-09 00:33:32 +01:00
Corwin
7206b8f925
Update dependency @testing-library/react to v14.3.0 ( #616 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/react](https://togithub.com/testing-library/react-testing-library )
| [`14.2.2` ->
`14.3.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.2.2/14.3.0 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/14.3.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/14.3.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/14.2.2/14.3.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/14.2.2/14.3.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/react-testing-library
(@​testing-library/react)</summary>
###
[`v14.3.0`](https://togithub.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2 )
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-04-08 17:05:16 +01:00
GBA bot
2cfb5b576c
Update lockfiles
2024-04-08 14:53:37 +00:00
renovate[bot]
b46a5ba43d
Update dependency @testing-library/react to v14.3.0
2024-04-08 14:53:01 +00:00
Corwin
8ddc55284c
Compress combo rom ( #615 )
...
GitHub pages, for whatever reason, doesn't compress the combo ROM and
instead serves it uncompressed. Therefore, we explicitly compress it
using the highest compression level at build time and explicitly
decompress it.
Previously we would download 14.69MB, now we download 7.84MB.
Approximately 50% savings.
2024-04-08 03:38:46 +01:00
Corwin
b830410e39
remove log statement
2024-04-08 03:24:06 +01:00
Corwin
f1ef67ad1e
use the gzip compressed combo rom
2024-04-08 03:23:55 +01:00
Corwin
f0ee5a081c
make emulator wrapper be able to decompress gzip compressed roms
2024-04-08 03:23:47 +01:00
Corwin
582cce78c8
compress the combo rom
2024-04-08 03:23:19 +01:00
Corwin
9b36ae62e0
Manually handle frameskipping for better audio on non multiple of 60hz screens ( #613 )
...
* We want to always use animation frames as our time to call the main
loop because otherwise the timing is inconsistent leading to very bad
audio.
* We don't want to call the main loop every frame otherwise > 60hz
screens will play too fast.
* We can't emscripten's frameskipping becuase it only allows for
integers whereas screeens come in many other framerates such as 75hz,
90hz, 144hz, etc.
* Therefore we manually manage frameskipping by ~~ab~~using pause and
resume game which internally just enable and disable the emscripten's
calling of the main loop. (see
27dede256b/src/platform/wasm/main.c (L183)
).
* We could modify the code to let us call the main loop ourselves and
take full control over this, but for now this is okay.
2024-04-06 20:24:44 +01:00
Corwin
290387af16
Update dependency @types/node to v20.12.5 ( #612 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.12.4` ->
`20.12.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.4/20.12.5 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.4/20.12.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.4/20.12.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-04-06 19:47:40 +01:00
Corwin
7f0de5f87b
manually handle frameskipping for better audio on non multiple of 60hz screens
2024-04-06 19:42:44 +01:00
Corwin
b47dc28f6f
Fix controls ( #610 )
...
* Controls were broken on mobile because dpad movement was interpreted
as a/b button presses.
* Fixes it to:
* Handle multiple fingers using the dpad / a / b buttons
* A dpad movement must start on the dpad, and a/b presses must start on
a/b.
2024-04-06 03:33:42 +01:00
Corwin
3b2ebe6001
dynamically choose frameskip or timeout
2024-04-06 03:26:06 +01:00
GBA bot
ba85226cb3
Update lockfiles
2024-04-06 01:54:49 +00:00
renovate[bot]
be25491f15
Update dependency @types/node to v20.12.5
2024-04-06 01:54:17 +00:00
Corwin
6704b96fda
Fix clippy lints ( #611 )
2024-04-06 02:53:25 +01:00
Corwin
559b53456f
use clamp
2024-04-06 02:45:54 +01:00
Corwin
0d609f6d4a
satisfy linter
2024-04-06 02:36:02 +01:00
Corwin
61a7e2fa64
force full reset which can get audio working on mobile
2024-04-06 02:34:39 +01:00
Corwin
f053915c65
fix controls
2024-04-06 02:24:10 +01:00
Corwin
92c8877201
we should be overwriting max width
2024-04-06 02:17:01 +01:00
Corwin
3461052193
handle multiple dpad touches
2024-04-06 02:14:15 +01:00
Corwin
b9a67e6b0f
handle many button presses and fix to use targetTouches
2024-04-06 02:12:39 +01:00
Corwin
85f5a8493c
Website fixes ( #609 )
2024-04-05 22:31:16 +01:00
Corwin
3a1f1691f9
swap start and select
2024-04-05 22:23:47 +01:00
Corwin
e61fdb7f97
make wider on mobile
2024-04-05 22:23:35 +01:00
Corwin
c433dbefdc
Mobile support for website ( #607 )
...
Adds mobile control scheme that sort of works.
I feel like it doesn't quite work.
Also, frame rate problems on mobile.
- [ ] Changelog updated / no changelog update needed
2024-04-05 20:24:29 +01:00
Corwin
7893437109
add docs link ( #608 )
2024-04-05 20:01:37 +01:00
Corwin
a1e8ac76fe
add docs link
2024-04-05 19:53:38 +01:00
Corwin
34c66cc61e
specify dependency array
2024-04-05 19:50:12 +01:00
Corwin
48373faa17
finish adding mobile controls
2024-04-05 19:47:04 +01:00
Corwin
552f8f878d
more mobile stuff
2024-04-05 17:09:50 +01:00
Corwin
e43d2d5a3e
make widths work on mobile
2024-04-05 12:09:13 +01:00
Corwin
3dc828bae7
make start and select work by default ( #606 )
...
Enter and Shift should be not all upper case by default (at least on my
machine).
2024-04-05 01:04:39 +01:00
Corwin
994e1fe717
make start and select work by default
2024-04-05 00:58:38 +01:00
Corwin
edd381796f
make combo movement faster as the old bug has been fixed ( #605 )
2024-04-05 00:48:53 +01:00
Corwin
835f167d14
add node modules to cache ( #604 )
2024-04-05 00:47:28 +01:00
Corwin
b0f9e65d66
make combo movement faster as the old bug has been fixed
2024-04-05 00:43:19 +01:00
Corwin
ac9f93f261
add node modules to cache
2024-04-05 00:41:38 +01:00
Corwin
549c90b746
Update dependency @testing-library/jest-dom to v6 ( #601 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom )
| [`^5.16.5` ->
`^6.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.17.0/6.4.2 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.4.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.4.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/5.17.0/6.4.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/5.17.0/6.4.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v6.4.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.2 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2 )
##### Bug Fixes
- Remove errant export of GetByRoleMatcher, fixing type checking in some
TS configurations
([#​575](https://togithub.com/testing-library/jest-dom/issues/575 ))
([a93c0c4](a93c0c4a20
))
###
[`v6.4.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.1 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1 )
##### Bug Fixes
- Export type `TestingLibraryMatchers` from "./matchers"
([#​576](https://togithub.com/testing-library/jest-dom/issues/576 ))
([dd1c4dd](dd1c4dd504
))
###
[`v6.4.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0 )
##### Features
- Add toHaveRole matcher
([#​572](https://togithub.com/testing-library/jest-dom/issues/572 ))
([f7dc673](f7dc673dbc
))
###
[`v6.3.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.3.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0 )
##### Features
- Support for regular expressions in toHaveClass
([#​563](https://togithub.com/testing-library/jest-dom/issues/563 ))
([9787ed5](9787ed59fc
))
###
[`v6.2.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.2.1 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1 )
##### Bug Fixes
- Standalone types for "./matchers" export and add Bun support
([#​566](https://togithub.com/testing-library/jest-dom/issues/566 ))
([5675b86](5675b8668c
))
###
[`v6.2.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.2.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0 )
##### Features
- toHaveAccessibleDescription supports aria-description
([#​565](https://togithub.com/testing-library/jest-dom/issues/565 ))
([1fb156c](1fb156c2b5
))
###
[`v6.1.6`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.6 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6 )
##### Bug Fixes
- Upgrade
[@​adobe/css-tools](https://togithub.com/adobe/css-tools ) to
v4.3.2
([#​553](https://togithub.com/testing-library/jest-dom/issues/553 ))
([b64b953](b64b953f76
))
###
[`v6.1.5`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.5 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5 )
##### Bug Fixes
- support uppercase custom props in toHaveStyle
([#​552](https://togithub.com/testing-library/jest-dom/issues/552 ))
([b7b7c6a](b7b7c6a965
))
###
[`v6.1.4`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.4 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4 )
##### Bug Fixes
- upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability
([#​532](https://togithub.com/testing-library/jest-dom/issues/532 ))
([44f1eab](44f1eabc79
))
###
[`v6.1.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.3 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3 )
##### Bug Fixes
- proper [@​jest/globals](https://togithub.com/jest/globals )
import
([#​530](https://togithub.com/testing-library/jest-dom/issues/530 ))
([5b492ac](5b492ace23
))
###
[`v6.1.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.2 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2 )
##### Bug Fixes
- bump [@​adobe/css-tools](https://togithub.com/adobe/css-tools )
for ESM support
([#​525](https://togithub.com/testing-library/jest-dom/issues/525 ))
([b959a68](b959a68138
))
###
[`v6.1.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.1 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1 )
##### Bug Fixes
- **package.json:** update main and module file paths
([#​523](https://togithub.com/testing-library/jest-dom/issues/523 ))
([853a3e5](853a3e51ba
))
###
[`v6.1.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.1.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0 )
##### Features
- Publish ESM and CJS
([https://github.com/testing-library/jest-dom/pull/519 ](https://togithub.com/testing-library/jest-dom/pull/519 ))
###
[`v6.0.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.0.1 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1 )
##### Bug Fixes
- matchers type is making the global expect unsafe
([#​513](https://togithub.com/testing-library/jest-dom/issues/513 ))
([bdb34f1](bdb34f1295
))
###
[`v6.0.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.0.0 )
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0 )
##### Features
- local types, supporting jest,
[@​jest/globals](https://togithub.com/jest/globals ), vitest
([#​511](https://togithub.com/testing-library/jest-dom/issues/511 ))
([4b764b9](4b764b9f6a
))
##### BREAKING CHANGES
- Removes the extend-expect script. Users should use
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
-
[@​testing-library/jest-dom](https://togithub.com/testing-library/jest-dom )
- jest ([@​types/jest](https://togithub.com/types/jest ))
- @​testing-library/jest-dom/jest-globals -
[@​jest/globals](https://togithub.com/jest/globals )
- @​testing-library/jest-dom/vitest - vitest
For example:
import '@​testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import \* as matchers from '@​testing-library/jest-dom/matchers'
- Update kcd-scripts
- Drop node < 14
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-04-04 22:54:34 +00:00