1) True boolean variables
2) dim(2) -> 0,1 -not 0,1,2
3) ability to quote off blocks of text: %/ .. /% , not just line by line
4) automatic intidents on editor
So I've created 5000 or so 16x16 objects on the screen and now want to see if a simple collision detection can be performed without impairing performance too much. The piece of code below doesn't work for more or less obvious reasons. How can a collision detection be performed against members of the ...