Hi, I stumbled upon a problem that I can't find a solution nowhere on the net, so I thought maybe…
Nuklear, and dear IMGUI are the only ones i know of.
I tried using it to debug a real bug, but there are some missing features that I needed in the wa…
Shazan —
Thanks Mr.Martins for the info guess I don't need callbacks anyway.
Do you know any good library…
I recommend using debugger in following way to determine where is the problem:
1) put a breakpoi…
It doesn't matter how you link. It will work in same way where you link statically or dynamically…
Does WindowWidth, WindowHeight and Buffer.Width and Buffer.Height have good values? Is Bitmap.Inf…
Shazan —
I have added sqlite3 using static linking to my project should I link dynamically or compile the …
Huh, seems interesting ratchet. I'll have to try out a few things like that, the strings might be…
Todd —
So I had been fine with the RSI using my good ole' Fellowes ergo keyboard and my Evoluent hand-sh…
Todd —
kungfoolery I actually think most of my school experience will boil down to the networking and no…
Todd —
You are not alone in feeling this. I agree with the above advice from CaptainKraft about figuring…
Hi, I also have this problem too.
I checked the return value for StrechDIBits, and its 720 (whic…
This bug has been "bug"gging me for weeks now. I am unable to set the position of an entity. I ch…
you can also do work to reduce fragmentation. It will require copying the strings around to pack …
If you have varying sizes for your allocations, and aren't willing to trade off on anything else,…
Yeah I thought about doing that, I just think that isn't very efficient, but it would definitivel…
I'm not sure I understand exactly what you want to do, more precise informations would help.
If …
There are 2 possible problems:
- the tile map data is wrong
- the rendering of the tile map is wr…
Well i typed it myself, but i mean it's basically copy paste as it looks the same:S
It's around …
Raytio —
No problem I found it because I when I was debugging things in Visual Studio I sometimes editing …
den_v ratchetfreak,
I dont understand why copy c-tor is needed. Never heard of 0/3/5 rule, but …
Thank you Alephant for the feedback!
den_v So in general, was my idea of memory management somewhat correct? Is it typical to put del…
Den V —
ratchetfreak,
I dont understand why copy c-tor is needed. Never heard of 0/3/5 rule, but will l…
Den V —
mmozeiko,
Ah, I see. Thank you for your explanation!
So in general, was my idea of memory mana…
Hi,
For those who haven't got access to the git repository, I have an alternative suggestion tha…
I think I completely understand your system now. You don't differentiate between declaration kind…
Some MMORPG's run some kind of SQL on server. Some have custom designed ones.
The thing is - they…
This is starting to look pretty good!
It'd be nice to start really using if the project flow was…