Commit Graph

1480 Commits (de02ffbf7126e891ffdca59afb8dc28c36b39573)

Author SHA1 Message Date
MysterD de02ffbf71 Fixed init_shadow crash 2022-02-13 17:05:25 -08:00
MysterD 2fea65b8ef Fix crash in get_level_name() 2022-02-13 16:47:42 -08:00
MysterD 988c75d621 Fixed crash in save set flag packet 2022-02-13 16:31:22 -08:00
MysterD 6d7d79a4aa Fixed crash in spawn star packet 2022-02-13 16:24:11 -08:00
MysterD 2b9c5b5a90 Fixed crash in spawn object packet 2022-02-13 16:17:58 -08:00
MysterD 31f6896814 Fixed crash on chat message 2022-02-13 15:57:54 -08:00
MysterD 922f8ef582 Fixed painting crash - when shoved OOB in a wobbly painting room 2022-02-13 15:54:12 -08:00
MysterD 127a35d05b Fix water droplet crash 2022-02-13 14:43:50 -08:00
MysterD 92ea8b78b3 Bump version to 16 2022-02-13 14:04:54 -08:00
MysterD b5de854674 Added chat commands: /kick /ban /permban /players 2022-02-12 15:23:05 -08:00
MysterD 6925db864c Added a custom version of PeachyPeach's crash screen for Windows 2022-02-12 13:30:53 -08:00
MysterD 0b2541b054 Merge branch 'unstable' of github.com:djoslin0/sm64ex-coop into unstable 2022-02-11 18:46:22 -08:00
MysterD 7fc4b68033 Updated makefile for coop-compiler 2022-02-11 18:38:25 -08:00
MysterD d0188f00fc Revert changes to tools/Makefile for linux 2022-02-10 23:13:09 -08:00
MysterD b5196ffba6 Updated readme/wiki to include further instructions 2022-02-10 21:37:48 -08:00
MysterD 56d18a5f95 Fix OSX's include path for sdl-config 2022-02-10 18:06:59 -08:00
MysterD 0098b0c472 Fixed crashes on 32-bit due to pointer offsets 2022-02-10 18:05:47 -08:00
MysterD 2c95b8bff3 Updated makefile for coop-compiler 2022-02-10 18:03:44 -08:00
Cameron Hall fc8bb5e6bd Fix strange audio bugs on 32-bit
increase audio heap size, fix buffer overflow reading gBankSetsData, warn on soundAlloc failure

Provided by: camthesaxman
2022-02-06 15:34:34 -08:00
MysterD e95a1d48e0 Fixed code warnings on smlua files (32-bit) 2022-02-06 15:19:44 -08:00
MysterD 55c1e94081 Sloppy fixes to adpcm
Stopped ignoring warnings in the makefile. Made warnings an error.
Sanity checked nsequences to prevent allocating gigantic tables.
2022-02-06 15:18:20 -08:00
MysterD 0cd3cbca3d Hide-and-seek mod bugfixes 2022-02-05 15:05:18 -08:00
MysterD 62517c6bce Print totals when autogenerating lua documentation 2022-02-05 13:33:22 -08:00
MysterD 89ea861c5b Added Draco's acceleration/friction to character movesets 2022-02-05 13:15:35 -08:00
MysterD ef52827f26 Updated hide-and-seek mod's description 2022-02-05 12:37:13 -08:00
MysterD 5ca457d4cd Fixed pragma-packing 2022-02-05 12:22:41 -08:00
MysterD 132a942df4 Moved in-game mod list 2022-02-05 12:20:21 -08:00
MysterD ccdfd0854d Bumped version to 15 2022-02-05 10:29:34 -08:00
MysterD ece9eca819 Fixed WDW water level desync 2022-02-05 10:26:56 -08:00
MysterD 36fbe2053b Prevented level change popup for players in credits 2022-02-05 10:26:38 -08:00
MysterD 0c05fbae87 Made Lua mods show up in player list 2022-02-05 10:26:07 -08:00
MysterD 948e4283de Made Lua mods show up in Discord Activity 2022-02-05 10:25:36 -08:00
MysterD a28f046eb9 Made players drop held obj when bouncing on each other 2022-02-05 10:25:20 -08:00
MysterD 434176e7d6 Added a bunch of functions to Lua wrapper 2022-02-04 19:13:15 -08:00
MysterD f4279924fb Added read-only column to Lua struct documentation 2022-02-04 01:32:19 -08:00
MysterD b226f7c271 Added line logging for all lua errors 2022-02-04 01:19:48 -08:00
MysterD 73ecd55eb9 Fix configfile buffer overrun (Mac mods missing fix) 2022-02-04 00:43:49 -08:00
MysterD 44b1d89c58 Fixed stack corruption in pause menu (Mac crash fix) 2022-02-04 00:21:18 -08:00
MysterD 62d337f794 Added seeker losing state to hide-and-seek mod 2022-02-04 00:15:28 -08:00
MysterD ab1e85994e Added hook_on_sync_table_change() to Lua API 2022-02-04 00:15:14 -08:00
MysterD d57606bfa3 Added round end popup to hide-and-seek 2022-02-04 00:14:38 -08:00
MysterD 0935eed3b7 Rewrite of how lua hooks chat commands 2022-02-03 19:50:27 -08:00
MysterD 4bf4c476e6 Updated hide-and-seek mod 2022-02-03 19:06:21 -08:00
MysterD b6a3733bf0 Added network_get_player_text_color_string() to lua api 2022-02-03 19:05:59 -08:00
MysterD 6fcc60a791 Changed autogeneration of Lua constants to pull directly from src 2022-02-03 00:43:17 -08:00
MysterD cf34aa0b08 Added support for returning structs from C to Lua 2022-02-03 00:43:08 -08:00
MysterD fb01338278 Added chat commands to lua mods 2022-02-03 00:42:57 -08:00
MysterD a3467bb6dc Added chat message creation to Lua 2022-02-03 00:42:48 -08:00
MysterD 271a375510 Added immutable strings to autogen, added djui_popup_create 2022-02-03 00:42:31 -08:00
MysterD d82dc207aa Adjusted autogen to pull functions directly from src 2022-02-03 00:41:07 -08:00