Skip to content

FmGui - Second Release

Latest
Compare
Choose a tag to compare
@cppimmo cppimmo released this 22 Jun 19:51
· 7 commits to main since this release

Version 1.0.1 - 22 Mar 2022

Added

  • 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

  • Fixed crashes due to derefrencing ImGuiContext on mission restart.

Changed

  • Updated instructions in README.md.
    • Inform users that static linking is prefered.
  • Updated Examples/Fm.cpp.

Known Issues

  • Crashes on second mission quit when ImGui IniFileName is not null pointer.