Commit Graph

1731 Commits (75bb9b7912263420ad671527e372fff94ca830c5)

Author SHA1 Message Date
Prince Frizzy 75bb9b7912
Update to Refresh 13 (#19)
* Refresh 13

Co-authored-by: n64 <n64>
2022-03-13 00:17:10 -08:00
MysterD 4b41c3fd39 Fix Mac compile 2022-03-12 22:38:13 -08:00
MysterD e990157986 Fix image 2022-03-12 21:52:38 -08:00
MysterD 4347d12dfc Add spacing to vscode docs 2022-03-12 21:49:05 -08:00
MysterD b77a2b62c9 Document how to setup vscode 2022-03-12 21:47:48 -08:00
MysterD 08d4818ba7 Added Lua definitions for autocomplete in visual studio code 2022-03-12 21:28:57 -08:00
MysterD 065ba58388 Shorten mod names when discord activity overruns 2022-03-12 20:52:12 -08:00
MysterD 14ba6ba5ce Fix Discord error when using a lot of mods 2022-03-12 20:41:02 -08:00
MysterD da97153336 Fixed saving/loading of DynOS model pack settings 2022-03-12 17:00:06 -08:00
MysterD 4b0c0241e0 Fixed mod list incompatibility issue 2022-03-12 16:10:03 -08:00
Isaac ee967c3096
Added an option to disable Popups for deaths and level exit/entry (#20) 2022-03-12 16:06:18 -08:00
mjcox244 aded0b6d25
Make Football a gamemode (#21)
Small change to football to mark it as a game mode so you can't play H&S and football at once
2022-03-12 16:05:19 -08:00
MysterD bf74076df8 changed default bind for 'X' to 'I' 2022-03-12 02:46:05 -08:00
MysterD 2e2f9ea7ac Added 'non-stop' mode option for speedrunners 2022-03-12 02:41:07 -08:00
MysterD 76522ed305 Made death animations/warps a lot less janky 2022-03-12 02:12:11 -08:00
MysterD 32118e17b8 Preserve 'unpause to skip transition' for speedrunners 2022-03-12 01:16:19 -08:00
MysterD 1cfd10ea03 Synchronized Bowser's scale, fixing join-after-bowser-death 2022-03-12 00:17:59 -08:00
MysterD a5196e9dad Made Bowser 2 ride the platform again 2022-03-11 23:21:21 -08:00
MysterD b0710da16a Made mod list panel work properly again 2022-03-11 21:53:46 -08:00
MysterD 929bf2322e Removed spawn offset when you're the only player there (speedrunners) 2022-03-11 21:43:54 -08:00
MysterD 8b377289a5 Remove unstable popup warning 2022-03-11 21:22:32 -08:00
MysterD 312c328865 Moved X/Y binds to extra controls menu, allowing C+Left/Right to reappear 2022-03-11 20:56:41 -08:00
MysterD 5544be21a3 Added get_temp_object_hitbox() to Lua API 2022-03-11 18:18:41 -08:00
MysterD 24df92fa48 Added DynOS warp functions to Lua API 2022-03-11 18:11:32 -08:00
MysterD 1c7451fcfc Prevent spawning objects from lua before the area is synchronized 2022-03-11 01:31:12 -08:00
MysterD 99c4498236 Added pages to mods and dynos menus 2022-03-11 00:17:20 -08:00
MysterD 0a2977bc86 Fix DynOS pack-to-name conversion 2022-03-10 23:24:22 -08:00
MysterD b2de0ca35d Bumped version to 20 2022-03-10 20:19:13 -08:00
MysterD 9aa7a7588d Fixed lua event hooks sometimes attaching to the wrong mod entry 2022-03-10 20:18:54 -08:00
MysterD e747f50f8b Compilation fixes 2022-03-10 20:07:50 -08:00
MysterD 64173ecf2a Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable 2022-03-10 19:25:33 -08:00
MysterD bc0868e80e Implemented dynos model packs into configfile 2022-03-10 19:23:38 -08:00
MysterD 859feb530d Added ability for Lua to show/hide SM64 HUD 2022-03-10 18:33:52 -08:00
MysterD 497a250476 Allowed Lua mods to override player models and palettes 2022-03-10 18:23:25 -08:00
MysterD e81808c314 Merge branch 'dynos' into unstable 2022-03-10 18:17:59 -08:00
MysterD 403a90e82b Added dynos model packs to djui interface 2022-03-10 18:16:12 -08:00
Prince Frizzy 85c54baa96
Fix compile error! You forgot this. (#18) 2022-03-10 14:06:26 -08:00
MysterD f92857704d Ported the rest of DynOS, but left the options menu disabled 2022-03-10 01:18:53 -08:00
Prince Frizzy a9aeb50e76
Crash Fixes - Sanity Checks And Cleanup. (#17)
* Add NULL check to try_allocate_object.

* Clean up spawn_object.c
2022-03-09 23:22:58 -08:00
MysterD 5ffe8dccd6 Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable 2022-03-09 23:13:06 -08:00
MysterD 89d44f6501 Moved smlua_XXX_utils.[ch] to src/pc/lua/utils/ 2022-03-09 23:09:33 -08:00
MysterD 4638ff6f22 Added the ability to set surface collisions on custom behaviors 2022-03-09 23:02:20 -08:00
MysterD 9388aa8885 Show last lua mod to run in crash handler 2022-03-09 21:27:02 -08:00
MysterD 8802642296 Prevent long jump and side flip from PVP attacking 2022-03-09 21:26:51 -08:00
MysterD d03aacc144 Added ability for Lua to spawn non-synchronized objects 2022-03-09 21:25:34 -08:00
MysterD 3641d5404e Added getter for network area timer 2022-03-09 21:25:21 -08:00
MysterD 1b99e22848 Added the ability to spawn particles from Lua
Added particles to football
Increased the object cap for particles
2022-03-09 21:25:07 -08:00
MysterD f59513f3ae Refactored config-file options w/multiple entries 2022-03-09 21:24:49 -08:00
Isaac 355094c6ff Add reset_level to lua api (#16) 2022-03-09 21:24:39 -08:00
MysterD 5a46c5bc2f Fix warning on Linux 2022-03-09 21:24:39 -08:00