Handmade Network»Feed
Ginger Bill
I've actually removed maybe types from the language after all of this. I understand what you are…
»
Ginger Bill
This is due to the type system. When you make a type definition, you don't make an alias of the t…
»
Allen Webster
ratchetfreak's plan sounds good and won't force you to change to much of your system. But if you…
»
adekto
Hi still trying to understand the language but i updated the game.odin to work with v0.0.6b. Mos…
»
ratchetfreak
keep a cached stack of window bounds from the last frame and don't react to clicks if there is a …
»
anaël seghezzi
In CToy I use the stat function and "struct stat" (st_mtime) in a thread to know if a file was up…
»
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 c…
»
Mārtiņš Možeiko
Ah, subst'ed directories. Not sure how the notifications interact with that, I haven't looked int…
»
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 p…
»
Mārtiņš Možeiko
RenderDoc is great, but its only for core context. But there are other good tools for OpenGL: - A…
»
Allen Webster
Yes I've done stuff like supplementing ReadDirectoryChangesW with rolling through files to check …
»
ratchetfreak
Have tried you periodically fstat ing (or GetFileAttributesEx or GetFileTime) each file you have …
»
Allen Webster
I've been failing to solve a really basic problem for two years now. The two main features I hav…
»
graeme
For C, clang has type attributes _Nonnull, _Nullable and _Null_unspecified for use in function pr…
»
Garrett Bluma
This is cool stuff--I think I might try to add something like it to my own project. :) For those…
»
»
»
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 custo…
»
ratchetfreak
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph …
»
Chen
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB …
»
Chen
Hey this CDbg is looking really nice! When I used it, there were a few things that made me uncomf…
»
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 g…
»
Raytio
Yeah some easy way to tell that I was not getting a valid result might have helped but im not bla…
»