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.
Todd
msmshazan I just want a simple way to create dynamic websites. Is this really true though? Let…
»
Jesse
Interestingly that doesn't work. Same errors as before.
»
Mārtiņš Možeiko
No idea. I don't use 4coder and have no idea how it works when calling external commands. What h…
»
Jesse
Yes, I am aware of those. The plan is to eventually shift over, but I need to get it working with…
»
Mārtiņš Možeiko
clang-cl.exe doesn't support exactly same arguments as cl.exe. There are differences: http://clan…
»
Jesse
mmozeiko Are you able to run clang-cl.exe successfully (including linker) from .bat file that cal…
»
Mārtiņš Možeiko
Are you able to run clang-cl.exe successfully (including linker) from .bat file that calls VsDevC…
»
erpeo93
Finally I've finished doing the most low level stuff of the network architecture for the engine. …
»
Jesse
ratchetfreak can you check that the %path% is properly propagated down to the build.bat? Yup, it…
»
ratchetfreak
can you check that the %path% is properly propagated down to the build.bat?
»
Jesse
ratchetfreak does that directory end up in %path% after the call to VsDevCmd.bat? Yes. I confirm…
»
Mārtiņš Možeiko
Who, from where and how calls clang-cl.exe ?
»
ratchetfreak
does that directory end up in %path% after the call to VsDevCmd.bat?
»
Jesse
When I build through 4coder, Clang-cl cannot seem to find link.exe. The directory the linker is i…
»
erpeo93
Congrats man! very glad to hear you got the job.
»
Mārtiņš Možeiko
You can use almost any language for that. Be it python, php, perl, go, javascript, pascal, C, or …
»
Shazan
I have been learning web programming for this week, and i am confused about the server side stuff…
»
pikachuster
The issue is getting somewhat better after adding the code. The rapid changing between black and …
»
pikachuster
Thanks for that really helpful reply! I'll investigate it and get back to the forum.
»
Allen Webster
Today I brought Cipher Drive back to the internet with my first episode of the new year now avail…
»
Mārtiņš Možeiko
I'm not completely sure where is the difference, but it may be because Casey is not using Aero st…
»
pikachuster
But on the live stream in the Visual Studio environment, the entire window changed between black …
»
Mārtiņš Možeiko
This is expected output. It happens because when OS asks your program to repaint are that was not…
»
Stas Lisetsky
Thank you very much! I'll try to post something interesting about development soon.
»
pikachuster
I'm following along with the code given on Day 002, but I seem to be getting the weird repeating …
»
onatto
Generating a loader using https://bitbucket.org/alfonse/glloadgen/wiki/Home and calling ogl_LoadF…
»
Salads
thanks! does this mean only game_state needs to be saved? because I know theres both perm storage…
»
Mārtiņš Možeiko
It was later changed to write and read only the actual size we use and not the whole allocated me…
»
Tim Liou
Interesting! I thought about this question recently. I am also curious about how people achieve it.
»
Salads
EDIT: I just passed through the Q&A for the episode. It seems that we'll be using the entire …
»