Blender Git Commit Log
Git Commits -> Revision 9a9d118
Revision 9a9d118 by Dalai Felinto (master) July 20, 2009, 20:28 (GMT) |
BGE panels: wip Logic Panel: - world settings (moved from world) ... that includes physic engine selection + gravity - game player (from gamesettings, it wasn't wrapped) - stereo/dome (from gamesettings, it wasn't wrapped) ... separated stereom into stereoflag and stereomode - properties ... (didn't touch it) Buttons Game Panel: (wip panel) - Physics (moved from Logic Panel) ... it will be a datablock in the future (right Campbell ?) - Material Physics (not currently implemented) ... a datablock link to the materials of an object + the dynamic physic variables * NOTE: in readfile.c::do_version I couldn't do if(scene->world). There is something wrong with scenes with an unlinked world. So so far we are ignoring the old values.... |
Commit Details:
Full Hash: 9a9d118bbf7786b1c5c412bef651885e33709553
SVN Revision: 21732
Parent Commit: 1b7f1bc
Lines Changed: +715, -220
1 Added Path:
/release/ui/buttons_game.py (+118, -0) (View)
18 Modified Paths:
/release/ui/buttons_world.py (+0, -21) (Diff)
/release/ui/space_logic.py (+146, -78) (Diff)
/source/blender/blenkernel/intern/scene.c (+23, -12) (Diff)
/source/blender/blenkernel/intern/world.c (+0, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+66, -2) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+31, -3) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+2, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+77, -11) (Diff)
/source/blender/makesdna/DNA_world_types.h (+6, -14) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+217, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+2, -43) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+6, -6) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+12, -16) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+2, -2) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp (+3, -3) (Diff)
/release/ui/space_logic.py (+146, -78) (Diff)
/source/blender/blenkernel/intern/scene.c (+23, -12) (Diff)
/source/blender/blenkernel/intern/world.c (+0, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+66, -2) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+31, -3) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+2, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+77, -11) (Diff)
/source/blender/makesdna/DNA_world_types.h (+6, -14) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+217, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+2, -43) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+6, -6) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+12, -16) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+2, -2) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp (+3, -3) (Diff)