Commit Graph
7 Commits
Author SHA1 Message Date
NΞVΛR e31d31f018 Add double-tap sprint and mouse toggle
Update controls in README: expand Sprint entry to include "Double-tap W" as an alternative to holding Ctrl, and add a new "Toggle Mouse Capture" binding (Left Alt) for debugging. Documentation-only change to clarify input options.
2026-03-01 21:29:10 +01:00
NΞVΛR 15e952d4cb added config for issues 2026-03-01 20:20:20 +01:00
NΞVΛR c23dc98b67 added bug report template 2026-03-01 20:10:49 +01:00
NΞVΛR cde94faefa added feature request template 2026-03-01 20:07:49 +01:00
NΞVΛR 82fb9f4e33 added Controls info (Keyboard & Mouse) to readme 2026-03-01 19:50:45 +01:00
NΞVΛR e23945a020 Fixed performance issue
thx to @void2012
2026-03-01 18:40:09 +01:00
NΞVΛR fa25430694 Fix for exe not running, not founding the project directory
In _tWinMain (Windows64_Minecraft.cpp) add logic to detect if the executable path contains "\\x64\\". If found, truncate the path at that position, append "\\Minecraft.Client" and call SetCurrentDirectoryA to set the process working directory. This ensures relative resource paths resolve correctly when running from an x64 build output directory; the change is guarded by a substring check and uses MAX_PATH-safe APIs.
2026-03-01 18:19:38 +01:00