Commit Graph

2742 Commits (9f0a71ce5c92a99b3b490b909af3ea824ed755af)

Author SHA1 Message Date
MysterD de9e5f8550 Fixed crash in smlua_set_sync_table_field_from_network() 2023-04-11 15:02:51 -07:00
MysterD 1406f15995 Make sure lag_compensation_get_local_state() always returns a MarioState 2023-04-11 14:53:04 -07:00
MysterD f7ef932629 Prevent script error in extended-movset 2023-04-11 14:52:24 -07:00
MysterD 3825026faa Made cur_obj_call_action_function safer 2023-04-11 14:40:24 -07:00
Agent X aba6483e5e
Hopefully fix passes_pvp_interaction_checks crash (#343)
* Hopefully fix passes_pvp_interaction_checks crash
* Hopefully fix cur_obj_call_action_function crash
2023-04-11 14:32:47 -07:00
MysterD 3b0e650dda Use the correct resolution for djui hud interpolation 2023-04-11 14:26:42 -07:00
MysterD 4d3e150e2d Fixed coopnet disconnect, separated coopnet_id, started adding password stuff 2023-04-11 14:07:58 -07:00
MysterD 2b111e02b2 Updated spanish lang file (thanks Yosho, KanHeaven and SonicDark) 2023-04-10 21:34:37 -07:00
MysterD d5778c628a Add Linux coopnet libs 2023-04-10 20:04:21 -07:00
MysterD 46dcd3cc50 Fix windows builds of coopnet 2023-04-10 20:00:18 -07:00
MysterD ba338ec2dd Fix warnings, add Makefile logic for coopnet in other OS 2023-04-10 19:45:06 -07:00
MysterD 1027fdc361 WIP: lobby browser 2023-04-10 19:40:48 -07:00
MysterD 9a49ff95c7 Fixed graphical corruption when text renders offscreen 2023-04-10 19:03:34 -07:00
MysterD 41b226f9a7 Fixed crash in mod_clear() 2023-04-10 17:53:28 -07:00
MysterD 9ffd99473d Fix crash in is_anim_past_frame() 2023-04-10 17:50:57 -07:00
MysterD 03c172fa9e Crash fix for discord_activity_update() 2023-04-10 17:48:56 -07:00
MysterD 2d01367cf6 Possible crash fix for osPiStartDma() 2023-04-10 17:46:45 -07:00
MysterD 6f7b7e65ca Possible crash fix for network_receive_download() 2023-04-10 17:45:43 -07:00
MysterD 3fd8d74dc1 Fixed crash in cur_obj_follow_path 2023-04-10 17:41:51 -07:00
MysterD 69703ac29b Erase and recreate lua directories on import 2023-04-10 15:28:47 -07:00
MysterD c1c12feb8f Cleanup zip file in more failure scenarios 2023-04-10 14:59:29 -07:00
PeachyPeach 892e48d3da
level_script_parse now calls the callback for objects with custom behaviors (#342) 2023-04-10 14:37:25 -07:00
Agent X 265a3c6b03
Hopefully fix 3 crashes (#341)
* Hopefully fix 3 crashes
2023-04-10 10:31:45 -07:00
PeachyPeach 318807d3c2
level_script_parse description (#340)
enhanced level_script_parse description
2023-04-10 12:25:26 +02:00
MysterD 7fac22c265 Basic lobby browser 2023-04-10 01:10:24 -07:00
MysterD b79db3b203 Add coopnet defines 2023-04-09 23:45:52 -07:00
MysterD 2e854cda60 Merge branch 'coop' into coopnet 2023-04-09 22:52:35 -07:00
MysterD 2c8488e879 Add hacky precomp for custom sounds on Windows 2023-04-09 21:43:45 -07:00
MysterD 0aab42a27e Quick fix - create dynos/mods directories if they don't exist 2023-04-09 18:53:32 -07:00
MysterD 435f64fe24 Remove failsafe, was causing problems 2023-04-09 18:35:13 -07:00
MysterD ea4a4b7d45 Made mod description panel appear behind mod selection panel 2023-04-09 17:55:29 -07:00
MysterD 54d0c03d46 Update discord activity when rehosting 2023-04-09 17:46:53 -07:00
MysterD 52eba1990b Revert some small text rendering optimizations so that mods still render correctly 2023-04-09 17:40:41 -07:00
MysterD 2b5dea60b0 Fix selectionbox crash when out of range 2023-04-09 17:25:45 -07:00
MysterD 04032a14af Started adding CoopNet 2023-04-09 17:20:07 -07:00
Prince Frizzy f010caeb4b
Fix for djui_panel_find_first_interactable returning garbage if the loop aborts. (#339) 2023-04-09 07:52:02 -04:00
Isaac0-dev f7a3e5f0a6
add a way for Lua mods to detect what OS coop is running on (#338)
* patch for beta 32

* bump version

* fix lakitu cam duplication hopefully

* add a way for Lua mods to see what OS its running on
2023-04-08 19:52:16 -04:00
MysterD 2f4008f9c9 Fixed compiling with DISCORD_SDK=0 2023-04-04 16:22:07 -07:00
MysterD 6f7d783602 Preventing spamming of join packets when the ping is high 2023-04-04 00:34:54 -07:00
MysterD 1677b73c07 Prevent having two DynOS packs with the same name loaded 2023-04-04 00:32:13 -07:00
MysterD e7ebce5207 Removed lag compensation functions that shouldn't be added to the Lua API 2023-04-03 21:56:52 -07:00
MysterD b61d844e32 Updated german lang file (thanks Woissil) 2023-04-03 21:13:13 -07:00
MysterD 4d545fd2ca Fix zip file extraction error 2023-04-03 21:09:15 -07:00
MysterD c437b386f6 Add drag & drop to DirectX versions 2023-04-03 20:36:29 -07:00
MysterD 96e42a6ba4 Fixed compile error on Windows 2023-04-03 20:33:08 -07:00
MysterD f8b4843c56 Updated lang for French/Portuguese 2023-04-03 20:32:50 -07:00
MysterD 047f09658a Oops 2023-04-03 19:33:10 -07:00
MysterD 4578b4e71f Added new spanish strings 2023-04-03 19:32:34 -07:00
MysterD 9c6fef9ecd Allowed Drag & Drop importing of mods and DynOS packs 2023-04-03 19:22:22 -07:00
MysterD 0d21c66037 Restore vanilla angle checks for kick/pick 2023-04-03 15:23:10 -07:00