This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Commit 6dd9866
v10.2 (#977)
* Block "Apple Extended Controller"
* Hotswap fixes (#968)
* Add `InputBufferPressed()`
* typo in `InputBindingSet()`
Signed-off-by: Alynne <alviscera@gmail.com>
* handle undefined for `__InputBindingIsThumbstick()`
Signed-off-by: Alynne <alviscera@gmail.com>
* Cluster validation (#957)
* normalise `VirtualButton` debug vector
* Provisional WASM support
thanks @tabularelf
* Block dysfunctional NSO controllers on Apple Mobile
Signed-off-by: Alynne <alviscera@gmail.com>
* Fix hotswap thrashing
* Adds `objTest007_Hotswap`
* Moves a bunch of code in the main update loop to the collect loop
* Fixes debug output in hotswap tester
---------
Signed-off-by: Alynne <alviscera@gmail.com>
Co-authored-by: alynne o. <alviscera@gmail.com>
* Validate `INPUT_CURSOR_CLUSTER`
* Bump data
* Remove remaining string templates
* Adds safety check to `InputBindingsImport()`
* Disconnected players now forced to leave if party join is active
* Update Create_0.gml
* Update rmTest.yy
* Adds error message when trying to set P2+ devices whilst hotswapping
* Fixes console gamepad not being assigned to P1 on boot (#974)
* Correct dpad axis bug, bump data
* Add Feather disable/annotations where missing (#970) (#976)
* Add Feather disable/annotations where missing
* Update __InputConfigVerbs.gml
---------
Co-authored-by: not-tomo <not-tomo@users.noreply.github.com>
* Bump version
---------
Signed-off-by: Alynne <alviscera@gmail.com>
Co-authored-by: Juju Adams <julian.adams@email.com>
Co-authored-by: not-tomo <not-tomo@users.noreply.github.com>1 parent 5c5caf6 commit 6dd9866
File tree
30 files changed
+571
-472
lines changed- datafiles
- objects
- objTest007_Hotswap
- objTest104_Party
- rooms/rmTest
- scripts
- InputBindingsImport
- InputCursorDX
- InputCursorDY
- InputCursorX
- InputCursorY
- InputPlayerSetDevice
- InputPlugInWarning
- InputSetHotswap
- InputVerbGroupDefine
- __InputConstants
- __InputCreateTypeLookup
- __InputCursorConfig
- __InputCursorSystem
- __InputGamepadTransformQuirks
- __InputPartySystem
- __InputRegisterCollect
- __InputRegisterUpdate
- __InputSystem
- __InputTriggerEffectPlayer
30 files changed
+571
-472
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments