View Single Post
Re: POD-bot back into shape.
Old
  (#360)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: POD-bot back into shape. - 05-04-2004

LOL, I'm dumb

@SoUlFaThEr: no wonder the camp points don't work! I left a damn n00b bug in the code... instead of doing

if (v_dest == g_vecZero) // test if v_dest equals g_vecZero

I was doing

if (v_dest = g_vecZero) // put the value of g_vecZero into v_dest and test if the operation succeeded

shame on me
I've fixed that and I've witnessed the new camp points, they DO work now. Can I have your fixed waypoints for the default maps ? Once I have them I'll make a release. Also if possible you can record a demo of the ladder problem ; maybe I can fix that one too in the same time.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."

Last edited by Pierre-Marie Baty; 05-04-2004 at 05:11..