Thanks, I appreciate it!eddy wrote:uploaded
Search found 497 matches
- Sat Sep 26, 2009 9:27 pm
- Forum: Announcement
- Topic: Chipmunk 4.1.0 : 2D physic library
- Replies: 15
- Views: 9206
Re: Chipmunk 4.1.0 : 2D physic library
- Thu Sep 24, 2009 10:58 pm
- Forum: Announcement
- Topic: Chipmunk 4.1.0 : 2D physic library
- Replies: 15
- Views: 9206
Re: Chipmunk 4.1.0 : 2D physic library
Can someone reupload this please?
Thanks!
Thanks!
- Mon Sep 21, 2009 9:13 pm
- Forum: Game Programming
- Topic: Collision optimization question
- Replies: 7
- Views: 3159
Re: Collision optimization question
I think that doing two distance checks (and a IF condition test) is slower than only one check.
Actually, that's not true. If I remove the first distance check, it slows down. Sqr and SQRT are slow compared to simple addition and subtraction. It would be faster if the objects were always ...
Actually, that's not true. If I remove the first distance check, it slows down. Sqr and SQRT are slow compared to simple addition and subtraction. It would be faster if the objects were always ...
- Mon Sep 21, 2009 8:52 pm
- Forum: Game Programming
- Topic: Collision optimization question
- Replies: 7
- Views: 3159
Collision optimization question
Hey guys. In one of my programs, there are 2d circles which represent 'figures' in the world which need to do accurate collision tests with each other. Because of the nature of the program, I can't just use simple bounding boxes, I need to do distance calculations since they're all circles and the ...
- Tue May 05, 2009 2:15 am
- Forum: Announcement
- Topic: N3XTD: 3D engine
- Replies: 201
- Views: 107278
- Mon May 04, 2009 3:55 am
- Forum: Announcement
- Topic: N3XTD: 3D engine
- Replies: 201
- Views: 107278
- Sun Apr 19, 2009 11:46 pm
- Forum: Off Topic
- Topic: The Pirate Bay case
- Replies: 114
- Views: 20025
I think the biggest issue here is the fact that they weren't physically hosting warez of any kind. They are essentially an IP repository. Last I checked, it's not illegal to write on your webpage "OMG TWILIGHT DVD QUALITY!!!1!", unless you also offer the movie for download, which piratebay does not ...
- Mon Apr 06, 2009 2:42 pm
- Forum: Coding Questions
- Topic: help read file in memory ecc... you can do ?
- Replies: 13
- Views: 2866
- Fri Mar 13, 2009 5:13 pm
- Forum: Tricks 'n' Tips
- Topic: Heightmaps using midpoint displacement
- Replies: 12
- Views: 7926
- Fri Mar 13, 2009 3:33 pm
- Forum: Tricks 'n' Tips
- Topic: Heightmaps using midpoint displacement
- Replies: 12
- Views: 7926
- Mon Mar 09, 2009 11:45 am
- Forum: Off Topic
- Topic: Stream video download. How to, please!
- Replies: 6
- Views: 2047
- Wed Mar 04, 2009 4:08 am
- Forum: Coding Questions
- Topic: NetworkServerEvent and WaitWindowEvent
- Replies: 5
- Views: 2073
I normally do something like this:
Code: Select all
Repeat
netevent = NetworkServerEvent()
winevent = WindowEvent()
If winevent = 0 And netevent = 0
Delay(1)
Continue
EndIf
;handle events
Until <whatever>
- Thu Jan 29, 2009 3:37 am
- Forum: Off Topic
- Topic: I think PureBasic is great because..
- Replies: 28
- Views: 13779
- Wed Dec 03, 2008 8:48 pm
- Forum: Coding Questions
- Topic: How to call a procedure via its address?
- Replies: 4
- Views: 1954
- Wed Nov 05, 2008 10:09 am
- Forum: Off Topic
- Topic: 1984 in SFO?
- Replies: 27
- Views: 4237