Robin C. Ladiges
b88b4679cf
refac: whitespace
2024-10-07 22:47:17 +02:00
Robin C. Ladiges
1aa579595b
fix: Dockerfile warnings
...
2 warnings found (use --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals (line 13)
2024-10-07 21:39:19 +02:00
Robin C. Ladiges
060c3f9def
[mod menu] change: make it obvious that changing the server or port requires a restart
...
Also: call it `server address` instead of `server IP`, because domains work too.
2024-06-26 09:17:27 +02:00
Robin C. Ladiges
65582aafea
[mod menu] new: option to hide server in debug menu
...
- Client.hpp: add bool variable and methods
- hooks.cpp: save/load value from common.bin
- main.cpp: change
- StageSceneStateServerConfig: add button to the mod menu to toggle it
2024-06-26 09:17:23 +02:00
Robin C. Ladiges
e1bd6d8785
[debug menu] new/change: show server & port & connected players on first line
...
The socket needs its own copy of the IP, otherwise it wrongly changes the displayed server after changing it in the mod menu.
2024-06-26 09:11:42 +02:00
Robin C. Ladiges
d107354db9
[debug menu] new: page to show controls
2024-06-26 09:11:42 +02:00
Robin C. Ladiges
326ccb33af
[debug menu] new: title for debug puppet page
2024-06-26 09:11:42 +02:00
Robin C. Ladiges
d8c89abdbb
[debug menu] change: improve animation & cappy page
...
- title
- code indentation
- X Y Z alignment for position and rotation
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
eb4dcb5c2e
[debug menu] new: show own player info on first players page
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
c0bb939a92
[debug menu] change: simplify player page
...
- Show `Yes` and `No` instead of `True` and `False`
- Remove `Is in Capture`
- Always show `Capture`
- Combine `Animation Index` and `Packet Animation` into one `Animation` line
- Rename `Puppet0` to `Empty Slot 1`
- Don't mention puppets
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
ec41ee067e
[debug menu] new: show pagination for players
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
7e9e356714
[debug menu] change: show pagination controls and pages amount
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
90a34e8f87
[debug menu] new: show mod version
...
fallback to git info if not builded for a specific version
2024-06-26 09:11:41 +02:00
Robin C. Ladiges
ef9b629e3a
[debug menu] change: move main status to the top and simplify it
2024-06-26 09:11:40 +02:00
Robin C. Ladiges
7e698838cf
[debug menu] change: send & recv queue on one line
2024-06-26 09:11:40 +02:00
Robin C. Ladiges
43c55f062d
[debug menu] change: client & gamemode heaps on one line
...
- Show how much is used instead of how much is free.
- Double precision, because of observable inaccuracies otherwise.
- Divide by 1024 instead of by 1000 to display KiB instead of KB.
- Show only one fractional digit.
- (The max is exactly 320 KiB, so need to show a fractional digit for it.)
2024-06-26 09:11:38 +02:00
CraftyBoss
b2d444b2b9
Merge pull request #65 from Istador/pr-gravity-toggle
...
don't close the H&S menu after toggling the gravity button
2024-06-25 16:15:10 -07:00
CraftyBoss
481b352f08
Merge pull request #64 from Istador/pr-emu-builds
...
Update workflow action versions and improve `docker-build.sh` for emulator builds
2024-06-25 16:13:01 -07:00
CraftyBoss
80467b06ff
Merge pull request #63 from Istador/pr-memory-leak
...
fix: memory leak if send queue is full
2024-06-25 16:12:33 -07:00
Robin C. Ladiges
9cdcf68b46
[docker-build.sh] new: clean up build artifacts when switching to/from emulator builds
2024-05-29 13:52:21 +02:00
Robin C. Ladiges
92d7b4e368
[docker-build.sh] new: create file structure for emulator builds
2024-05-29 13:52:21 +02:00
Robin C. Ladiges
29703c7894
[docker-build.sh] fail on errors
2024-05-29 13:52:21 +02:00
Robin C. Ladiges
e291ccd98c
[workflows] update: action versions
2024-05-29 13:49:31 +02:00
Robin C. Ladiges
94c6e74400
[h&s menu] change: don't close after toggling the gravity button
2024-05-29 13:48:33 +02:00
Robin C. Ladiges
6bc98f79ac
[h&s menu] refac: only one buffer
2024-05-29 13:48:28 +02:00
Robin C. Ladiges
59337d6f38
[mod menu] refac: activateInput and deactivateInput
2024-05-29 13:47:30 +02:00
Robin C. Ladiges
1b3d763015
fix: memory leak if send queue is full
2024-05-29 13:35:07 +02:00
Jack Garrard
ad79fe1732
Merge pull request #61 from speyejack/main
...
Release v1.4.0
2023-09-27 01:02:37 -07:00
Jack Garrard
ca5cef2ff4
Merge branch 'main' into dev
2023-09-27 00:25:19 -07:00
Jack Garrard
f548de2117
Merge pull request #60 from speyejack/main
...
Release v1.1.0 - v1.3.0
2023-09-12 15:01:30 -07:00
Jack Garrard
cdac0a8679
Merge commit 'd5b49b2'
2023-09-12 13:36:12 -07:00
Jack Garrard
3570175752
Merge commit '4339847'
2023-09-12 13:35:35 -07:00
Jack Garrard
89154d6c20
Merge commit 'd4df8f0'
2023-09-12 13:28:45 -07:00
Jack Garrard
cf97f2b214
Merge pull request #56 from speyejack/readme-update
...
Readme update
2023-09-11 16:11:26 -07:00
Jack Garrard
6b81465197
Merge pull request #58 from Istador/auto-reconnect-again
...
fix: add auto reconnect again
2023-09-11 16:10:11 -07:00
Jack Garrard
800ade7842
Update website link to say online instead of implying smo directly
2023-09-11 12:51:47 -07:00
Jack Garrard
d0dfb63519
Simplify the readme for the average user and direct to website
2023-09-11 00:44:52 -07:00
Robin C. Ladiges
b4d90d1d85
fix: add auto reconnect again
2023-09-07 19:30:57 +02:00
Jack Garrard
f27875f65f
Fix extra curly bracket
2023-09-03 18:39:03 -07:00
Jack Garrard
44f8ece7ce
Merge pull request #52 from piplup55/rework/ryujinx-mod-manager
...
Change Workflow
2023-09-03 17:01:50 -07:00
Jack Garrard
83a1d70e01
Update readme to mention website
2023-09-02 20:37:05 -07:00
Jack Garrard
1da9626a44
Merge pull request #39 from speyejack/udp-client
...
Allow udp communication for movement
2023-09-02 13:48:46 -07:00
Jack Garrard
8acb8700bf
Merge branch 'dev' into udp-client
2023-09-02 13:35:38 -07:00
Jack Garrard
d5b49b2ea9
Merge pull request #37 from speyejack/packet-acceptance
...
Packet acceptance
2023-09-02 13:03:18 -07:00
Jack Garrard
7064122902
Merge branch 'dev' into packet-acceptance
2023-09-02 12:58:53 -07:00
Jack Garrard
8d94cf7856
Merge pull request #54 from Istador/resend-packets
...
fix: `TagInf` and `CaptureInf` synchronization issues
2023-08-25 18:51:28 -07:00
Jack Garrard
9bf07b3e0d
Merge pull request #53 from Istador/isit-with-active
...
fix: mark player as not a seeker when H&S is disabled
2023-08-24 23:42:13 -07:00
Jack Garrard
125e2bdde2
Merge pull request #55 from Istador/ui-improvements
...
UI improvements
2023-08-24 23:11:31 -07:00
Robin C. Ladiges
45cd4442c8
recycle the reconnect error to warn about the default Ryujinx profile ID
2023-07-08 20:45:53 +02:00
Robin C. Ladiges
c736878df1
Toggle H&S Gravity
with real toggle functionality
2023-07-08 04:31:56 +02:00