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.
Ignis
I think the IRC bridge might be down. I'm getting Connection refused for irc.handmade.network:7666…
»
x13pixels
If you are using pre-built binaries the UE source may not be in the expected location. Check the O…
»
C_Worm
Ah okay got it, ty!
»
Mārtiņš Možeiko
Which part? Port forwarding? That's is in your router's manual, not related to networking api's.
»
C_Worm
Allright, thanks! Do you know of any sources/tutorials that handle this part of networking? Does B…
»
Mārtiņš Možeiko
Yes, router will make it more complicated. What you will need is called "port fowarding" - setting…
»
C_Worm
Hey! I've managed to create a basic LAN-program that sends and recv's data between my 2 home compu…
»
yoziva
Hello, I tried to use it with Unreal. It kinda works, but the main issue I see is not being able t…
»
x13pixels
Sure! Increased the limit for the disasm formatter for the next release.
»
Delicious Lines
Hello, I am currently working on a compiler and the disasm view is very useful. Unfortunately, it …
»
Mārtiņš Možeiko
If you look at triangle outlines in your first video you can see that you have some kind of issue …
»
Ali A.
Hello, I am making a Software renderer, and I noticed that there is a screen shaking like effect h…
»
SGoldberg
That is cool. I have no experience with multi-threading, so at this stage thinking about something…
»
Simon Anciaux
I want to clarify that I have very little experience with multi-threading. Also just in case it wa…
»
SGoldberg
Well that Assert would have definitely caught my problem! My goodness...lol. Thank you. I did thin…
»
Simon Anciaux
The assert in Linux_WorkQueueAddEntry isn't the same as in handmade hero. You're just asserting th…
»
Gaurav Gautam
I have tried with this option set to checked and unchecked. image.png And I am not able to step i…
»
SGoldberg
Thank you for the links. I am not sure that was the issue that I was encountering. Then again I am…
»
Simon Anciaux
I didn't look precisely at your code but I believe it's the issue discussed here : Question on / p…
»
SGoldberg
Update: After playing around with a bit more, I think the problem only exists if we happen to push…
»
SGoldberg
I am having problems with the queue wrapping. I watched Casey implement the queue a few times. He …
»
Christoffer Lernö
Absolutely, I don't know if needed to add that. General purpose languages should all be easy to ma…
»
Mārtiņš Možeiko
It's calling JIT code there without source location, right? Remedy has an option to avoid stepping…
»
Gaurav Gautam
Hello, When I'm stepping through the code of v8 engine I cannot step through the assembly files be…
»
daMuzza
Not reloading the text file is a real pain when using dynamic recompilation (like Live++). Could w…
»
x13pixels
Added sortable module window columns. Updated to Dear Imgui 1.89.5Show value in callstack even whe…
»
Christoffer Lernö
When designing a new programming language, research is incredibly important. While research can be…
»
Bits Please
After much debugging, I think I finally managed to get everything under control without ditching R…
»
Mārtiņš Možeiko
Then it is probably bug in Remedy. Supporting address sanitizer requires extra functionality in de…
»
Bits Please
That was the culprit! We're using different debuggers... You're using Visual Studio and I'm using …
»