czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Apply coding style conventions to Bullet/src folder #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

This coding style guide should be applied to all Bullet/src files, 
including recent contributions such as soft body, btDbvt etc.

http://docs.google.com/View?docid=dcphzzkx_939dpq9hrhc

+ Fix inconsistent naming conventions
+ Fix inconsistent indentation
See http://astyle.sourceforge.net
+ Always use btAssert instead of assert
+ review empty btAssert(x) in release mode, 
See http://powerof2games.com/node/10

Forum discussion here:
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2723

Original issue reported on code.google.com by erwin.coumans on 14 Oct 2008 at 1:04

GoogleCodeExporter commented 9 years ago
Inconsistent indentation has been fixed for soft body, btDbvt related classes:
http://code.google.com/p/bullet/source/detail?r=1390

More follows.

Original comment by erwin.coumans on 15 Oct 2008 at 6:41

GoogleCodeExporter commented 9 years ago

Some of those issues need to be addressed but break the API (such as renaming 
folders 
etc), so we need to keep them in mind for Bullet 3.x

Original comment by erwin.coumans on 20 Jan 2010 at 4:11

GoogleCodeExporter commented 9 years ago
For the record, that powerof2games.com link seems to have been taken over by a 
search engine optimization site.

Original comment by paul.dubois@gmail.com on 14 Jun 2010 at 7:45

GoogleCodeExporter commented 9 years ago
We gather Bullet 3.x todo's later and close the issue for now

Original comment by erwin.coumans on 31 Aug 2010 at 1:32