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.
ratchetfreak
keep a cached stack of window bounds from the last frame and don't react to clicks if there is a w…
»
anaël seghezzi
In CToy I use the stat function and "struct stat" (st_mtime) in a thread to know if a file was upd…
»
Naman Dixit
I am implementing a IMGUI system in Lua after watching Casey's lecture on the subject. I have got …
»
Gregory
Wrote another command to set up the cpp casts for me, going to try to kick the habit of using c ca…
»
Mārtiņš Možeiko
Ah, subst'ed directories. Not sure how the notifications interact with that, I haven't looked into…
»
Allen Webster
I don't have any code demonstrating the approach available right now. If you do try it, see what …
»
Allen Webster
With subst directories I can have "W:\project\code\main.cpp" be the name I used to load the file, …
»
Mārtiņš Možeiko
How different are file names reported ReadDirectoryChangesW? Couldn't you simply construct full pa…
»
Mārtiņš Možeiko
RenderDoc is great, but its only for core context. But there are other good tools for OpenGL:ApiTr…
»
Allen Webster
Yes I've done stuff like supplementing ReadDirectoryChangesW with rolling through files to check t…
»
ratchetfreak
Have tried you periodically fstat ing (or GetFileAttributesEx or GetFileTime) each file you have o…
»
Allen Webster
I've been failing to solve a really basic problem for two years now. The two main features I have …
»
graeme
For C, clang has type attributes _Nonnull, _Nullable and _Null_unspecified for use in function pro…
»
Garrett Bluma
This is cool stuff--I think I might try to add something like it to my own project. :) For those w…
»
»
»
Nikita Smith
Thanks for trying it out! I already fixed bug with x86 executable and pdb locking.
»
»
»
Simon Anciaux
A thing that would be great in my opinion, is to have a way to add plugin (dlls like in the custom…
»
ratchetfreak
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph o…
»
Chen
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB n…
»
Chen
Hey this CDbg is looking really nice! When I used it, there were a few things that made me uncomfo…
»
Ryan Fleury
Thank you! That song is "Concerning the UFO sighting near Highland, Illinois" by Sufjan Stevens.
»
Ryan Fleury
Thank you! Usually they'll take roughly 2 days. Once I have all the film I need, though, I can get…
»
Raytio
Yeah some easy way to tell that I was not getting a valid result might have helped but im not blam…
»
novus1044
I actually use asserts in my C code as well to cover the cases where I may receive a null pointer …
»
Neo Ar
Before February we did the following: On Feb. 3rd, I met my personal goal of finishing my custom …
»
Ginger Bill
Which is still a little redundant. ?int is stored internally as struct{int, bool} not ^int. A null…
»
Scott Hunt
Awesome, looks great. Just got this up and running in my engine as well on Monday. Very simple wit…
»