MysterD
4352ff7e2b
Fixed crash in cur_obj_follow_path()
2022-03-04 20:47:43 -08:00
MysterD
51214d3e14
Fix crash in set_anim_to_frame()
2022-03-04 20:40:57 -08:00
MysterD
dc3a68dc1f
More sanity checks in network_receive_area()
2022-03-04 20:29:05 -08:00
MysterD
c553759ab8
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable-dev
2022-03-04 20:09:13 -08:00
Amy54Desu
56e481fc43
Spin Pound dive removal and Wario bug fix. ( #11 )
...
* Update character-movesets.lua
This new version removes the dive for Luigi's Spin Pound and fixes the momentum glitch with Wario
* Spin Pound Dive removal and Wario bug fix
The Spin Pound Dive was easily removed by just removing the code that puts you into a dive when B is pressed. The Wario bug was also fixed by simply making it so if Wario is in the Water Jump Hold action the faster air speed from holding an item doesn't apply to him.
2022-03-04 20:08:57 -08:00
Prince Frizzy
29a802e70c
Adds some sanity checks to network_receive_area, And add LOG_DEBUG ( #10 )
2022-03-04 20:07:35 -08:00
MysterD
e6fac87fdc
Add networking for custom behaviors
2022-03-04 20:03:00 -08:00
MysterD
35774e366e
Add define_custom_obj_fields() to Lua
2022-03-04 18:16:54 -08:00
MysterD
c5e96bb95a
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable-dev
2022-03-03 19:40:30 -08:00
MysterD
183a19433c
Improvements to crash screen
2022-03-03 19:40:18 -08:00
MysterD
a562c4be9b
Add object animations to Lua, add CPointer allowlist
2022-03-03 18:31:45 -08:00
PeachyPeach
daef1ee8b4
Added functions: find_ceil_height and obj_set_model_extended ( #9 )
...
* Added functions: find_ceil_height and obj_set_model_extended
2022-03-03 16:46:01 -08:00
MysterD
3de0900bbc
Initial custom behavior commit
2022-03-03 01:04:15 -08:00
MysterD
9256201a9c
Fix Discord activity display
2022-03-02 18:25:53 -08:00
MysterD
9e510f77b5
Remove more unused files
2022-03-02 18:15:01 -08:00
MysterD
053165c358
Remove vestigial visual studio project files
2022-03-02 00:54:00 -08:00
MysterD
4a2053e5d2
Raised Lua size limit from 64KB to 2MB
2022-03-02 00:40:53 -08:00
MysterD
f234db1bfa
More adjustments
2022-03-02 00:11:34 -08:00
MysterD
3f9eea3cf0
Spoofing adjustments
2022-03-02 00:07:41 -08:00
MysterD
9fa4470359
Add anti-spoofing
2022-03-02 00:01:41 -08:00
MysterD
73e85b7ad0
Switch behavior ID length from 16bit to 32bit
2022-03-01 22:55:40 -08:00
MysterD
737d2b94f0
Remove cppcheck log
2022-03-01 21:20:27 -08:00
MysterD
26f1945bdd
Fixed more possible bugs pointed out by cppcheck
2022-03-01 21:13:00 -08:00
MysterD
04a1549859
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable
2022-03-01 20:32:39 -08:00
MysterD
af2df55215
Fixed many bugs pointed out by cppcheck
2022-03-01 20:32:33 -08:00
Isaac
375ac2bd53
Added init_mario_after_warp() to lua API if there is only 1 player ( #7 )
2022-03-01 18:54:42 -08:00
Prince Frizzy
aa86ea3a14
Fix Merry-Go-Round Boos not having their blue coins to drop. ( #8 )
2022-03-01 18:35:47 -08:00
MysterD
5615b21277
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable
2022-03-01 16:11:42 -08:00
MysterD
394a9feac0
Ran autogen
2022-03-01 12:06:06 -08:00
MysterD
076ebc8e85
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable-dev
2022-03-01 12:00:47 -08:00
MysterD
27b239eef6
Possible crash fix
2022-03-01 18:02:54 -08:00
PeachyPeachSM64
9423be3a3d
Added obj_get_* functions; Added set_camera_mode
2022-03-01 12:00:01 -08:00
MysterD
c007688302
Delete custom sounds on 32-bit, they are currently breaking the build
2022-02-28 23:00:24 -08:00
MysterD
f9954c732d
Delete custom sounds on 32-bit, they are currently breaking the build
2022-02-28 22:59:58 -08:00
MysterD
141190f807
Add cpp stuff for coop-compiler
2022-02-28 21:34:30 -08:00
MysterD
f535f080e9
Add cpp stuff for coop-compiler
2022-02-28 21:33:52 -08:00
PeachyPeach
a30bc12aed
Added support for X and Y buttons; Re-mapped B button to the actual B button for controllers; Moved particleFlags code so lua scripts can spawn Mario particles with 'before Mario update' and 'after Mario update' hooks ( #5 )
2022-02-27 14:31:59 -08:00
MysterD
a230b57952
Merge branch 'unstable-dev' into unstable
2022-02-27 01:34:25 -08:00
MysterD
825c2570ca
Update credits
2022-02-27 01:33:06 -08:00
MysterD
431237cfd2
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable-dev
2022-02-27 01:30:01 -08:00
Isaac
5a8677062f
Prevented the game from closing when Discord has an error ( #4 )
...
* Update discord.c
* Update discord.c
2022-02-27 01:29:32 -08:00
MysterD
084af9dfe1
Fix crash in djui_interactable_update
2022-02-27 01:23:35 -08:00
MysterD
dd74292de5
Prevent crash in anim_spline_poll
2022-02-27 01:05:36 -08:00
MysterD
b3550484e4
Fixed crash in configfile_save
2022-02-27 01:02:32 -08:00
MysterD
ab698e976b
Fix crash when surfaces fail to allocate
2022-02-27 00:53:58 -08:00
MysterD
86b36eb867
Fix blue coin in boo value
2022-02-26 21:30:26 -08:00
MysterD
f7c8bf6d33
Fix exclamation box outline
2022-02-26 21:28:55 -08:00
MysterD
926774fa1a
Revert "Prevent multiple star cutscenes from causing a rare softlock"
...
This reverts commit eb462601ad
.
2022-02-26 18:21:21 -08:00
MysterD
4da8f6daba
Revert "Prevent multiple star cutscenes from causing a rare softlock"
...
This reverts commit eb462601ad
.
2022-02-26 18:19:43 -08:00
MysterD
77212acce7
Update credits
2022-02-26 16:53:53 -08:00