MysterD
f38741ba4a
Make new timers immutable
2022-03-25 21:39:03 -07:00
Isaac
4f78f507ee
Add save file flag functions to lua api ( #41 )
2022-03-24 19:30:15 -07:00
Prince Frizzy
b01553200b
A load of fixes and cleanup.. ( #39 )
...
Red Coins will now properly play the cutscene for who collected the last red coin.
Secrets will now properly play the cutscene for who collected the last secret.
Treasure Chests will now only play the star cutscene for the person who opened the last chest.
Properly named some unknown Treasure Chest fields.
The Chain Chomp Chain should now properly be despawned for late joiners.
Improved the Big Boo's Haunt Merry-Go-Round checks for Mario.
2022-03-22 19:50:13 -07:00
MysterD
c95d421094
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable
2022-03-19 00:59:06 -07:00
MysterD
c34ffd90e7
Misc Lua fixes/enhancements
...
approach_s32 now stays within 32 bits
Fixed SOUND_ARG_LOAD
Added OBJ_COL_FLAGS_*
Added reset_rumble_timers
Added get_hand_foot_pos_*
Added get_water_surface_pseudo_floor
Adjusted new hooks to be called at the appropriate times
2022-03-19 00:56:59 -07:00
mjcox244
a8e54a038c
Add more Example Lua mods ( #35 )
2022-03-18 21:30:53 -07:00
MysterD
e238c75aa7
Added custom player model example
2022-03-17 21:41:46 -07:00
MysterD
d5f225018f
Added HOOK_ON_OBJECT_UNLOAD, HOOK_ON_SYNC_OBJECT_UNLOAD
2022-03-17 01:43:08 -07:00
MysterD
7a00461333
Added allocate_mario_action()
2022-03-17 01:17:34 -07:00
MysterD
55ff99cfe2
Added hooks: HOOK_ON_LEVEL_INIT, HOOK_ON_WARP, HOOK_ON_SYNC_VALID
2022-03-16 23:53:01 -07:00
MysterD
be8b595c70
Add custom box model example
2022-03-16 22:55:16 -07:00
MysterD
f74b6a47d0
Load Super Keeberghrh's ERROR model when DynOS can't find the model
2022-03-16 01:34:18 -07:00
MysterD
d2522cc955
Added ability for mods to load custom geos
2022-03-14 00:11:36 -07:00
MysterD
3cf546923e
Merge branch 'unstable' of github.com:sm64ex-coop-dev/sm64ex-coop into unstable
2022-03-13 00:25:22 -08:00
Prince Frizzy
c62e65d7e8
Fixes for multiple players getting a star cutscene, Even if they didn't spawn it. ( #22 )
...
* Fix up star cutscene issues.
2022-03-13 00:22:48 -08:00
Prince Frizzy
43ae67c337
Update to Refresh 13 ( #19 )
...
* Refresh 13
Co-authored-by: n64 <n64>
2022-03-13 00:17:10 -08:00
MysterD
bdd939f24e
Added hook: HOOK_ALLOW_PVP_ATTACK, disabled friendly fire in football
2022-03-12 23:43:47 -08:00
MysterD
52ea3a8ff7
Fix image
2022-03-12 21:52:38 -08:00
MysterD
025e06151a
Add spacing to vscode docs
2022-03-12 21:49:05 -08:00
MysterD
9f51b8c803
Document how to setup vscode
2022-03-12 21:47:48 -08:00
MysterD
12e28f4099
Added Lua definitions for autocomplete in visual studio code
2022-03-12 21:28:57 -08:00
MysterD
19ca2e2040
Fixed saving/loading of DynOS model pack settings
2022-03-12 17:00:06 -08:00
MysterD
c1b02e21d0
Added get_temp_object_hitbox() to Lua API
2022-03-11 18:18:41 -08:00
MysterD
2876251fb6
Added DynOS warp functions to Lua API
2022-03-11 18:11:32 -08:00
MysterD
d89cb61e04
Added ability for Lua to show/hide SM64 HUD
2022-03-10 18:33:52 -08:00
MysterD
dacc7d9b9c
Allowed Lua mods to override player models and palettes
2022-03-10 18:23:25 -08:00
MysterD
01cd49273e
Added the ability to set surface collisions on custom behaviors
2022-03-09 23:02:20 -08:00
MysterD
9334840448
Added ability for Lua to spawn non-synchronized objects
2022-03-09 21:25:34 -08:00
MysterD
f92051b3df
Added getter for network area timer
2022-03-09 21:25:21 -08:00
MysterD
ed95ad3cb7
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
7c06f5d00e
Added football gamemode
2022-03-07 22:23:05 -08:00
PeachyPeach
33d8f2c283
Added obj_has_behavior_id and obj_has_model_extended functions; break bhvBreakableBoxSmall objects without a wall collision by setting some flags in oInteractStatus ( #12 )
...
* Added obj_has_behavior_id and obj_has_model_extended functions; break bhvBreakableBoxSmall objects without a wall collision by setting some flags in oInteractStatus
2022-03-05 14:39:55 -08:00
MysterD
37d1d70a59
Add collision_find_surface_on_ray()
2022-03-05 14:24:58 -08:00
MysterD
4405164667
Made adding to behaviors possible in Lua
2022-03-05 01:29:24 -08:00
MysterD
4f5b0550e9
Add notes on player indices to Lua docs
2022-03-04 23:20:53 -08:00
MysterD
d321b34798
Add custom behavior Lua examples
2022-03-04 23:14:01 -08:00
MysterD
b9086f9414
Documented manually created Lua functions
2022-03-04 23:05:23 -08:00
MysterD
c82debc7fb
More lua doc fixes
2022-03-04 22:38:43 -08:00
MysterD
a6670df963
Add missing AreaTimerType to documentation
2022-03-04 22:31:32 -08:00
MysterD
68e89ff337
Fix Lua documentation autogen links
2022-03-04 22:24:21 -08:00
MysterD
b6004d7358
Update Lua documentation autogeneration
2022-03-04 22:22:31 -08:00
MysterD
6e74c21b0f
Fixed how constants.md autogen'd links
2022-03-04 22:11:10 -08:00
MysterD
e4f9df99d1
Document hook_behavior()
2022-03-04 21:58:51 -08:00
MysterD
e6fac87fdc
Add networking for custom behaviors
2022-03-04 20:03:00 -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
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
394a9feac0
Ran autogen
2022-03-01 12:06:06 -08:00
PeachyPeachSM64
9423be3a3d
Added obj_get_* functions; Added set_camera_mode
2022-03-01 12:00:01 -08:00