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.
Mārtiņš Možeiko
Flyingsandif there was a tool where you could say, "This function changed, now show me all the ar…
»
Guntha
...Actually, that's the way it was done on every game I professionally worked on. Except for the …
»
Flyingsand
godratio Like you said why would they take your word for it that its just this part of the app th…
»
Jason
I just finished watching the pre-multiplied alpha video and I'm still abit confused on it's appli…
»
Jari Leskinen
My way of learning from the videos is that I have a game that I'm working on and when I want to i…
»
Raytio
FlyingsandnotnullnotvoidEverything in this thread seems utterly insane to me. Why do your regress…
»
LaresYamoir
Flyingsand The regression tests take so long to get through because there are just under 200 indi…
»
Flyingsand
notnullnotvoidEverything in this thread seems utterly insane to me. Why do your regression tests …
»
Miles
Everything in this thread seems utterly insane to me. Why do your regression tests take 3 entire …
»
Flyingsand
Guntha The only things that seems weird to in what you say is that this process slows down develo…
»
ratchetfreak
One option is to start optimizing the tests so they they don't take 3 days. (or throw more hardwa…
»
Guntha
Hello Flyingsand, It happened several times to me that a change I made was, according to me, wit…
»
Flyingsand
I'm currently at a company that has 3 developers per platform for our product (iOS, Android, and …
»
Matthew McLaurin
So unfortunately the answer here is "Yes you can do it, but I probably wouldn't want to try". A…
»
Allen Webster
In the vein of "change a thing's name to use errors as your to-do list" type tricks, I occasional…
»
Simon Anciaux
It depends on the game you are making. I suggest you do the most simple thing (store everything a…
»
GhostDetective
You hit the nail on the head. I just remembered that I had an extra keyboard lying around, and su…
»
ratchetfreak
That may just be your keyboard having internal layout which leads to some combination of keys not…
»
ionut
I'm thinking about making a 2D side scroll platformer (handmade). I've tried looking around but I…
»
GhostDetective
For some reason, when I am holding down the LEFT and UP arrows, or the RIGHT and DOWN arrows, a t…
»
Miguel Lechón
mrmixerCasey's use of renaming a type or function and recompiling to use the error reporting to s…
»
Miguel Lechón
TelashThen the superstruct is global, and named with just one letter. It's funny. I use the unde…
»
Simon Anciaux
@mmozeiko I didn't know about __debugbreak(). I used DebugBreak() in the past but that was causin…
»
Guntha
I read the Black Book about Wolfenstein 3D - not the Doom one yet - , and it goes pretty in depth…
»
Blu342
ok it works now. thanks. i probably just made a mistake when writing my first version.
»
Mikael Johansson
I keep ALL my persistent data in a superstruct, that has nested substructs. Then the superstruct …
»
Blu342
hmmm i believe i tried that and it didn't quite work, but maybe i went wrong somewhere. i'll giv…
»
Mārtiņš Možeiko
To do that you create another IXAudio2SourceVoice, submit its buffer and call Start on it. Basica…
»
Blu342
https://pastebin.com/q300rp98 hey guys I have been working on trying to learn XAudio2, but I hav…
»
Mārtiņš Možeiko
I don't understand why people want to write to NULL pointer. My debug macro looks like this (on M…
»