- Initial release.
- Add more error handling.
- Add basic configuration structure with defaults.
- Implement configuration structure as argument to
FmGui::StartupHook().
- Add comments.
- Add implementation for OnResize. Not used yet.
- Fixed crashes due to derefrencing ImGuiContext on mission restart.
- Updated instructions in README.md.
- Inform users that static linking is prefered.
- Updated Examples/Fm.cpp.
- Crashes on second mission quit when ImGui IniFileName is not null pointer.
- Add to instructions in README.md.
- Add setup subheadings to table of contents.
- Add ImPlot extension instructions section.
- Add ImPlot example code to Examples/Fm.cpp.
- Create CMakeLists.txt (not in use).
- FmGui.hpp:
- FmGui.cpp:
- Update instructions in README.md.
- Change the recommended include path for ImGui.
- Move Source/FmGui.hpp to Include/FmGui.hpp.
- FmGui.cpp:
- Remove functions ** and **.
- Crashes on second mission quit when ImGui IniFileName is not null pointer.
- Please ignore the CMakeList.txt and DllMain.cpp for now. I am attempting to implement the project as a static library.