View Single Post
Re: rcbot 2 source base
Old
  (#8)
Cheeseh
[rcbot]
 
Cheeseh's Avatar
 
Status: Offline
Posts: 361
Join Date: Dec 2003
Location: China
Default Re: rcbot 2 source base - 14-01-2005

I've had bad experiences with destructuors, sometimes MSVC destructed lots of stuff implicitly which I didn't like, because it messed up my data structures, I just stuck to making my own explicit delete/destroy functions.

I have some STL, but I changed most of the structures to my own because I didn't like the lack of methods (e.g. remove & member functions, adding to begining and end of queues, etc..)

and okay I removed the ncb file, I forgot which ones were unnecessary, the whole zip is now only 94 kb lol

oh, heres a simple de_cbble waypoint file (in the appropriate folders) if you manage to compile it.
Attached Files
File Type: zip rcbot2.zip (3.6 KB, 532 views)

Last edited by Cheeseh; 14-01-2005 at 15:53..
  
Reply With Quote