Commit Graph

3236 Commits (ca54f774abb5c3fb193629d3850f75d777259efd)

Author SHA1 Message Date
MysterD ca54f774ab Fix crash in init_level() 2023-11-08 13:09:58 -08:00
MysterD f44126f0a4 Remove tas controller 2023-11-08 13:03:55 -08:00
MysterD 4e9dd6a127 Fixed crash in djui_unicode_get_base_char() 2023-11-08 13:00:57 -08:00
MysterD 83b14690c5 Fixed crash in import_texture_*() 2023-11-08 12:59:32 -08:00
MysterD 37b6df7f5a Fixed crash in DynOS_Lvl_Activate() 2023-11-08 12:54:54 -08:00
MysterD 7867949c0e Fixed crash in act_dile() 2023-11-08 12:54:41 -08:00
MysterD c27ed37c7e Fix crash in tox_box_move() 2023-11-08 12:34:55 -08:00
MysterD 301448f78a Fixed crash in DynOS_Actor_AddCustom() 2023-11-08 12:22:24 -08:00
MysterD 3585e20eee Fixed crash in find_mario_floor_and_ceil() 2023-11-08 12:19:41 -08:00
MysterD 21583cff0b Fixed crash in warp_credits 2023-11-08 12:18:24 -08:00
MysterD 03d6958a30 Added bounds checking to gActiveMods.entries[] 2023-11-08 12:14:26 -08:00
MysterD a279154e6f Adjustments to ping and resend rate to reduce packet spam 2023-11-08 11:53:32 -08:00
MysterD febed16c1d Merge branch 'dev' of github.com:sm64ex-coop-dev/sm64ex-coop into dev 2023-11-08 00:39:07 -08:00
MysterD bbe24864b2 Log global popup messages in console 2023-11-08 00:37:53 -08:00
MysterD cda2480ba4 Added HOOK_ON_RENDER_BEHIND, deprecated djui_hud_set_render_behind_hud() 2023-11-07 15:50:49 -08:00
MysterD ffc45277c4 Fix bounds checking of course/act name replacement 2023-11-07 15:19:45 -08:00
Isaac0-dev 2df9c80782 fix new course/act name replacement system (#506)
* fix new course/act name replacement system

* check array bounds

* fix small oversight from an older pr

* whoops, forgot this
2023-11-07 15:04:08 -08:00
defacube fce6182c50 Correct some Russian translations (#510) 2023-11-07 15:01:16 -08:00
MysterD a091ccca93 Made soft-resetting of the camera no longer change camera position 2023-11-07 14:57:42 -08:00
MysterD dba41da8ed Made sure to update 'statusForCamera' whenever we soft_reset_camera() 2023-11-07 02:20:42 -08:00
MysterD a3965d8e73 Fix controller reading 2023-11-07 01:46:06 -08:00
MysterD 5a2836a967 fix headless build on Debian/Ubuntu
Thanks to silbinarywolf on Github
2023-11-07 00:54:16 -08:00
MysterD 04d0b9b072 Fix broken link to Moonjump.lua
thanks to nonperforming on github
2023-11-07 00:51:54 -08:00
MysterD 8d9bc4cb73 Bounds check network_receive_level_spawn_info() 2023-11-07 00:30:22 -08:00
defacube 47be56e1c7 Add support for 16 areas (#502) 2023-11-07 00:29:09 -08:00
MysterD 076dc9f602 Merge branch 'dev' of github.com:sm64ex-coop-dev/sm64ex-coop into dev 2023-11-06 23:29:01 -08:00
MysterD f3323550bd Remove built-in cheats 2023-11-06 23:28:55 -08:00
Sunk 802089f790 Fix timer issue with PSC (#509)
My last PR didn't seem to account for the race timer so now it does
2023-11-06 22:56:05 -08:00
Sunk 375639e849 Fix camera bug introduced by a previous PR (#505)
* Fix camera bug introduced by a previous PR

* Readjust camera collision code
2023-11-05 22:40:05 -08:00
MysterD cec1d3de73 Remove football 2023-11-05 18:43:39 -08:00
MysterD 16e3bf23ec Reran autogen 2023-11-04 21:10:28 -07:00
MysterD 7a7ffaf4d8 Adjustments to 'ChatUpdate-v3' 2023-11-04 21:10:14 -07:00
iZePlayzYT 23903cd5fc [ChatUpdate-v3] Added SentChatMessage-History & Added Chat-Tab-Completion for Commands,Subcommands,Playernames & Added 2 new Start-Parameters (#482)
Added SentChatMessages-History (including navigation)
    Added Tab-Completion for Main-Commands
    Added Tab-Completion for Sub-Commands
    Added Tab-Completion for Player-Names [Now finally fixed and working correctly]
    Improved some english translations
    Improved a lot of german translations
    Fixed a few bugs and bad code regarding "default commands"
    Development started on a new chat command handling system (Not in use yet)
    Fixed some stuff previously noted/criticized by other developers in a previous the code review
    Added new Start-Parameter "--playername PLAYERNAME"
    Added new Start-Parameter "--randomplayername"
2023-11-04 21:05:34 -07:00
Sunk 8d4f657930 Added romhack camera dpad functionality (#497)
* Aglambi (Added romhack camera dpad functionality)

* Remove this random comment on request

* Make dpad camera disabled by default

* Force axis alignment when dpad camera is off
2023-11-04 16:59:22 -07:00
Blockyyy 02141b151c Exposed warp_special (#493)
Exposes the warp_special function and adds some constants for it

Fixed the crash by making it so a script error happens instead.
2023-11-04 16:58:07 -07:00
Isaac0-dev 3fd9c8477b loading screen (#495)
* loading screen

* fix compile error

* Fix animation comparisons after character anim commit

* Cleaned up character sound/anim lookup code

* hopefully fix problems with queued mods

* use dj's changes

* fix compile errors due to upstream merge
2023-11-04 16:55:34 -07:00
MysterD 3722958166 Now that sparkle_spawn_star is sync'd normally, no need to send it every frame 2023-10-30 18:22:36 -07:00
Sunk f0bce590b9 Fix stars being in an infinite loop (#496)
* Fix stars being in an infinite loop

* Give syncing a distance

In theory I would no longer need to sync cutscene flags, but it's still worth keeping
2023-10-30 17:43:04 -07:00
Sunk 068aa442fc Update PSC (#499)
* Update personal star counter mod

Decided to modernize this mod by making it more efficient and readable. Added a ton of comments to make it much easier to understand what's going on here.

* Rename mod

* Rename mod just a bit more
2023-10-30 16:06:15 -07:00
U-DESKTOP-F0TJMO2\Utilisateur a48c397fca Fixing smlua_level_util_get_info_from_short_name typing and bug reintroduced by commit 22cbfd7 - Instant Warp Function (#494) 2023-10-30 12:44:41 +01:00
MysterD 1d5488efd3 Change version string from 'v 36' to 'v36' 2023-10-28 00:37:08 -07:00
MysterD 857bb342b7 Made the hang prevention message go to LOG_ERROR instead of stdout 2023-10-28 00:21:18 -07:00
EmeraldLockdown 139fcc1dd2 Native Arm Support for macOS (#492)
Remove the need to use rosetta 2, and now use arm instead.
    Intel macs should still work, although have not been tested (I don't have a intel mac).
    Coopnet and lua have both been tested, and both work.
    I ended up removing the logfile stuff, as 1, it was only used once for mario action hang, and 2, it was causing pointer misalignment on macos arm.
    Discord integration is disabled on arm.
    Compilation now takes 25 seconds instead of a minute and 20
2023-10-28 00:19:00 -07:00
EmeraldLockdown c2f1ed69a0 Console Overhaul (#490)
Completely redid the console ui to look more like the rest of coop
    Added log_to_console and djui_console_toggle to lua
    Made the keybind to activate it the tilda key (~) instead of ctrl+f1
2023-10-28 00:18:23 -07:00
MysterD f106a0acbd Fix animation comparisons after character anim commit 2023-10-27 23:45:48 -07:00
MysterD 4293544109 Have camera ignore all of the correct surfaces 2023-10-27 23:32:03 -07:00
MysterD 267cb30769 Bump version to v 36 2023-10-27 19:54:32 -07:00
MysterD dcebdcac0d Prevent pausing in transitions if singleplayer pause is active 2023-10-27 19:54:12 -07:00
MysterD 1c3e3305f6 Fix compile error on Windows 2023-10-27 19:45:53 -07:00
MysterD c840987ba9 Cleaned up character sound/anim lookup code 2023-10-27 18:59:00 -07:00