View Single Post
Re: POD-bot back into shape.
Old
  (#492)
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. - 14-04-2004

Post code, guys, post code, whenever you find anything, post 10 lines of code or so. I can help in anything provided you post your code.

TRUE and FALSE are defined in the HL SDK as 1 and 0, which is fine for use with "bool" since "bool" has in fact a character size (8-bit) on our computers.

Use my PMTools plugin to trace lines and hulls through one of these models with different parameters to find out which parameters are blocked by the model.


*edit* just a suggestion: SF is right, you'll get yourselves all messed up. As long as nothing like the SourceForge CVS is available on Bots United I suggest you define a "team leader" in charge of maintaining the "official" source tree and validating the bugfixes you send him. PLEASE for him, send him ACCURATE bugfixes (e.g, "change line x to y and insert code z at line l") and not "I thought you could do this and that etc..." with no real, working code to show.



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; 14-04-2004 at 10:13..