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
2015-01-06BGE: Fix for bugs T42520 and T42097 (mouse look actuator related).Jorge Bernal
2015-01-05Recent fix for SDL2 broke joysticks for SDL1.2Campbell Barton
2015-01-04Freestyle: reserve array sizes before fillingCampbell Barton
2015-01-04Fix 8 memory leaks from bad PyList_Append useCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2015-01-02Fix T43066: Joystick broken in GE since 2.73rcCampbell Barton
2014-12-31Joystick: Suppress add/remove device eventsSergey Sharybin
2014-12-25OSX: revive GHOST_HACK_getFirstFile cause it breaks things on older OSX versi...Jens Verwiebe
2014-12-11Fix ping-pong actions when using the Action Actuator.Mitchell Stokes
2014-12-05BGE VideoTexture: refresh() on ImageFFmpeg should have no effect.Benoit Bolsee
2014-12-03Make sure materials are updated before passing to renderer in gameAntony Riakiotakis
2014-12-03BGE: Fix Rigid body constraint deletionHG1
2014-12-03Fixes for T41168Mitchell Stokes
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-23Cleanup: warningsCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-17Support dynamic loading of SDL librariesSergey Sharybin
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-13Windows (MSVC2013) move to SDL2Martijn Berger
2014-10-11Fix another crash with Navigation mesh.Benoit Bolsee
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-02Cleanup: indentationCampbell Barton
2014-09-23Fix game engine not supporting material view.v2.72-rc1Antony Riakiotakis
2014-09-23Fix T41259: Objects parented to non-armature objects cannot play shape action...Mitchell Stokes
2014-08-27Cleanup: remove _DEBUG define usageCampbell Barton
2014-08-23gameengine: fix T41272 - KX_Light.color returns wrong valuesInes Almeida
2014-08-23BGE: fix crash and return boolean on scene.replace()Benoit Bolsee
2014-08-17CleanupCampbell Barton
2014-08-11Fix T40766: Startup fails with UnicodeDecodeError on WindowsCampbell Barton
2014-08-10BGE: fix a bug causing frequent crash on scene restart with navmesh.Benoit Bolsee
2014-08-09BGE: Fix bug with Steering Actuator Python API.Benoit Bolsee
2014-08-09Fix to get iTaSC working again in the BGEBenoit Bolsee
2014-08-08BGE: move macro body into a function to reduce code-sizeCampbell Barton
2014-08-08Quiet reorder warningCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-29BGE: Constraint wrapper fix.HG1
2014-07-29Fix T41204 Python KX_lightObject.distance bug by Jon Szabo (thatonejonguy)Dalai Felinto
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21CleanupCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18BGE: Add property/material detection and X-Ray for mouse over any sensorMitchell Stokes
2014-07-18BGE: Add missing documentation and attribute constraint_type for ConstraintWr...HG1
2014-07-18BGE: Add level mode to property actuatorHG1
2014-07-17BGE: rtsp support for VideoTexture (video streaming)Dalai Felinto
2014-07-16Fix T40146: BGE Compound parent crashMitchell Stokes
2014-07-15Fix T41074: Several Mouse Look actuators not working well together when reset...Mitchell Stokes
2014-07-15BGE: TrackTo actuator: increasing up & track axis optionsJorge Bernal
2014-07-12BGE debug API and actuatorHG1