This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
999aaa1a514caaed9137033b32f1936d7ccccde0
test2
/
source
/
gameengine
/
SceneGraph
History
Bastien Montagne
ab2c273b12
Added GPL header to sconscripts!
...
Also changed shebang to '#!/usr/bin/env python', this is more portable across unixes...
2012-12-17 08:01:43 +00:00
..
CMakeLists.txt
…
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
SG_BBox.cpp
…
SG_BBox.h
…
SG_Controller.cpp
…
SG_Controller.h
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
SG_DList.h
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
SG_IObject.cpp
…
SG_IObject.h
style cleanup: comments & spelling
2012-11-18 01:22:31 +00:00
SG_Node.cpp
…
SG_Node.h
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
SG_ParentRelation.h
…
SG_QList.h
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
SG_Spatial.cpp
code cleanup: spelling
2012-10-20 20:36:51 +00:00
SG_Spatial.h
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
SG_Tree.cpp
code cleanup: c++ - use empty() rather than size(), use prefix operators for non-primitive types - recommended for non primitive types.
2012-09-20 00:55:32 +00:00
SG_Tree.h
…