Skip to content

Releases: Hary309/hry-core

1.0.7

12 Jul 19:03
Compare
Choose a tag to compare
  • Fixed crash related with Alt-Tab

1.0.6

11 Jul 20:46
Compare
Choose a tag to compare
  • Probably fixed crash with D3D11 hook
  • Disallow to use LMB as bindable key

Full Changelog: 1.0.4...1.0.6

1.0.4

07 Apr 19:21
Compare
Choose a tag to compare

Added support for D-pad

1.0.3

02 Apr 17:45
Compare
Choose a tag to compare

Fixed crashes related to corrupted config files

1.0.2

24 Mar 21:35
Compare
Choose a tag to compare

Add missing support for Caps Lock key

HTML Docs won't be anymore in SDK zip, because comments in code are more readable.

Basic Docs Release

30 Dec 18:03
Compare
Choose a tag to compare

Basic docs are here!
Tutorials are coming...

First Release

12 Dec 22:32
Compare
Choose a tag to compare

Documentation isn't still here, but you can learn from the example and hry-sic

I will try to document all classes by the end of this year.

Check this to find out how to link sdk
Use add_subdirectory to include hry-core directory, then call use_static_linking before project(...) function. And just link it with target_link_hry_core function.

If you don't use CMake then include hry-core/include, link symbols are in hry-core/lib, compile it with static runtime (/MT for release, and /MTd for debug) and define FMT_HEADER_ONLY to avoid linking fmt library.

SDK is compiled with 19.28