aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Minecraft.Client.vcxproj.user
AgeCommit message (Collapse)Author
2026-03-05Add a launch argument for full screen (#663)Vincent Zhang
* per user config should be .gitignored * add comment surrounding gitignore update * make it wildcard * add fullscreen to launch option struct * remove redundant forward declaration and use fullscreen launch option in main
2026-03-04Fix: Sorted the item list in the debug overlay (#340)Davi Eler Magalhães
* Fix: Sorted the item list in the debug overlay * revert show all files to false * Revert ShowAllFiles by removing it * removed extra line * Adressed PR review changes * Replaced push_back with emplace_back * Removed redundant emplace_back
2026-03-03Add ARM64EC Support (#174)Austen Maneggio
Co-authored-by: Tubbymcwubby <maneggioausten@gmail.com>
2026-03-02Move to a postbuild.ps1 script and set the working dir at runtime as output ↵rtm516
dir (#113) * Move to a postbuild.ps1 script and Set the working dir at runtime as output dir * Update for 2f711d4 * Only copy newer files and remove needed files from gitignore
2026-03-02Revert "Move to a postbuild.ps1 script and Set the working dir at runtime as ↵void_17
…" (#111) This reverts commit 8810566bf6ec4b26e35103b7ae56317db7b0cfcc.
2026-03-02Move to a postbuild.ps1 script and Set the working dir at runtime as output ↵rtm516
dir (#91)
2026-03-01Initial commitdaoge_cmd