]> git.lizzy.rs Git - dragonblocks_alpha.git/history - src/input.c
Fix memory bug at shutdown
[dragonblocks_alpha.git] / src / input.c
2021-07-15 Elias FleckensteinRedesign file structure and graphics pipeline; add...
2021-07-12 Elias FleckensteinCleanup GLFW callbacks and add fullscreen key
2021-07-12 Elias FleckensteinKeyListener abstraction
2021-07-12 Elias FleckensteinFix rescaling of HUD; Add Z-Index to HUD Elements;...
2021-07-12 Elias FleckensteinUse minecraft constants for physics
2021-07-10 Elias FleckensteinProper collision; add jumping
2021-07-10 Elias FleckensteinFix pitch limitation
2021-07-10 Elias FleckensteinAdd falling
2021-07-10 Elias Fleckensteindtime independent movement
2021-07-10 Elias FleckensteinMove player code to its own file
2021-07-09 Elias FleckensteinOptimize MapBlock meshes 0.1.3
2021-07-09 Elias FleckensteinMove input handling code to separate file and implement...