Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26add back game engine python api slicing, (was missing / regression, since mov...Campbell Barton
2012-09-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18code cleanup: remove vertex/weight paint's VP_COLINDEX, this feature worked i...Campbell Barton
2012-09-18code cleanup: use system includes for cmake, otherwise warnings get printed i...Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-14bge cleanup caught by accident while going over the code, it seems someone fo...Dalai Felinto
2012-09-13BGE: LibLoaded sensors that made use of physics controllers (touch, collision...Mitchell Stokes
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-04Fix for [#32469] "standalone blenderplayer no longer starts in lastest build"...Mitchell Stokes
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-27BGE: Make sure lib loaded cameras are added to the active scene's camera list.Mitchell Stokes
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20patch/bugfix [#32006] Fix for Collision Sensor - R6025 pure virtual function ...Dalai Felinto
2012-08-19Fix for [#32361] "Blenderplayer quad-buffer maximum 100Hz Fps" reported by HG1.Mitchell Stokes
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-18Moving more duplicate code from GPU_create_gl_tex_compressed() and BL_Texture...Mitchell Stokes
2012-08-12style cleanupCampbell Barton
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-06fix for bge module imports so you can do for eg:Campbell Barton
2012-08-06Fix for [#32054] "Animation break after resuming scene" reported by Andreas E...Mitchell Stokes
2012-08-06Fix for [#32270] "Removing a Character object from the scene causes a crash."...Mitchell Stokes
2012-08-05BGE: Fixing a NULL pointer exception caused by calling KX_Scene.active_camera...Mitchell Stokes
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-03code cleanup: double promotion warningsCampbell Barton
2012-08-01game engine: Fix CcdPhysicsEnvironment functions that accessed m_solverInfoSergej Reich
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-31Tweak to commit related to non-power-of-two textures, some cards claim toBrecht Van Lommel
2012-07-30BGE: When using the "Restrict Animation Updates" option, animations are now t...Mitchell Stokes
2012-07-30BGE: Fix for [#31993] "BGE Vertex deformer optimized method does not work pro...Mitchell Stokes
2012-07-29code cleanup:Campbell Barton
2012-07-29Fix for [#32213] "Action actuator doesn't finish playing if frame rate drops"...Mitchell Stokes