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
2014-03-28BGE code cleanup: Removing an unused include in KX_Light.cppMitchell Stokes
2014-03-28BGE code cleanup: Removing OpenGL and bf_gpu code from KX_LightObjectMitchell Stokes
2014-03-28Fix T39452: Meshes without materials causes a memory leak in the game engineMitchell Stokes
2014-03-25Code cleanup: Removing KX_KetsjiEngine::m_drawingmodeMitchell Stokes
2014-03-25Fix T38929: BGE: Strange behaving from addObject after trying to add an nonex...Mitchell Stokes
2014-03-21Fix T38051: Even if Color Management is disabled, it is still applied to the ...Sergey Sharybin
2014-03-20BGE: Adding support for the Cast Only material option.Mitchell Stokes
2014-03-20Fix T36566: 2D filters broken in the Blenderplayer when using side by side st...Mitchell Stokes
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-24Partial fix for T3817: BGE crashing when using LibNew.Mitchell Stokes
2014-02-23Fix T38645 - Mouse reversed in standalone player with kdebrita
2014-02-22Fix T38539: Can't set near sensor distance above 100 via pythonCampbell Barton
2014-02-18Fix T38654: Using a non-camera object for the SetCamera Scene Actuator causes...Mitchell Stokes
2014-02-15Fix T37964: KX_GameObject missing NULL checks for m_physicsController.Mitchell Stokes
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Fix T38553: Crash load new level; array modifier using curve lengthSergey Sharybin
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05BGE: Fixing memory corruption/double free when duplicating (e.g., addObject) ...Mitchell Stokes
2014-02-04Blenderplayer: Fixing a memory leak.Mitchell Stokes
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-02-03Fix T38455: Blenderplayer is not workingSergey Sharybin
2014-02-03BGE: correct for last commitCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2014-01-28Fix T37673: Ray casting could fail with 0 collision marginsSergej Reich
2014-01-24Fix compilation error caused by 67f1fd2Sergey Sharybin
2014-01-24game engine: implement hitMaterial for collision and ray sensorsDalai Felinto
2014-01-23Fix T38110: GameEngine keyboard sensor ignores unicode charactersCampbell Barton
2014-01-22Revert "Fix T37920: BGE LibLoad failed for meshes with no materials"Campbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-14fix #T37892 BL_ArmatureConstraint.active returns wrong valueDalai Felinto
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-11Code Cleanup: move MOUSEX/Y to BGE, describe INBETWEEN_MOUSEMOVECampbell Barton
2014-01-02Add new BGE Stereo mode: 3DTV top-bottom.Benoit Bolsee
2013-12-30Fix T37920: BGE LibLoad failed for meshes with no materialsCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-30Fix for crash with game engines LibLoad featureCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26correction to last commitCampbell Barton
2013-12-26BGE: Add missing NULL check from recent LOD updatesCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-23Style cleanup: BGEHG1
2013-12-22Fix T37898: blenderplayer painfully slow in recent buildsSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne