Commit Graph

432 Commits

Author SHA1 Message Date
SkyanUltra
1a0173f095 Fixed 2nd -1-1 Peach not loading correctly. (#626) 2025-10-18 14:23:40 +01:00
JHDev2006
0fd33d6893 fixed fonts not being loaded on export 2025-10-18 13:26:43 +01:00
JHDev2006
e45e7bfce3 added missing infinite spoawning cheep cheeps to LL underwater levels 2025-10-18 13:07:02 +01:00
SkyanUltra
ac41fbf121 Change default character on character variation key from 'Mario' to 'default' (#623)
A very simple 1 line change that just fixes the character variation key which characters use as a default to use a proper "default" key rather than just Mario's. May require some JSON changes, but I'll check around and make sure to fix what I can find.
2025-10-18 11:59:41 +01:00
guzlad
b1f6024fa7 Added special scrolling to menu + fixes (#618)
* Added Special Scrolling to the visuals menu

* Added the actual functionality for special scrolling to work with menu

* Fixed PC-8801 mode if smooth transitions are enabled

* Special scrolling, not-so special translations
2025-10-18 00:27:25 +01:00
KirbyKidJ
e7ad269317 Fixed Space Title Stars and PlayerSprite Fallback Check (#619)
* Fixed Space Title Stars

Fixes the position of the title stars in the space theme

* Fixed `PlayerSprite` Fallback Check

PlayerSprites check recursively for fallbacks. However, this does mean that if one fallback links to something that was already checked, it would make an infinite loop.
Also fixes the Pipe Cutscene, and updated Mario's `Big.tres` UIDs
2025-10-18 00:26:34 +01:00
KirbyKidJ
3a8d317953 Lost Levels Asset Update for All Night Nippon (#620)
- Gave the Hills the Lost Level tree spots (inside only)
- Fixed sprite clipping with World A-C NPC
- Uses LL Platform for ANN
- Uses LL Font for ANN
2025-10-18 00:25:46 +01:00
guzlad
e48b7c2c0f [QoL] Noclip can be toggled, works w/o debug in leveltesting, some convenience functions. (#621)
* Some state machine functions to make code tidier in the future

* Added a function to Global to check if we're playtesting, for convenience

* Only allow noclip w/o debug in leveltesting, toggling added, kept jump key to exit
2025-10-18 00:24:50 +01:00
Ramona
75b293040e Recenter resized window on launch (#622)
* Flip death gravity when upside down

* Improvements to code per Joe's request

* Recenter resized window on launch
2025-10-18 00:24:11 +01:00
guzlad
9a0d61d1e1 Audio Manager sound override rework and fixes (#617)
* Reworked the sound override system to prevent non-playing sounds

* Weird bug where it would call to stop a non-existant hammer sound on death
2025-10-17 20:26:04 +01:00
JHDev2006
7d6652a242 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-17 19:23:14 +01:00
JHDev2006
676efa6443 fixed fonts being loaded using shitty fuckass uids 2025-10-17 19:23:13 +01:00
SkyanUltra
ad92f70925 Quick remapping of SwimMove to WaterMove (#614)
Fixes the fallback for WingMove to be set correctly to WaterMove.
2025-10-17 17:28:17 +01:00
John Cooper McDonald
9a17f140e0 Update hitboxes for consistency (#608)
Co-authored-by: Joe H <97353363+JHDev2006@users.noreply.github.com>
2025-10-17 17:12:57 +01:00
SkyanUltra
ed297891fd Quick fixes for optional animations (#612)
* Quick fix for flipped Jump/RunJump anims

accidentally used the condition the wrong way, my bad LOL

* >= moment

so thats why it was playing the fall animation for a single frame

* Reverted attempted fixes accidentally left in for CrouchBump
2025-10-17 13:56:12 +01:00
JHDev2006
a0521becb4 fixed an animation override bug cause im dumb and havent touched the json parser in a while 2025-10-17 13:32:08 +01:00
JHDev2006
2e66c00163 animation overrides for jsons 2025-10-17 12:58:08 +01:00
JoeMama
8fbe607983 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-17 11:48:30 +01:00
JoeMama
5d0a1a8101 couple fixes 2025-10-17 11:48:28 +01:00
SkyanUltra
b088ad91e1 Peach now uses correct node and supports resource packs. (#609)
This fixes Peach in the minus world to now use her properly exported sprite, and additionally allows for her to be animated and changed through PeachNPC.json.
2025-10-17 09:59:18 +01:00
guzlad
52208528b5 Halved 1-2 minus world collision box (#611) 2025-10-17 09:58:46 +01:00
guzlad
3866b6bc35 Added HammerHurry.mp3, moved hammer sounds over to a json and bgm (#610) 2025-10-17 09:58:34 +01:00
JoeMama
80faeadafc fixed a crash when exiting pipes, and restored the LL font cause apparently i accidentily deleted it last commit, whoops, also wrote a quick optimization into the font updater to speed up load times 2025-10-17 09:48:04 +01:00
JHDev2006
77b91b3840 the main font now only uses ONE .fnt file, and the other language fonts fnt files are now embedded into the main .fnt file 2025-10-16 23:20:36 +01:00
JHDev2006
c16903e9a9 final touches 2025-10-16 22:50:31 +01:00
JHDev2006
44e7da3fea fonts can now have custom variations via jsons 2025-10-16 22:46:02 +01:00
JHDev2006
823b6274f8 fixed the mouse cursor icon in the level editor flicker 2025-10-16 21:13:17 +01:00
JHDev2006
135dad712c fsr the challenge mode results menu was still visible upon loading, so made it not visible 2025-10-16 19:29:38 +01:00
JHDev2006
610cd4594a window size now gets saved 2025-10-16 18:18:25 +01:00
JHDev2006
0d2f0a0187 added Special style scrolling, just for funsies, might make toggleable, not sure yet 2025-10-16 18:13:02 +01:00
John Cooper McDonald
ae4317f9e5 Fix lingering Hammer issues (#607)
* Fix lingering Hammer issues

* CannonBall gib

* Spike Block and Rocky Wrench cleanup

* Update SpikeBlock.tscn

* Update PlayerDetection.gd
2025-10-16 18:02:29 +01:00
John Cooper McDonald
8474bc3c19 Properly implement the Hammer item (#599)
* Properly implement the Hammer item

* Update Boo.gd

* Update LongFirebar.tscn
2025-10-15 18:14:19 +01:00
CST1229
651988bf5e Fix resource packs enabled in 1.0.1 being permanently enabled (#602)
* Fix resource packs enabled in 1.0.1 being permanently enabled

* Also add an explanatory comment
2025-10-15 18:13:42 +01:00
JHDev2006
6b598e717d added a quick updating thing to resource extraction + fixed a bug where the timer warnings would play, upon death 2025-10-15 14:37:05 +01:00
SkyanUltra
447b6d3ea7 Optional Animations 2: Electric Boogaloo (#596)
* Additional optional animations for water/wing power-up + extras

* Added animation fallbacks for new animations

* Kicking animation function

* Kick anim functionality for shells

* Player performs kick animation

* RunJump anims + quick fixes

new anims, including RunJump, RunJumpFall and RunJumpBump (incredible name) which play depending on the X velocity the player left the ground with.

also fixed the bob-omb to play the kick animation as well as it should

also

* Updated "FlyMove" to "WingMove" for consistency

* Update "FlyMove" to "WingMove" in animation fallbacks
2025-10-15 12:51:38 +01:00
JHDev2006
69fb2b5005 fixed some warning spam on startup 2025-10-14 16:30:37 +01:00
JHDev2006
11e74a0171 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-14 16:27:13 +01:00
JHDev2006
0e36cdfc60 block destruction particles now get cached, hopefully reducing stutter 2025-10-14 16:27:10 +01:00
KirbyKidJ
0be8a1d277 P-Switch BGM File and Hurry Music (#589)
Added a .bgm file for P-Switches so it gets exported for Resource Packs. Also added a Hurry Up variant.
2025-10-14 16:22:54 +01:00
John Cooper McDonald
f35740d0ca Fix physics overwriting character ceiling bump speed for brick blocks (#545)
* Fix physics overwriting character ceiling bump speed for brick blocks

* Update BrickBlock.gd

* Update BrickBlock.gd

* Update BrickBlock.gd
2025-10-14 16:22:00 +01:00
Ramona
46b4dc82b4 Flip death gravity when upside down (#586)
* Flip death gravity when upside down

* Improvements to code per Joe's request
2025-10-14 16:20:09 +01:00
guzlad
a0369cd612 [QoL] FPS Counter disabled by default, show message after screenshot, show message if noclip is enabled/disabled (#591)
* FPS counter is off by default, enable with F4

* A message or error is now shown on-screen if a screenshot is taken with F2

* Show message when noclip is enabled or disabled
2025-10-14 16:04:08 +01:00
guzlad
74270bcca4 Fixed leftover upside-down pipe tiles in SMBS 7-4b (#587) 2025-10-13 22:50:25 +01:00
JHDev2006
c994bb3503 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-13 20:05:46 +01:00
JHDev2006
21499f3697 fixed challenge mode results being able to be closed 2025-10-13 20:05:42 +01:00
guzlad
83bff6397a Ground tiling in 8-2a is now fixed (#581) 2025-10-13 20:04:40 +01:00
guzlad
4ce4d2bddf Fixed ChallengeEnd and ChallengeResults (#583) 2025-10-13 20:04:28 +01:00
SkyanUltra
a9b4cbe674 StarFall animation fallback fix (#584)
if you don't have StarJump, it would ignore your JumpFall animation when you have invincibility. this fixes that.
2025-10-13 19:56:40 +01:00
JHDev2006
14c193fb27 fixed an issue where coin particles werent spawning if the coin was part of the tilemap 2025-10-13 19:53:40 +01:00
JHDev2006
455aa14b35 fixed an issue where you could re-enter pipes, while exiting them, by spamming down 2025-10-13 19:25:32 +01:00