Skip to content

imgui bump | v1.5.13

Compare
Choose a tag to compare
@surepy surepy released this 21 Dec 10:32
· 118 commits to custom since this release

full changes in CHANGES.md now

Go to 1.5.12 changes

Important? Note? When Updating??

probably copy all the .dlls from the new one

you can now remove tf2_bot_detector_winrt.dll, it is not used. more on that below.

Changes

mostly background changes tbh
this should have been a major version (v1.6.0) but that will be next version after more stuff ig

  • Tooltip now shows marked as name, date and generally more more concise
    new tooltip
  • Tooltip now can draw outside the physical window (part of imgui multi-viewport change below)
    outside_draw
  • Removed winrt (tf2_bot_detector_winrt)
    • "why?"
      It wasn't being used in the current codebase at all, like, at all at all.
      It was only being used at tf2_bot_detector::Platform::Get(blahblah)Dir, only when the application is in package mode; I don't have a package or "non-portable" build, and honestly just bloat cuz it's never used- so removing.
      I can always just reintroduce it if I need it (I probably won't)
  • Removed imgui_desktop dependency and bumped imgui to 1.8 to 1.9
    • moved logic into TF2BDApplication in the process, not "everything inside mainwindow class"
    • removed support for anything other than opengl 4.3
      • this brings up the min requirements to geforce 400 series with driver 310.61 (released 2012.11.20) and probably something similar in amd side.
      • "why?"
        do you really not have a gtx 400 series in the year 2023? how are you even playing tf2?
    • added renderer settings, you can now set maximum frame (vsync ~ 15fps) time of tf2bd. (this setting does not save)
      renderer settings
      • default update rate max of tf2bd is now 60 (previously: vsync)
    • settings window is now handled by imgui using multi-viewports feature (+ it docks!)
    • window will now unsleep if you hover over the window.

Extra Comments

大丈夫だって嘘ついて
一人きりで震えてる
もう歩けないよ
涙堪えて下を向くなら思い出して
「進めば二つ」と声にして

next thing I probably maybe will do is probably overlay and playerlist management stuff for my convenience ig? if I really want to and have time to, don't have much to add to this anymore /shrug

Getting destroyed by What's up? Pop! rn

also, Merry Christmas Smissmass (soon)!

Screenshot 2023-08-30 024932