This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
8051ab07fc79baa02569086bfb76f6fa91b9cd68
blender
/
source
/
gameengine
History
Mitchell Stokes
8051ab07fc
BGE: Cleaning up BL_ShapeDeformer's use of Blender's Key. This also fixes a bug with replicas (added objects) crashing when using shape keys.
2013-04-14 18:54:06 +00:00
..
BlenderRoutines
BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() and bge.render.getMipmapping().
2013-04-14 00:40:24 +00:00
Converter
BGE: Cleaning up BL_ShapeDeformer's use of Blender's Key. This also fixes a bug with replicas (added objects) crashing when using shape keys.
2013-04-14 18:54:06 +00:00
Expressions
code cleanup: unused vars, make other vars static.
2013-04-10 22:49:50 +00:00
GameLogic
code cleanup:
2013-03-25 02:41:30 +00:00
GamePlayer
BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fulscreening games via Python.
2013-04-13 21:09:02 +00:00
Ketsji
BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() and bge.render.getMipmapping().
2013-04-14 00:40:24 +00:00
Network
code cleanup: unused vars in collada, preprocessor formatting & warning in mingw.
2013-03-04 00:53:57 +00:00
Physics
code cleanup: warnings and style.
2013-04-12 00:50:40 +00:00
Rasterizer
BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() and bge.render.getMipmapping().
2013-04-14 00:40:24 +00:00
SceneGraph
style cleanup:
2013-03-26 07:29:01 +00:00
VideoTexture
code cleanup: unused vars, make other vars static.
2013-04-10 22:49:50 +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