Commit Graph

13 Commits (9b178146c45a1b459ab6225194125f0187c219e4)

Author SHA1 Message Date
Nemirtingas cb0e1dff25 Added opengl32 lib and declared glew as static 5 years ago
Nemirtingas 1ce95ec672 Fixed compilation on Clang-cl 5 years ago
Nemirtingas d2a75db930 Moved colored implementation to their own functions
To minimise source code modifications, colored input text has been moved to their own functions.
The ImFont is still modified tho.
5 years ago
Nemirtingas 804355fa54 Fix input select going out of bound 5 years ago
Nemirtingas 4f9e67d700 Support for chat message (WIP) 5 years ago
Nemirtingas 3a0d9c55c1 Added support for dynamic d3dcompile load
If you really want to use d3dcompile, then I think its better to find the most recent d3dcompile you have on your computer and load its D3DCompile function.
This process is now automatically handled. Just define  the right Preprocessor.
5 years ago
Nemirtingas e6826d8ead Basic & Ugly implementation of overlay.
Overlay still WIP, don't look too much into the code.
I will do it better soon.
5 years ago
Nemirtingas 6328b59b0b Added opengl hook 5 years ago
Nemirtingas 3d3c8b26cd Added ImGui precompiled shaders
(And removed dependency to d3dcompile)
5 years ago
Nemirtingas ead81a704b Added missing ImGui headers 5 years ago
Nemirtingas cb28b22fd3 Don't support gamepad (remove directinput dependency) 5 years ago
Nemirtingas faf13e77b6 Added 64bits support to ImGui 5 years ago
Nemirtingas 176c9eb7dd Added ImGui base code
I'll implement overlay with ImGui
5 years ago