Commit graph

2977 commits

Author SHA1 Message Date
MysterD
43e63b854b Fixed crash in note_pool_clear() 2023-04-20 21:43:42 -07:00
MysterD
9836937eb1 Fixed crash in get_mario_spawn_type() 2023-04-20 21:40:35 -07:00
MysterD
230ba17c8d Fixed crash in init_mario_after_warp() 2023-04-20 21:37:22 -07:00
MysterD
e31a616103 Fixed crash in bhv_chain_chomp_chain_part_update() 2023-04-20 21:30:46 -07:00
MysterD
370ab9894b Fixed text rendering again 2023-04-20 20:57:09 -07:00
MysterD
13cfebca7a Merge branch 'coop' of github.com:sm64ex-coop-dev/sm64ex-coop into coop 2023-04-20 20:54:28 -07:00
MysterD
030e2d68d6 Added cyrillic to normal/tiny fonts 2023-04-20 20:54:19 -07:00
PeachyPeach
8311116cdf
obj_init_animation_with_accel_and_sound + fix collision_find_surface_on_ray parameter names (#352) 2023-04-20 19:43:37 -04:00
MysterD
509c82fcd5 Made font-normal kerning consistent 2023-04-20 12:58:17 -07:00
MysterD
737b790869 Fixed some text rendering issues 2023-04-20 12:41:34 -07:00
MysterD
f80e63e8f6 Merge branch 'coop' of github.com:sm64ex-coop-dev/sm64ex-coop into coop 2023-04-20 11:21:24 -07:00
MysterD
ab932c5eb9 Remove old code that tracked 'patches' 2023-04-20 11:21:15 -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
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
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
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
5b6888b378 Notify of coopnet incompatibility 2023-04-17 17:17:55 -07:00
MysterD
9d7e7b8b69 Refactor version stuff a bit 2023-04-17 16:54:30 -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
0d177bde46 Fix joining a discord invite while already in game 2023-04-16 21:04:11 -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
MysterD
4dec136324 Added error handling for coopnet 2023-04-16 16:06:30 -07:00
MysterD
85c93481ae Do not display the socket page when hosting on coopnet 2023-04-16 15:10:21 -07:00
MysterD
bc0bd0a77d Compressed and reduced rate of Player packets
Now player packets are only sent immediately if their inputs or actions changed.
Otherwise, it waits a bit before sending out another one
2023-04-16 02:29:59 -07:00