This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7bfef29f2f2a1b262d28abdc6e30fcd9c1f1caad
test
/
source
/
gameengine
History
Campbell Barton
655ed9cc7f
style cleanup
2013-03-18 11:44:56 +00:00
..
BlenderRoutines
code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,
2013-03-15 10:48:48 +00:00
Converter
style cleanup
2013-03-18 11:44:56 +00:00
Expressions
code cleanup: unused vars in collada, preprocessor formatting & warning in mingw.
2013-03-04 00:53:57 +00:00
GameLogic
code cleanup: add 'const' to headers to quiet msvc warnings, also remove (char *) casts that aren't needed now we're on Python3.3
2013-03-17 18:30:31 +00:00
GamePlayer
use const pointers for file loading and booleans for animation system return values passed as pointers.
2013-03-17 19:13:04 +00:00
Ketsji
style cleanup
2013-03-18 11:44:56 +00:00
Network
code cleanup: unused vars in collada, preprocessor formatting & warning in mingw.
2013-03-04 00:53:57 +00:00
Physics
bullet: Update to current svn, r2636
2013-03-07 17:53:16 +00:00
Rasterizer
style cleanup
2013-03-18 11:44:56 +00:00
SceneGraph
style cleanup: comment format
2013-02-02 04:48:21 +00:00
VideoTexture
code cleanup: add 'const' to headers to quiet msvc warnings, also remove (char *) casts that aren't needed now we're on Python3.3
2013-03-17 18:30:31 +00:00
CMakeLists.txt
BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems.
2013-02-24 07:09:39 +00:00
SConscript
BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems.
2013-02-24 07:09:39 +00:00