Commit Graph

166 Commits

Author SHA1 Message Date
JHDev2006
775104be13 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-23 19:43:50 +01:00
JHDev2006
9f6fb57b6c i completely forgot i added this thing that would pitch up all music in ANN, i left it in cause turns out you cant pitch up AudioStreamInteractives, so i just kinda forgot about it. whoops 2025-09-23 19:43:49 +01:00
Joe H
d3e07180df Merge pull request #348 from JeodC/optimize-1
Convert repetitive function in Player.gd to dispatch table
2025-09-22 21:40:08 +01:00
JHDev2006
632d765222 level select now shows your high score and score target for challenge mode 2025-09-22 20:08:40 +01:00
JHDev2006
e8fa54e53e fixed a bug where full marathon times, were not being saved correctly, if 8-4 already had a single level run recorded 2025-09-22 19:57:45 +01:00
JHDev2006
ea333f70d0 fixed the snow night sky 2025-09-22 18:28:03 +01:00
JHDev2006
4bee8fc806 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-22 17:48:38 +01:00
JHDev2006
3fe00f7589 fixed death animation, not playing correctly sometimes 2025-09-22 17:48:33 +01:00
Joe H
1b9fef5980 Merge pull request #323 from KirbyKid256/pulls/sp-castle-in-editor
Special Castle in Level Editor
2025-09-22 15:20:27 +01:00
Jeod
7f44b4bc2e Convert some repetitive functions in Player.gd to dispatch tables
Convert some repetitive functions in Player.gd to dispatch tables. This makes reading the code easier and clarifies purpose.
2025-09-22 09:50:23 -04:00
JHDev2006
f876241a99 updated title screen jsons to support new themes 2025-09-22 13:35:55 +01:00
JHDev2006
054615fc60 fixed a crash, where you could delte the tile and still inspect it 2025-09-22 13:34:13 +01:00
JHDev2006
11fbbaaa7d updated 2-4 to not kill the player when below the screen, in anti grav 2025-09-22 13:29:14 +01:00
JHDev2006
cdb7348c67 Update Firebar.tscn 2025-09-22 12:59:27 +01:00
JHDev2006
c39b9552ae Update PipeArea.gd 2025-09-22 12:56:53 +01:00
JHDev2006
a07cc21275 updated pipe generators, to suck less 2025-09-22 12:56:25 +01:00
Joe H
681359f416 Merge pull request #334 from guzlad/firebar-improvements
Removed firebar 45 degree steps, raised limit from 16 to 18
2025-09-22 12:56:09 +01:00
Joe H
644f4d9e57 Merge pull request #321 from guzlad/pipe-height-fix
Fix for small custom chararacters being unable to enter sideways underwater pipes
2025-09-22 12:55:55 +01:00
JHDev2006
b6c97ffa1e Fixed up some custom level menu stuff 2025-09-22 12:41:32 +01:00
JHDev2006
795f9be8c2 unlocked doors now get saved between checkpoints, correctly, 2025-09-22 11:21:30 +01:00
JHDev2006
11a11b3604 made it so medals can now be unlocked, if you have the exact time required 2025-09-22 10:13:39 +01:00
Joe H
bd79ba724f Merge pull request #328 from amer-241/patch-5
Nerfed SMBLL YvB 2-4's Gold Boo by 1 second
2025-09-22 10:07:31 +01:00
Joe H
080ec8f908 Merge pull request #330 from JeodC/main
Reset death flag on death in boo race
2025-09-22 10:02:59 +01:00
Joe H
bf88d59991 Merge pull request #341 from KirbyKid256/pulls/lock-and-key-fix
Doors and Key Fixes
2025-09-22 10:01:29 +01:00
KirbyKidJ
afea937948 Doors and Key Fixes
This fixes the Door animation so that when you enter a door and exit around the same general area, the door you entered from closes automatically.
Also added some fixes for the Level Editor where after leaving the playtest mode, the number of keys you have resets to 0 and the locked doors re-lock.
2025-09-21 23:40:35 -07:00
guzlad
9e104c6473 Removed 45 degree limit, changed max length to 18 2025-09-22 02:02:54 +02:00
JHDev2006
ebdd1795b2 Modern transformation animation now actually looks like mario maker now, rejoice 2025-09-21 23:01:41 +01:00
Jeod
a1e9f3e21b Reset death flag on death in boo race 2025-09-21 17:41:01 -04:00
amer
b627218bd2 Nerfed SMBLL YvB 2-4's Gold Boo by 1 second
Currently, 2-4's Gold Boo time is incredibly tight, much more so than other Gold Boo times. This is to the point where the room for error is noticeably slim, so nerfing the Gold Boo time by just a single second aims to add some leeway, even if it's minor.
2025-09-21 14:05:31 -07:00
JHDev2006
873ef53dfd fixed frame 1 water jumping 2025-09-21 21:43:32 +01:00
JHDev2006
9a6c27be1f added lakitu to 9-1 2025-09-21 21:32:00 +01:00
JHDev2006
9cb8c42297 Update PipeArea.gd 2025-09-21 21:30:15 +01:00
JHDev2006
515673860f Fixed world 9-3 coin heaven 2025-09-21 21:29:59 +01:00
JHDev2006
b91cfc6471 fixed some weird camera shenanigans with anti-grav 2025-09-21 19:38:16 +01:00
KirbyKidJ
42cfcaf872 Special Castle in Level Editor
This PR changes the End Final Castle to use the Special visuals when the level is in the SMBS campaign.

This is primarily for the Level Editor / Custom Levels and isn't really necessary for the main campaigns. Hence the added check to see if the Level Editor is used.
2025-09-21 11:26:18 -07:00
guzlad
041ee14980 Small fix for smaller custom chararacters being unable to enter sideways underwater pipes 2025-09-21 18:45:15 +02:00
JHDev2006
c26bf96dd9 Fixed LL ending being at day instead of night 2025-09-21 16:51:14 +01:00
Joe H
00a18147b0 Update README.md 2025-09-21 15:54:17 +01:00
Joe H
5f4da67bff Merge pull request #39 from yuriko-shimizu/main
Add link to macOS port
2025-09-21 15:53:31 +01:00
JHDev2006
312858c3d2 fixed checkpoints being activated in multiple sub levels (still only one per sublevel though), and also fixed some translation stuff 2025-09-21 15:46:14 +01:00
JHDev2006
9fa6f46314 Update version.txt 2025-09-21 15:15:30 +01:00
JHDev2006
fd37d7fcf8 Fixed brick blocks with items in, being affected by p-switches 2025-09-21 14:38:23 +01:00
JHDev2006
2fe1fb5808 adjusted monty mole on slopes, and added missing wind to LL 8-2 2025-09-21 14:09:18 +01:00
JHDev2006
95dd7f0268 adjusted smbs 2-1 coin heaven warp point 2025-09-21 14:05:52 +01:00
JHDev2006
6013a7da77 block bouncing a mushroom, now changes its direction, if at an edge. 2025-09-21 14:03:39 +01:00
JHDev2006
321ebb8e6b ok, figured out what it was, it was some -1 checks i forgot to do, NOW its sound 2025-09-21 13:22:09 +01:00
JHDev2006
04ac4ba97b refactor medal achievement unlocking code, might be more reliable? unsure 2025-09-21 13:18:56 +01:00
JHDev2006
73063290a7 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-21 12:57:23 +01:00
JHDev2006
e34d81a503 Fixed LL 6-4 firebar rotation direction 2025-09-21 12:57:18 +01:00
Joe H
27d9c527d4 Merge pull request #297 from TheOliveOli38/save-tweak
Create custom content folders directly during save creation
2025-09-21 12:45:15 +01:00