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.
Ray
I haven't tried it but I think you can try with Firebase C++ SDK: Documentation is for Cocos2d-x …
»
Chris Crew
I have had this problem since Feb and have been unable to find any fix for this. At the moment I a…
»
Ben Visness
Thanks for bringing those issues up. I haven't gone through and made the reply page responsive yet…
»
Simon Anciaux
Thanks for the modifications. Avatars still are too big in my opinion (I didn't feel like they are…
»
Martin Dorazil
In this blog post I'm going to dig deeper into the compiler architecture an internals of the curr…
»
spx
The behavior you describe is the expected effect when for some reason the idbg_custom.so shared li…
»
Jesse
I have a hunch as to why. In Zig, the 'try' keyword is short hand for what amounts to the followi…
»
»
Allen Webster
In the upcoming beta version of 4coder both DPI awareness and sub-pixel anti-aliasing will be supp…
»
»
»
x13pixels
Jesse, Looks like the issue is that Zig is outputting line information for the 'main' function in …
»
Ben Visness
Ok, the site is wider, the default avatar should be back, and avatars should be smaller again in f…
»
ratchetfreak
Could you give me examples of some of the avatars that have gone missing?[/quote] <--The default …
»
Ben Visness
I'm definitely going to make the site wider. I find this width very comfortable for reading the fo…
»
Simon Anciaux
Could we have more than 700 pixels for displaying pages (1024px - all the margin - the big avatars…
»
Ray
Hello BalrogGun, rlgl is an abstraction layer for various OpenGL versions (1.1, 2.1, 3.3 and ES2.0…
»
BalrogGun
i still can't understand... how opengl 1.1 is used in rlgl? if i wanna to learn modern opengl 3.3+…
»
Ben Visness
Apologies about that. It should be fixed now.
»
Martin Dorazil
Any progress with this? It's the only reason why I still prefer emacs.
»
ratchetfreak
As per title, there is no difference between posts I have already read and posts I haven't yet rea…
»
Martin Dorazil
Switch statement is now completed .
»
C_Worm
Allright, thanks!! :)
»
x13pixels
Ah, thank you very much for tracking that down! RemedyBG does not currently support /debug:fastlin…
»
Mārtiņš Možeiko
stb has vorbis decoder than decodes vorbis format from ogg container. For video you'll need differ…
»
Ryan Fleury
It has been awhile, but I just uploaded a new devlog. In it I discuss a few things briefly: The ne…
»
Mārtiņš Možeiko
If you have function defined elsewhere (in DX.cpp file) then you need to link them together. Inclu…
»
C_Worm
No because then i get unresolved external linker errors. However, it works in the IDE. including t…
»
Mārtiņš Možeiko
If you want to include game.h into win32main.cpp then you write #include "game.h" somewhere inside…
»
C_Worm
Hey! lets say i have some files: win32main.cpp game.h game.cpp how do i include ONLY the game.h in…
»