10 Commits

Author SHA1 Message Date
Ahrimdon
9ca50d5c72 maint(game_console.cpp): change str 2024-12-31 07:35:26 -05:00
Ahrimdon
22e6c11fca Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-12-31 07:33:23 -05:00
project-bo4
e00fdf473a Fix Release Build Environment
+ addressed every code safety demands compiler had in order to make it possible to build in release configuration without suppressing warning(warning C4244 still had to be suppressed because it was coming from external libraries xxhash and stb)

+ changed to proxying XInput9_1_0 instead of directx11 interface

+ recoded protocolbuffer helper

+ improved variable namings in fileshare

- removed ida_defs.h header as its not needed anymore
2024-08-16 07:36:41 +03:30
project-bo4
84facee97e Functionality Improvements
+ Added 'keycatchers' as an standalone component
+ Improvement to logger with output division
+ Improvements to game console
2024-07-29 02:08:10 -04:00
project-bo4
ff71bec3a3 Functionality Improvements
+ Added 'keycatchers' as an standalone component
+ Improvement to logger with output division
+ Improvements to game console
2024-07-28 12:26:23 +03:30
Rim
b66a191aff Merge branch 'master' of https://github.com/project-bo4/shield-development 2024-06-09 18:45:58 -04:00
project-bo4
81a92f69a4 Custom CMD & Structural Upgrade
+ Added custom commands interface
+ Tidy up and reorder game interface
2024-05-31 15:35:20 -07:00
Ahrimdon
fe85f2da16 Modify in-game console str 2024-03-11 02:29:13 -04:00
project-bo4
e584075243 structural changes 2023-11-10 13:52:20 -08:00
project-bo4
2358dcf30b developer console
+ added in-game developer console
+ added dvar definitions and helping class
+ list of known game dvars can be found inside variables.cpp
+ adjusted logger component
+ re-enabled com_frame hook
+ some minor code formatting
2023-09-06 05:08:38 -07:00