Mike Dawson

Results 17 comments of Mike Dawson

I get several errors about "ContentsRegionRect" not being available - was this deprecated? I'm really looking for this effect and would love to use the code provided by @thedmd ,...

``` ` void te2LUAModule::updateFrame(double dt) { static const ImGuiInputTextFlags flags = ImGuiInputTextFlags_EnterReturnsTrue; static bool show = true; if (show) { ImGui::Begin("LUA", &show); ImGui::Text("LUA Command: "); ImGui::SameLine(); static char command[256] =...

Thanks for the reply! Sure, here's an example: - correct pathing: https://i.imgur.com/vdTcq6T.png - incorrect pathing: https://i.imgur.com/4f7X5N2.png - incorrect pathing: https://i.imgur.com/rT6kWXD.png In the pictures, red highlighted squares are 9 (not walkable)...

Update: the old version you linked seems to be working! Although from my logs it looks like some of the searches are failing for some reason, but the workers are...

I can't confirm there's a bug, but I would assume there is since swapping in the old version you linked has been working perfectly

I'm not sure what parts of this I need to sanitize so I left off a lot of previous [DEBUG] output, but this might be what you're after, I suspect...

Hi @scott1138 , thanks for the info Microsoft, is there any update on this?

should be the latest version of Thorium and the latest version of Kubuntu 22.04 does this help? - https://i.imgur.com/VgSqijU.png