MysterD
79d6c896e3
Update German (thanks longjump guy)
2023-04-20 11:18:27 -07:00
Agent X
92da90bf3f
Remove Share Lives ( #351 )
...
it's a leftover from the very early betas, it isn't needed and isn't even fully functional anyway.
Also potentially fixed mario_get_floor_class crash
2023-04-20 07:02:00 -04:00
MysterD
c71d3c564f
Re-ran autogen
2023-04-20 01:28:42 -07:00
Isaac0-dev
bc7909c392
allow interact type to be 0 in hook_mario_action ( #350 )
...
* allow interact type to be 0 in hook_mario_action
2023-04-20 01:28:23 -07:00
Skeltan
d7fe908660
Updated French Translation ( #349 )
...
* Updated French Translation for CoopNet
2023-04-20 01:18:22 -07:00
MysterD
491a69549c
Restore old version code
2023-04-20 00:51:34 -07:00
MysterD
2f59d29f95
Fix crash in pole_base_loop()
2023-04-20 00:26:17 -07:00
MysterD
4b8c40c734
Fix some audio corruption
2023-04-20 00:20:31 -07:00
MysterD
552f97bf4b
Update win64 coopnet
2023-04-19 21:49:30 -07:00
MysterD
58cdf4ac51
Update coopnet libs
2023-04-19 21:43:10 -07:00
MysterD
693587ca70
Update win64 coopnet
2023-04-19 13:35:04 -07:00
MysterD
f63fb44573
Update linux coopnet
2023-04-19 13:34:06 -07:00
MysterD
98c78a9470
Merge branch 'coopnet' into coop
2023-04-19 00:23:37 -07:00
MysterD
4b7b71e271
Change ordered packet information to u16, prevent clearing ordered packets during join
2023-04-18 23:50:11 -07:00
MysterD
bb924bd533
Fix warning
2023-04-18 23:13:28 -07:00
MysterD
0f71de2332
Increase np timeout, amount of rx seq ids, and don't clear ordered packets on connected
2023-04-18 21:47:19 -07:00
MysterD
857509d60e
Enable more logs for debugging
2023-04-18 21:03:31 -07:00
MysterD
dd0060612a
Another attempt at connection issue fix
2023-04-18 20:45:33 -07:00
MysterD
1c0963ba90
Test fix
2023-04-18 20:09:52 -07:00
MysterD
cea235648d
Fix bug where you sometimes couldn't type to change player name
2023-04-18 12:40:51 -07:00
MysterD
c2eac34c4c
DJUI paginated element fixes
2023-04-18 12:12:31 -07:00
PeachyPeach
999ea1dd42
Expose globally custom behaviors defined with hook_behavior ( #345 )
...
* Expose globally custom behaviors defined with hook_behavior; macros for mod strings max length
* fixes
* made customBehaviorIndex a mod field to be more relevant
2023-04-17 21:54:55 -07:00
MysterD
f13541a033
Merge branch 'coopnet' of github.com:sm64ex-coop-dev/sm64ex-coop into coopnet
2023-04-17 21:29:14 -07:00
MysterD
1486bad6c8
Update win64 coopnet
2023-04-17 21:29:03 -07:00
MysterD
946b79615a
Update coopnet linux
2023-04-17 21:28:23 -07:00
MysterD
226d64aa85
Whoops
2023-04-17 21:03:30 -07:00
MysterD
fd9c59f0d9
Improve peer failure notification
2023-04-17 20:58:57 -07:00
MysterD
af04df0f26
Add peering failure notification
2023-04-17 20:54:40 -07:00
MysterD
f4ab060a05
Clear credits flags on network shutdown
2023-04-17 17:59:29 -07:00
MysterD
a93a9588f7
Disable discord error popups
2023-04-17 17:56:06 -07:00
MysterD
770c684856
Whoops
2023-04-17 17:18:08 -07:00
MysterD
5b6888b378
Notify of coopnet incompatibility
2023-04-17 17:17:55 -07:00
MysterD
f795109e20
Merge branch 'coopnet' of github.com:sm64ex-coop-dev/sm64ex-coop into coopnet
2023-04-17 16:54:40 -07:00
MysterD
9d7e7b8b69
Refactor version stuff a bit
2023-04-17 16:54:30 -07:00
MysterD
1491e6ebcc
Merge branch 'coopnet' of github.com:sm64ex-coop-dev/sm64ex-coop into coopnet
2023-04-17 16:36:15 -07:00
MysterD
e4a76b6cc1
Update win64 lib
2023-04-17 16:36:03 -07:00
MysterD
42276e0efd
Add lobby descriptions
2023-04-17 16:34:56 -07:00
MysterD
36b9dc57fc
Merge branch 'coop' into coopnet
2023-04-17 15:51:06 -07:00
MysterD
1b46f90588
Use up all of the discord activity space for mods, list them more intelligently
2023-04-17 14:43:22 -07:00
MysterD
633faa793f
Only allow clients to send discord invites of public lobbies
2023-04-16 22:03:46 -07:00
MysterD
c85322d879
Merge branch 'coopnet' of github.com:sm64ex-coop-dev/sm64ex-coop into coopnet
2023-04-16 21:04:21 -07:00
MysterD
0d177bde46
Fix joining a discord invite while already in game
2023-04-16 21:04:11 -07:00
MysterD
3759f94547
Update win64 coopnet
2023-04-16 20:52:54 -07:00
MysterD
ee0e1dce44
Fix discord lobby joining
2023-04-16 20:48:19 -07:00
Isaac0-dev
df4226fdd7
clean up paginated, and fix a bug ( #348 )
...
fix bug where text would show when there is only 1 page
2023-04-16 23:10:45 -04:00
Agent X
bef63c3cd1
Forced 4:3 ( #346 )
...
Turn on forced 4:3 in Options -> Display
Forced 4:3 activates in-game and doesn't affect the pause menu but does apply to the game's viewport and mods using DJUI
I've made complete sure this is mod compatible with both RESOLUTION_N64 as well as RESOLUTION_DJUI
Also fixed a small discrepancy with how object count text was rendered on the crash screen.
2023-04-16 23:10:09 -04:00
MysterD
5337f206f0
Update lobby info on rehost
2023-04-16 19:36:27 -07:00
MysterD
0cf453f347
Make password inputboxes display '#'s
2023-04-16 18:43:07 -07:00
MysterD
ea4e335389
Restored how player packets are sent, they're compressed elsewhere
2023-04-16 18:21:54 -07:00
MysterD
9b71c30661
Compressed all game packets
2023-04-16 18:18:18 -07:00