vkdoom_m/src/common/console
Christoph Oelckers b082c50502 - fixed doublebind check with automap.
When no doublebinds get passed to C_DoKey it may not set the doubleclick flag.
For the automap C_DoKey gets called twice, once with the automap bindings and once with the regular bindings and doubleclicks.
2023-09-15 22:00:05 +02:00
..
c_bind.cpp - fixed doublebind check with automap. 2023-09-15 22:00:05 +02:00
c_bind.h - update of console code. 2020-09-27 09:35:06 +02:00
c_buttons.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
c_buttons.h - removed the string constructors from FSoundID. 2022-11-24 23:52:52 +01:00
c_commandbuffer.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
c_commandbuffer.h Add missing include guards 2023-05-29 07:35:26 +02:00
c_commandline.cpp - Backend update from Raze, mostly maintenance changes without new functionality. 2022-08-11 22:51:19 +02:00
c_commandline.h - Backend update from Raze, mostly maintenance changes without new functionality. 2022-08-11 22:51:19 +02:00
c_console.cpp - restrict msglevel filtering only to the notify display, not the console, log and debug output. 2023-09-15 00:40:41 +02:00
c_console.h - moved chatmodeon to the backend. 2022-10-02 14:01:43 +02:00
c_consolebuffer.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
c_consolebuffer.h Add missing include guards 2023-05-29 07:35:26 +02:00
c_cvars.cpp - replaced zstrformat with stb_sprintf. 2023-08-09 11:51:46 +02:00
c_cvars.h Let custom CVar handlers to be called on cloned cvars 2023-02-01 10:35:28 -05:00
c_dispatch.cpp - use std::vector<std::string> to pass the file list to InitMultipleFiles 2023-08-22 22:54:52 +02:00
c_dispatch.h - use std::vector<std::string> to pass the file list to InitMultipleFiles 2023-08-22 22:54:52 +02:00
c_enginecmds.cpp - put the entire filesystem code into a namespace and created some subdirectories. 2023-08-22 22:54:54 +02:00
c_expr.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
c_notifybufferbase.cpp - whitespace cleanup, updated from Raze. 2022-01-02 12:23:42 +01:00
c_notifybufferbase.h - cleaned up c_console.cpp to be moved into 'common'. 2020-10-25 13:14:19 +01:00
c_tabcomplete.cpp - replaced MIN/MAX in common code. 2021-10-30 10:46:17 +02:00
c_tabcomplete.h - moved console command line buffer tab completion into their own files. 2020-10-16 22:57:30 +02:00
keydef.h SDL joystick events now work while in menus 2020-09-27 15:05:15 +02:00