1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-30 18:34:51 +00:00
Commit graph

154 commits

Author SHA1 Message Date
EliteMasterEric e4fdf1019a Explicitly specify the variation for a bunch of song requests to fix some bugs 2025-08-27 23:18:32 +08:00
MAJigsaw77 c6ee23fec2 Add back the callbackutil initialization oops. 2025-08-24 20:06:04 +08:00
MAJigsaw77 345d96a7bc Oops 2025-08-23 23:32:33 -05:00
MAJigsaw77 7f7fc3fa90 Prevent re-initialization of specific core features.
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
2025-08-23 23:32:33 -05:00
EliteMasterEric ebc5133062 Rename dialogue registry classes to make them build properly on Windows 2025-08-21 09:51:01 -05:00
Hundrec f1d6906616 Remove laginator because song restarting fix works 2025-08-15 05:31:04 +08:00
Karim Akra aec3c646d5 make sure the conductor's lerp doesn't exceed the resync threshold 2025-08-15 05:31:04 +08:00
MAJigsaw77 bb7b00cf77 Replace the application popup. 2025-08-05 01:14:22 -04:00
MAJigsaw77 a92567886c Relocate the external folder outside of mobile package. 2025-08-03 12:48:54 +07:00
Karim Akra 0567849665 Added a button in options menu to open the data folder
The game also reloads mods after closing the folder!!

Co-Authored-By: Mihai Alexandru <77043862+MAJigsaw77@users.noreply.github.com>
2025-07-13 08:49:32 +03:00
MAJigsaw77 9e04db2c5c Adjustments 2025-07-13 08:49:32 +03:00
Karim Akra a74dcbc6f9 Fix keyboard & gamepad support on menus and playstate 2025-07-09 03:11:13 +07:00
Lasercar 3ac2a02291 funkin null safe 2025-06-23 13:49:32 -04:00
Lasercar 576f8e54ff Stage editor - Ctrl+N new stage
Also windows target configuration preset for straight to stage editor (not to be confused with the stage builder)
2025-06-17 17:11:00 -04:00
luckydog7 068a995cdd
ios: tweaking audiosession to fix some bugs 2025-06-12 18:17:35 +07:00
Kolo 0dbffa6875 even more fixes and missing features 2025-06-12 00:47:24 -06:00
EliteMasterEric aefa8d149f Fix typos preventing builds on "master" branch 2025-06-11 20:29:51 -06:00
Kade a2c5758112
Merge branch 'master' into bugfix/html5-reflectutil-nullsafety 2025-06-11 17:36:11 -07:00
EliteMasterEric 01fd37e08b Remove the redundant TimerUtil class. 2025-06-11 17:35:01 -07:00
EliteMasterEric 8e7de54aa0 Disable initial caching of "shared" assets on HTML5. 2025-06-11 05:08:37 -04:00
Mihai Alexandru 96c788a420
mobile: don't initialize the VolumePlugin. 2025-06-08 17:19:51 +07:00
EliteMasterEric 0e26f9d936 Implement in-app reviews 2025-06-03 20:00:34 -04:00
KarimAkra 045b240949 Automated the ASTC textures compression process to be in build time 2025-05-06 18:08:26 -04:00
KarimAkra b84b531a2c Fixed VSync getting automatically enabled on focus lost/gained in Mobile 2025-05-06 18:08:26 -04:00
EliteMasterEric 8de74c361c Additional cleanup 2025-05-01 19:55:44 -04:00
MoonDroid 9216fff9b0 Move InAppPurchasesUtil and AdMobUtil to funkin/api/mobile 2025-05-01 23:24:51 +07:00
EliteMasterEric 0253df7269 Feature flag cleanup 2025-04-30 00:31:31 -04:00
EliteMasterEric 7e62782fa1 Merge branch 'rewrite/master' into funkin-mobile/main 2025-04-28 13:49:40 -04:00
Eric 1c4b8751b7
Pico Results Screen Easter Egg (#1007) 2025-04-23 16:52:29 -07:00
Super 2b7254fbd2 Add FlxG.fixedTimestep change to initState 2025-04-22 19:00:24 -04:00
MAJigsaw77 b755ed8d98 Implement extension-iapcore and testing for it. 2025-04-18 18:28:09 +03:00
KarimAkra a7ef5580a4 Merge branch 'rewrite/master' of github.com:FunkinCrew/Funkin-secret into funkin-mobile/main 2025-04-18 14:41:20 +03:00
KarimAkra 1dfe8866ab Don't touch the flixel soundtray on mobile targets
FlxG.game.soundTray stays null on mobile targets
2025-04-18 14:34:32 +03:00
sector-a bb46b699eb Prevent SoundTray crash and Update Assets 2025-04-17 19:53:11 +03:00
MoonDroid 75d8101030 Comment this out temporarily until we fix up flixel. 2025-04-17 21:53:12 +07:00
sector-a ed5b7fbb31 Do not initialize NewgroundsMedalPlugin if newgrounds feature is disabled 2025-04-17 13:03:27 +03:00
MAJigsaw77 e838fef8e6 Update to extension-haptics and update extension-admob aswell. 2025-04-17 12:55:12 +03:00
MAJigsaw77 bed90dc230 Add InAppPurchasesUtil. 2025-04-17 12:50:25 +03:00
Mihai Alexandru d05a3519a3 Forgot to iInitialize funkin.haptic in InitState... 2025-04-17 01:03:36 +03:00
KarimAkra a289fb7f54 Fixed common issues with the Pointer Plugin 2025-04-16 16:05:20 +03:00
zacksgamerz 16884ba28e Implement TouchPointerPlugin and remove old legacy TouchPointer code. 2025-04-16 16:04:22 +03:00
KarimAkra 068747b01a Optimized Memory Usage & Added FunkinMemory
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
2025-04-15 22:20:01 +03:00
KarimAkra 9cf134fc2a Made more menus adapted to wide-screens & fixed some bugs
* Made stuff on the edge of the screen get moved away by the notch
* Made FreeplayState look better on wide-screens
* Adapted StoryMenuState to wide-screens
* Fixed the transition being small on some screen sizes
* refactored some code
2025-04-15 21:37:06 +03:00
EliteMasterEric 6390725ef0 Redo data format for sticker packs to make it simpler and allow for song-specific selections. 2025-04-14 19:25:42 -04:00
Abnormal cdc468ba15 feat: Sticker Registry 2025-04-14 19:25:29 -04:00
Cameron Taylor a756ceac22 properly initialize soundtray on game start if muted 2025-04-10 18:43:54 -04:00
EliteMasterEric 96e29b7921 Tweaks to medals and leaderboards (split Erect/character remixes, fix test medals not working etc) 2025-03-27 15:48:53 -04:00
Cameron Taylor 0a911ae607 remove a buncho unused imports 2025-02-17 19:25:33 -05:00
fabs a6388962dd Merge branch 'public-develop' into rewrite/master 2025-01-27 22:31:38 +00:00
Sinco 1c12b8467e
Mouse cursor is no longer visible outside of the ingame editors (#3881) 2025-01-17 15:48:06 -05:00