Mods can now replace DVD files with contents of their "overlay" folder
(I'll update the docs later when I do a full pass and make non-code mods
more of a first-class citizen)
Fixes https://github.com/TwilitRealm/dusklight/issues/1306
The display name for BloomSetting::Dusk was unchanged in the rebranding
process, and still shows up as "Dusk" in the settings menu. Rename it to
"Dusklight" to bring it in line with the rebrand.
- Restructure flake to expose `devShells.<system>.default` across
x86_64-linux, aarch64-linux, x86_64-darwin, and aarch64-darwin via
`nixpkgs.lib.genAttrs`. The existing `packages.x86_64-linux.default`
build is preserved (still tied to the linux-x86_64 dawn/nod prebuilts).
- Linux devshell (`mkShell`): gcc + clang/lld, cmake, ninja, pkg-config,
python3 + markupsafe, rustc/cargo, sccache, plus the system libs
mirrored from the Ubuntu apt list in .github/workflows/build.yml
(X11/Wayland, Vulkan, GL, ALSA/PulseAudio/PipeWire, GTK3, freetype,
zstd, ...).
- macOS devshell (`mkShellNoCC`): cmake, ninja, python3 + markupsafe,
rustc/cargo, sccache. No cc-wrapper so CMake picks up Apple Clang and
the Xcode SDK directly, matching the build-apple CI job.
- Ignore `.direnv/` and `.envrc` so local direnv state stays out of git.
* custom action framework and first person custom action
* add bind for midna call
* custom binding for opening dusklight menu
* turbo speed button action
* text descriptions
* fix not stopping default GC controller menu combo
* more explanation text
* block bind actions when in the dusklight menu
Some people asked about this, I think I've come around to their position (follow-up to #870 ).
I checked what TPHD does and its invert setting only changes the sticks
* Discord RPC Toggle
* I learned my lesson (Formatting)
Took me long enough
* Fix Mobile Platforms
- ifdef the setting so it builds properly on platforms that don't have rpc
- More formatting I missed