Search found 3 matches

by decoder
Thu Jun 23, 2005 1:23 pm
Forum: Feature Requests and Wishlists
Topic: Wishlist for PureBasic v4.0
Replies: 232
Views: 67742

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

thanks!
:D
by decoder
Mon Jun 13, 2005 2:39 pm
Forum: Game Programming
Topic: issue with linked list
Replies: 2
Views: 1467

cheers!
by decoder
Mon Jun 13, 2005 1:20 pm
Forum: Game Programming
Topic: issue with linked list
Replies: 2
Views: 1467

issue with linked list

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 ...