53 Commits
Author SHA1 Message Date
void_17andGitHub 988e3042e0 Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
void_17andGitHub 5c6f09f395 Forgot these AUTO_VAR macros too
Remove the remaining `AUTO_VAR` macros I forgot to remove
2026-03-06 02:46:20 +07:00
void_17andGitHub 55231bb8d3 Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
void_17andGitHub 8cb42a4806 Revert "Fix crash when launching at 720p" (#545) 2026-03-05 15:12:01 +07:00
void_17andGitHub b44d29b2ff Ship the .pdb file in nightly builds too 2026-03-03 23:18:57 +07:00
void_17andGitHub a3095a7050 Ship updated binary alongside with the whole archive in nightly builds
Now ship both the entire .zip archive and the separate .exe binary updated on each commit.
2026-03-03 23:07:37 +07:00
void_17andGitHub c1ec83aedc Add nightly.yml release description
Compiler information mostly
2026-03-03 12:59:47 +07:00
void_17andGitHub 3093ca37d3 Implement smooth scrolling in Creative Mode menu (#240) 2026-03-03 13:21:41 +08:00
void_17andGitHub b42a4a4e4d Revert "Revert "Win64: configurable username (username.txt) and persistent ga…" (#235)
This reverts commit 7f7d99501c.
2026-03-03 10:31:09 +07:00
void_17andGitHub 7f7d99501c Revert "Win64: configurable username (username.txt) and persistent game setti…" (#234)
This reverts commit b8a7f816b5.
2026-03-03 10:23:28 +07:00
void_17andGitHub e888735798 Revert "Fix sound not working" (#205) 2026-03-03 06:22:43 +07:00
void_17andGitHub 5a9e512117 Restore Windows 7 compatibility (#160)
* Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility

Shcore.dll and SetProcessDpiAwareness were introduced in Windows 8 and higher, so to keep compatibility with Windows 7, we use GetProcAddress to call this function dynamically, avoiding linker writing binary dependency on shcore.dll in the import table

* Revert "Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility"

This reverts commit f1f397fdbe.

* Reapply the fix
2026-03-03 03:20:24 +08:00
void_17andGitHub 53443f1d55 Disable annoying click sound effect when clicking the empty container UI (#152) 2026-03-03 00:41:01 +07:00
void_17andGitHub 7ad6102763 Revert "Revert "fix: fix resolution detection (#133)" (#143)" (#144)
This reverts commit 8c18926d59.
2026-03-02 23:01:57 +07:00
void_17andGitHub 8c18926d59 Revert "fix: fix resolution detection (#133)" (#143)
This reverts commit afa4efbc85.
2026-03-02 22:56:56 +07:00
void_17andGitHub 320550b30b Add download link to README.md
For newbies
2026-03-02 20:37:20 +07:00
void_17andGitHub 73ceca7fc2 Fix typo in pull_request_template.md 2026-03-02 19:43:22 +07:00
void_17andGitHub 40953f857e Update pull_request_template.md 2026-03-02 19:41:30 +07:00
void_17andGitHub dea1d62074 Revert "Move to a postbuild.ps1 script and Set the working dir at runtime as …" (#111)
This reverts commit 8810566bf6.
2026-03-02 14:13:12 +07:00
void_17andGitHub 7eac79acc3 Merge pull request #78 from WushR00M/patch-2
Optimize file paths in some include files to use relative paths
2026-03-02 14:02:09 +07:00
void_17andGitHub 3033ba58ad Merge pull request #93 from SleepyLark/fix-sound
Fix sound not working
2026-03-02 13:44:29 +07:00
void_17andGitHub 3680090ff9 Merge pull request #108 from smartcmd/revert-99-fix/q-drop
Revert "Implement item drop functionality with Q key"
2026-03-02 13:24:46 +07:00
void_17andGitHub 236e9d9f71 Revert "Implement item drop functionality with Q key (#99)"
This reverts commit 9e5d9d19ee.
2026-03-02 13:24:19 +07:00
void_17andGitHub 5b5b9f6072 Merge pull request #84 from Firebladedoge229/main
Create Manual Workflow for LCE Artifact Creation
2026-03-02 06:21:28 +07:00
void_17andGitHub 1d9eb31a69 Merge pull request #85 from BetaZay/main
Add optional CMake build support for Windows x64, runtime asset/DLL copy, and unified compile docs
2026-03-02 06:15:29 +07:00
void_17andGitHub 4576e46e7f Merge pull request #62 from omrih4/main
Add nightly release github action
2026-03-02 05:25:43 +07:00
void_17andGitHub 071d4f6599 Merge pull request #77 from WushR00M/main
Move "img.png" to seperate directory to reduce root directory clutter
2026-03-02 04:45:47 +07:00
void_17andGitHub 0d09ffe389 Merge pull request #67 from smartcmd/revert-41-main
Revert "Added bug, and feature template for issues"
2026-03-02 03:53:07 +07:00
void_17andGitHub 180ad193ee Revert "Added bug, and feature template for issues" 2026-03-02 03:52:55 +07:00
void_17andGitHub a3f3717e1e Merge pull request #64 from simulpingus/main
Update Build Events to work more consistently
2026-03-02 03:51:36 +07:00
void_17andGitHub 286e06972b Merge pull request #63 from smartcmd/revert-59-dlc-sounds
Revert "Add missing DLC and Sounds to Windows64Media"
2026-03-02 03:44:38 +07:00
void_17andGitHub b0facaeb9c Revert "Add missing DLC and Sounds to Windows64Media" 2026-03-02 03:44:23 +07:00
void_17andGitHub daca9c5707 Merge pull request #59 from codeHusky/dlc-sounds
Add missing DLC and Sounds to Windows64Media
2026-03-02 03:37:48 +07:00
void_17andGitHub 4d5cc71ccf Merge pull request #57 from NEVARLeVrai/main
Add double-tap sprint and mouse toggle
2026-03-02 03:30:46 +07:00
void_17andGitHub a0da2512ea Merge pull request #47 from KdotDevelopment/main
Crafting menu LB RB KBM fix
2026-03-02 03:21:48 +07:00
void_17andGitHub a2cf02cc38 Merge pull request #49 from izanthebestn1/increase-rendertarget-limit
Increase GDRAW_D3D11_RESOURCE_rendertarget limit from 32 MB to 64 MB (or more) …
2026-03-02 03:11:38 +07:00
void_17andGitHub 6825d2ed52 Merge pull request #48 from simulpingus/main
Fix saves
2026-03-02 03:10:50 +07:00
void_17andGitHub f580a6a603 Remove the word template from PR template
Looks like people don't change this field so the word `template` is not needed here.
2026-03-02 03:02:18 +07:00
void_17andGitHub 1b6b973054 Merge pull request #41 from NEVARLeVrai/main
Added bug, and feature template for issues
2026-03-02 03:00:55 +07:00
void_17andGitHub 5037420311 Merge pull request #45 from simulpingus/main
Remove need for Durango folder, properly use Windows64Media, and add all DLC content
2026-03-02 02:40:01 +07:00
void_17andGitHub 9382049029 Merge pull request #44 from rtm516/cleanup/ignore
Remove GameHDD save data and update .gitignore
2026-03-02 02:37:10 +07:00
void_17andGitHub b06177599c Merge pull request #43 from Foxify52/main
Increased max available memory beyond 512 mb for Xbox One/Windows build
2026-03-02 02:28:04 +07:00
void_17andGitHub d76650f333 Merge pull request #42 from simulpingus/main
fix my cast and put it into a separate function
2026-03-02 02:24:29 +07:00
void_17andGitHub 38b442b1e3 Merge pull request #37 from simulpingus/main
Unlock DLC, fix world names in load menu, fix dlc pack titles
2026-03-02 02:15:04 +07:00
void_17andGitHub f5ebb5bfff Merge pull request #38 from NEVARLeVrai/main
added Controls info (Keyboard & Mouse) to readme
2026-03-02 01:55:17 +07:00
void_17andGitHub 6850c3b42c Create pull_request_template.md 2026-03-02 01:54:47 +07:00
void_17andGitHub 99a8c53bc1 Merge pull request #33 from APAmk2/main
Windows: More proper shutdown
2026-03-02 01:28:47 +07:00
void_17andGitHub 3bf5db9584 Merge pull request #34 from galenguyer/fix-release-assets
Copy release assets instead of changing working directory at runtime
2026-03-02 01:23:23 +07:00
void_17andGitHub b865228eed Merge pull request #31 from yuri-kiss/main
fix: ps3 build error
2026-03-02 00:59:16 +07:00
void_17andGitHub 33e1b5ceb9 Merge pull request #25 from NEVARLeVrai/main
Fix for exe not running, not founding the project directory
2026-03-02 00:50:22 +07:00
void_17andGitHub 44b68333a3 Merge pull request #28 from rtm516/feature/exit
Fix game exit
2026-03-02 00:42:53 +07:00
void_17andGitHub e6e1b4ef38 Merge pull request #23 from DFelipehDEV/main
remove 4j source control warning when opening the solution
2026-03-02 00:22:38 +07:00
void_17andGitHub 754303b327 Fix compilation for Clang-cl (#10)
1. Converted `MinecraftWindows.rc` and `Resource.h` to UTF-8 from UTF-16(they didn't use any UTF-16 symbols anyway);

2. Added explicit signed->unsigned integer casts in `gdraw_d3d1x_shared.inl` for C++11 compatibility

3. Linked against `legacy_stdio_definitions.lib` to avoid undefined references to `_vsnprintf` llvm-link errors
2026-03-01 23:29:08 +08:00