aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Input.cpp
AgeCommit message (Collapse)Author
2026-03-05refactor: refactor KBM input codedaoge_cmd
2026-03-03feat: make the game sensitivity slider affect mouse sensitivity (#255)4win
2026-03-03feat: TU19 (Dec 2014) Features & Content (#155)daoge
* try to resolve merge conflict * feat: TU19 (Dec 2014) Features & Content (#32) * December 2014 files * Working release build * Fix compilation issues * Add sound to Windows64Media * Add DLC content and force Tutorial DLC * Revert "Add DLC content and force Tutorial DLC" This reverts commit 97a43994725008e35fceb984d5549df9c8cea470. * Disable broken light packing * Disable breakpoint during DLC texture map load Allows DLC loading but the DLC textures are still broken * Fix post build not working * ... * fix vs2022 build * fix cmake build --------- Co-authored-by: Loki <lokirautio@gmail.com>
2026-03-02fix being able to walk, jump and sneak on inventory, crafting, anvil, chest ↵DFelipeh
screens (#122)
2026-03-02Revert "Implement item drop functionality with Q key (#99)"void_17
This reverts commit 9e5d9d19ee62085f4e2ab53e7c13e592d9209c97.
2026-03-02Implement item drop functionality with Q key (#99)MrSimpleJS
Added functionality to drop items using the Q key, with support for dropping entire stacks when Ctrl is held. Included checks to prevent dropping items while destroying blocks.
2026-03-02fix: fix sprintingdaoge_cmd
2026-03-01feat: implement per-frame mouse look for reduced input latency on Windowsdaoge_cmd
2026-03-01feat: implement game-tick input handling and per-frame edge detectiondaoge_cmd
2026-03-01feat: add support for keyboard and mouse inputdaoge_cmd
2026-03-01Initial commitdaoge_cmd