We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
You can right click on entries in call stack and select "Load Symbols" to get names for functions …
»
Adamarla
Hi, I am getting a crash when closing the test renderer window at win32_renderer_test.cpp:471 (Exi…
»
.imperatorn
I would just like to say thank you for creating this debugger. It's nice to have a "just works" st…
»
Mārtiņš Možeiko
Ok, if are not doing single translation builds (unity builds) then that's not a problem. It's only…
»
david0
Thanks for the answer, it made it really clear but I didn't get the last part, Cleaner builds. I d…
»
Mārtiņš Možeiko
There are multiple reason to do this way: Hot reloading. If you want to reload game dll at runtime…
»
.imperatorn
Thanks!
»
david0
Why on the platform layer we have function pointers inside functions? I do see this pattern very c…
»
x13pixels
Hi Scr3am. Appreciate the kind words. Being able to specify an alternate source file root is a nec…
»
Angelo Theodorou
I have recently published the seventh Lua tutorial for the nCine. It should get you covered with t…
»
Matt Hartley
you're not keeping any pointers to functions inside dll that gets unloaded? :) Sorry, it seems I m…
»
Matt Hartley
Ah Damn! I completely forgot about the window callback function pointer! Thank you very much both …
»
Mārtiņš Možeiko
Ah, yep. Good catch. That will do it. Cannot have pointers to functions in dll across reloads. you…
»
William
If I understand correctly: window creation and its window procedure callback are both in the DLL, …
»
Mārtiņš Možeiko
Are you not running out of space in this buffer? Because on every reload you're putting extra str…
»
Matt Hartley
Thanks Martins, Where is the code that does PeekMessage ? Inside dll that runs part of frame() fun…
»
Mārtiņš Možeiko
On Windows the "window" (HWND) does not care about dll where it is created. Does not matter what d…
»
Matt Hartley
Hello Everyone, I have made a very simple hot reloading host program, that just loads the function…
»
Simon Anciaux
Version 0.5 changelogNew ui system.Improved basic html layout.Improved log messages.Added text fil…
»
Scr3amer
Hello there ! I am still using this amazing debugger ! Thanks again for this gem. However I had an…
»
Mārtiņš Možeiko
Pretty sure you're supposed to put __locals in watch window. Check the readme.txt for other things…
»
.imperatorn
Hi there, I just bought RemedyBG but can't seem to find the locals window. Thanks
»
x13pixels
RemedyBG 0.3.9.4 is now available for download. Present a message if the README.txt cannot be open…
»
PotatoRotato
@x13pixels Awesome! Thank you!
»
Flyingsand
"For 2D orthographic rendering I would not worry about near and far planes at all, instead just ma…
»
Catalin Balan
Hi. I've been using RemedyBG occasionally for a while now, and whenever I need it, I'm a happy cus…
»
Mārtiņš Možeiko
Metal clips z in NDC space to [0,1] just like D3D. Compared to OpenGL's default [-1;+1]. From ima…
»
Flyingsand
I've been working with my own software renderer for a little while, but I've decided its time to d…
»
x13pixels
RemedyBG 0.3.9.3 is available for download with the following new features, improvements, and bug …
»
Ben Visness
With the Wheel Reinvention Jam just over a week away, we’re very pleased to finally release the …
»