1ย year, 2ย months ago
Highlights
Community contributions featured1ย year, 2ย months ago
JoeJ said:MarkS said:It simply doesn't work.The problem is that you convert a number made from multiple bits (x&63), into a boolean return value.So we would assume you're inโฆ
1ย year, 2ย months ago
I see this all the time. An exploit is found, either security or gameplay related, or a bug is found and a โpatchโ is released. I've been doing software development as a hobby fโฆ
1ย year, 1ย month ago
Another maze question, although this is more practical than the last. I'm storing both the cell data and visited cell bit flags in separate packed 64-bit integers. The cell dataโฆ
1ย year, 2ย months ago
I've done a TON of searching via Google, but all I'm finding is are general, โIt's OS specific and you really don't need to know and it wouldn't be 100% accurate anywayโฆโ resultโฆ
1ย year, 3ย months ago
Latest Activity
See all in DiscussionsI see this all the time. An exploit is found, either security or gameplay related, or a bug is found โฆ
1ย year, 1ย month ago
JoeJ said:MarkS said:It simply doesn't work.The problem is that you convert a number made from multiple bits (x&63), into a โฆ
1ย year, 2ย months ago
frob said: I forgot the CPU treats them differently.It's the compiler that treats them differently. It compiles to different machine code, โฆ
1ย year, 2ย months ago