Blender Git Commit Log
Git Commits -> Revision 3682624
Revision 3682624 by Brecht Van Lommel (master) August 18, 2009, 15:27 (GMT) |
2.5: Game Engine * Added Shading and Performance panels in the scene buttons, containing the options previously in the 2.4x game menu. * Added show framerate/debug/physics/warnings back in game menu. * Moved these settings from G.fileflags to scene GameData. * Enabled Display Lists by default. * Some other small game scene button tweaks. |
Commit Details:
Full Hash: 368262461641f23239c1a7bd2e6fa9d5057902e7
SVN Revision: 22602
Parent Commit: ede954b
Lines Changed: +273, -83
15 Modified Paths:
/release/ui/buttons_game.py (+49, -3) (Diff)
/release/ui/space_info.py (+9, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_global.h (+16, -16) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+39, -0) (Diff)
/source/blender/blenloader/intern/readfile.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -5) (Diff)
/source/blender/gpu/intern/gpu_material.c (+19, -19) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+21, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+78, -4) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+3, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+7, -6) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+23, -23) (Diff)
/release/ui/space_info.py (+9, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_global.h (+16, -16) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+39, -0) (Diff)
/source/blender/blenloader/intern/readfile.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -5) (Diff)
/source/blender/gpu/intern/gpu_material.c (+19, -19) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+21, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+78, -4) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+3, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+7, -6) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+23, -23) (Diff)