Commit graph

  • 5aef0fc36e
    Merge f7c702090d into f8a30e4fd8 SonicandTailsCD 2024-10-17 21:58:26 -0500
  • e8d83d3fac
    Merge 90fc3f1480 into f8a30e4fd8 Jon Crall 2024-10-17 21:58:26 -0500
  • 007c57424e
    Merge 11c68397f6 into f8a30e4fd8 John S 2024-10-17 21:48:07 -0500
  • f8a30e4fd8 fix some issue with recent prs dev Isaac0-dev 2024-10-18 12:47:24 +1000
  • 6f5f79680a
    Merge 39056e7e4b into 3dd9226bc9 Cooliokid956 2024-10-17 21:42:33 -0500
  • 1e416776e7
    Fix function name back to fast_hypot John S 2024-10-17 22:35:50 -0400
  • 3dd9226bc9
    Update math_util.c and math_util.h to support autodoc with trig functions (inline instead of macros) and add new functions to smlua_math_utils (#359) John S 2024-10-17 22:20:36 -0400
  • b012bd8fef
    Fixed the use of a custom sqrt approximation as modern procs have a built in FSQRT instruction that is faster. John S 2024-10-17 22:15:29 -0400
  • 2924ec2848
    Fix functions to use camelCase as requested. John S 2024-10-17 21:03:51 -0400
  • f7c702090d
    Merge branch 'dev' into main SonicandTailsCD 2024-10-17 08:39:35 -0700
  • 0248685201
    Merge 9fbe28e68a into 9621424069 Prince Frizzy 2024-10-17 09:33:02 -0500
  • 646f73ed85
    Merge d34ed1d452 into 9621424069 EmeraldLockdown 2024-10-17 13:38:55 +0200
  • abf7bc9741
    Merge 860fe7c8c1 into 9621424069 Sunk 2024-10-17 18:31:48 +1000
  • c027d86ca7
    Merge 9327294c26 into 9621424069 Sunk 2024-10-17 18:31:40 +1000
  • 9621424069
    Fix early hits (#363) Sunk 2024-10-17 04:31:01 -0400
  • 5300b559d3
    Fix weird comment in Makefile (#365) John S 2024-10-16 03:19:42 -0400
  • 1bde20d896
    Better error messages in n64graphics (#370) Jon Crall 2024-10-16 03:19:01 -0400
  • 11c68397f6
    Fix unecessary inline on lookup John S 2024-10-16 02:41:13 -0400
  • 0774bdcd2f
    Fix branch bloat in atan2s and atan2_lookup John S 2024-10-16 02:23:39 -0400
  • 90fc3f1480 Fix texture format joncrall 2024-10-14 13:15:56 -0400
  • ead12497f2 Better error messages in n64graphics joncrall 2024-10-14 12:44:50 -0400
  • 23706f6141
    Fix grammar mistake John S 2024-10-14 02:24:42 -0400
  • 1f0fb886ac
    Fix repeated use of float built-ins for non floating point numbers John S 2024-10-14 02:20:49 -0400
  • 6c6c8cf10c
    Add compiler checking for absx() to add in the highly optimized GCC/Clang builtins John S 2024-10-13 20:23:02 -0400
  • f3cf19cada
    Add checks for including the highly optimized builtin compiler functions for GCC/Clang John S 2024-10-13 20:22:25 -0400
  • 9327294c26 Allow ground pounds to always hit a sliding player Sunk 2024-10-12 20:32:51 -0400
  • 6a48b57900 Revert "Prevent trades against dives with slidekicks" Sunk 2024-10-12 20:28:45 -0400
  • 2a2c3266a7 Prevent trades against dives with slidekicks Sunk 2024-10-12 19:20:06 -0400
  • 1d666b41db Decrease dive and punch knockback Sunk 2024-10-12 19:09:03 -0400
  • 854687e096
    Fix type redundancy in _Generic macros John S 2024-10-12 19:01:21 -0400
  • d2940375c8
    Fix weird Makefile comment John S 2024-10-12 18:52:49 -0400
  • 6fb428979f Fix early hits Sunk 2024-10-11 12:07:12 -0400
  • 453d98bab7 Change direct equality to checking flag Sunk 2024-10-11 10:02:07 -0400
  • 860fe7c8c1 Reduce exclamation box size Sunk 2024-10-11 09:40:43 -0400
  • 4fecc2cbd2 Check for subtables not being tables Sunk 2024-10-11 09:37:39 -0400
  • 4033695c8e Update warnings Sunk 2024-10-11 09:08:12 -0400
  • bdab137cfa Remake component check Sunk 2024-10-11 08:37:06 -0400
  • 9bdba47f95 Add a warning Sunk 2024-10-11 08:34:07 -0400
  • 773efc4234
    Fix formatting smlua_functions.c John S 2024-10-10 11:21:38 -0400
  • 950033d7c5
    Fix formatting for smlua_math_utils.c John S 2024-10-10 11:20:36 -0400
  • 32f1b3d33b Safety check Sunk 2024-10-10 11:18:57 -0400
  • 6db58ec569
    Fix math_util.c formatting John S 2024-10-10 11:14:38 -0400
  • 121ff9d84a Exclamation box docs Sunk 2024-10-10 11:08:26 -0400
  • 2d62786852 Add set_exclamation_box and get_exclamation_box Sunk 2024-10-10 10:10:38 -0400
  • fc490c22e9 Unhardcode exclamation boxes Sunk 2024-10-10 08:18:29 -0400
  • 8f8101cc48
    Fix formatting John S 2024-10-09 22:11:28 -0400
  • 9ee4900202 Update math_util.c and math_util.h to move toward inlining functions instead of macros for autodoc. Expose some misc functions useful to lua js 2024-10-09 20:01:53 -0400
  • 010462bc52 Initial commit js 2024-10-09 18:56:19 -0400
  • 1afeb6f87d Mild kick knockback increase from nerf Sunk 2024-10-08 20:47:03 -0400
  • 90c0970a89 Rework dive piercing Sunk 2024-10-08 20:44:43 -0400
  • bf2941d57b Slightly nerf kick knockback Sunk 2024-10-08 20:21:31 -0400
  • 0e0abb7a70 Allow dives to be attacked by most actions Sunk 2024-10-08 20:21:04 -0400
  • 01be80083b Update ignored attack list Sunk 2024-10-08 19:11:45 -0400
  • d7fcaacdbe Prevent low damage/low knockback kicks altogether Sunk 2024-10-08 19:09:12 -0400
  • 55d9deafe9 Fix invincibility Sunk 2024-10-08 19:01:47 -0400
  • 61b8461a59 Add temporary invincibility to rollouts Sunk 2024-10-08 18:17:36 -0400
  • 459cb1544f Potential fix for more common tripping Sunk 2024-10-08 18:12:34 -0400
  • c0d9a42580
    Merge 8141711536 into 8a62dfbdac Radek Krzyśków 2024-10-08 13:00:20 -0500
  • 8a62dfbdac
    Fix piranha plant hitboxes (#355) Sunk 2024-10-08 03:02:05 -0400
  • 9adf922c08
    Make dpad camera more precise (#358) Sunk 2024-10-08 02:48:42 -0400
  • df27f24752 Made dpad camera movement more precise Sunk 2024-10-08 02:16:45 -0400
  • c1783bef1a Adjust numbers Sunk 2024-10-08 02:07:05 -0400
  • 34b78700c4 fix a crash while changing the volume Isaac0-dev 2024-10-08 16:04:41 +1000
  • 902f04c08a Rework punching pvp Sunk 2024-10-07 23:19:47 -0400
  • 9d6a239fd5 EmeraldLoc's easy suggestions Sunk 2024-10-07 22:07:40 -0400
  • 1d2dc78b84 Adjust how punches apply invincibility Sunk 2024-10-07 18:01:34 -0400
  • 39056e7e4b don't affect cursor visibility when paused Cooliokid956 2024-10-07 19:41:42 -0500
  • ffdc4224ea Add ban-kick buttons to playerlist Cooliokid956 2024-10-07 19:33:47 -0500
  • 45ea768590 a few adjustments to merged prs Isaac0-dev 2024-10-08 08:51:44 +1000
  • f503785ec2 manage cobject pointers better Isaac0-dev 2024-10-07 22:14:11 +1000
  • f0009d36b5 scrolling textures tweak Isaac0-dev 2024-10-07 22:13:35 +1000
  • 78e07a7064 typo fix Isaac0-dev 2024-10-07 22:13:19 +1000
  • babd8d7268 Move around hitbox sets to be like vanilla Sunk 2024-10-07 05:13:50 -0400
  • fa6c6bdb54 PvP Rework Sunk 2024-10-07 03:49:39 -0400
  • d14fc79451 Fix piranha plant hitboxes Sunk 2024-10-07 01:19:26 -0400
  • b2bf9abafa
    Add some suggestions from issues (#354) Sunk 2024-10-06 23:43:04 -0400
  • 2a63d242d4 Suggested fixes Sunk 2024-10-06 23:41:09 -0400
  • 260a429285
    Some fixes for some small bugs (#351) Sunk 2024-10-06 22:35:39 -0400
  • e4941dd943 Suggested fixes Sunk 2024-10-06 22:34:35 -0400
  • 87db0240a8 Change get_local_coopnet_id Sunk 2024-10-06 21:32:30 -0400
  • 6db8145b9b Change around pvp damage Sunk 2024-10-06 19:46:00 -0400
  • b243511ad8 Change around pvp damage Sunk 2024-10-06 19:46:00 -0400
  • 065162c37f Readd breakdancing as an attack Sunk 2024-10-06 20:43:04 -0400
  • c7da967923 Add get_local_coopnet_id Sunk 2024-10-06 20:27:09 -0400
  • e629f0a213 Make dives knockback based on speed Sunk 2024-10-06 19:27:17 -0400
  • 1cd933a841 Fix ending level name Sunk 2024-10-06 18:36:18 -0400
  • 182b5331be Fix talking to doors Sunk 2024-10-06 16:23:29 -0400
  • c97f2dd033
    Makes Character Select compatible with Personal Star Counter (#348) Gudine 2024-10-05 20:33:07 -0300
  • 6a7ce4778d
    Makes Character Select compatible with Personal Star Counter Gudine 2024-10-05 16:07:56 -0300
  • 0c0523508b
    mumble.c (libc.h -> unistd.h) Stephen 2024-10-05 13:37:55 -0400
  • 49be9d159b
    Allowed Dynos to use geo_mario_cap_display_list (#337) xLuigiGamerx 2024-09-24 03:04:50 +0300
  • 1e48475200 Fixed [CS] Extra Characters breaking voices in other CS mods xLuigiGamerx 2024-09-23 22:15:02 +0300
  • 98e5994142 Allowed Dynos to use geo_mario_cap_display_list xLuigiGamerx 2024-09-23 16:44:17 +0300
  • 7a9d690305
    Update smlua_cobject_map.c (#336) John S 2024-09-23 00:20:40 -0400
  • 1757071050
    Update smlua_cobject_map.c John S 2024-09-23 00:12:05 -0400
  • 22cb7c5ab0
    Update mumble.c John S 2024-09-22 23:45:26 -0400
  • d34ed1d452 Remove main Character Select mod from having category entry Emerald Lockdown 2024-09-16 18:09:39 -0500
  • 8bd9c2f1e0 Make built in character select mods use CS category Emerald Lockdown 2024-09-16 18:05:05 -0500
  • c87473f06f
    Merge branch 'coop-deluxe:main' into mod_categories EmeraldLockdown 2024-09-16 18:04:14 -0500
  • ffde5b9c06 Add CS mod category Emerald Lockdown 2024-09-16 18:03:04 -0500