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
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-02Fix #34483: game engine multi UV glsl materials not working correct after cha...Brecht Van Lommel
2013-02-27add PHY headers to cmake's ketsji (else some IDE's won't show)Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-25BGE: Fixing a crash reported by Ace Dragon on BA. It looks like Object->totco...Mitchell Stokes
2013-02-23code cleanup: confusingly written and named function for BGE materuial conver...Campbell Barton
2013-02-23BGE: Finally moving material IPOs to the 2.60 BGE animation system (BL_Action...Mitchell Stokes
2013-02-23BGE: Object color channels can now be animated separately without zeroing out...Mitchell Stokes
2013-02-23BGE: Second fix for #34330 "Action Actuator "caching" the previous ran action...Mitchell Stokes
2013-02-23BGE: For BL_Action, use the object's scene rather than the "active" scene, wh...Mitchell Stokes
2013-02-23BGE: (partial?) fix for #34330 "Action Actuator "caching" the previous ran ac...Mitchell Stokes
2013-02-22BGE: Fix for bug #34349 "Character walkDirection ADD mode -#INF error" report...Mitchell Stokes
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2013-02-11BGE: Fix for issue #32606 "Raycasts are locked to the scene of calling object...Mitchell Stokes
2013-02-08Fix part of #34083: crash trying to play surround .wav file in the game engineBrecht Van Lommel
2013-02-04style cleanupCampbell Barton
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2013-01-23make bullet optional againCampbell Barton
2013-01-13bge track-to actuator: reverse the order of the cross product rather then neg...Campbell Barton
2013-01-13BGE: Fix from HG1 for bug [#32831] "TrackTo aktuator +X direction not working...Mitchell Stokes
2013-01-13BGE: Adding preliminary alpha shadow support for Simple shadow maps. They do ...Mitchell Stokes
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12minor cleanup to debug drawing code in the BGE, dont convert strings to STR_S...Campbell Barton
2013-01-12BGE: Fix for [#33839] "a logic.joysticks Crashes BGE" reported by Josiah Lane...Mitchell Stokes
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-05BGE: The Blenderplayer wasn't calling PyEval_InitThreads, which caused async ...Mitchell Stokes
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-01BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Ac...Mitchell Stokes
2012-12-29BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have diff...Mitchell Stokes
2012-12-26BGE: Adding a maxJumps to the character controller to adjust how many jumps a...Mitchell Stokes
2012-12-25BGE: Some various tweaks to try and get async lib loading to be a bit more st...Mitchell Stokes
2012-12-25BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the...Mitchell Stokes
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-22BGE: The PyGILState_Ensure() call in KX_Scene was causing a segfault in the B...Mitchell Stokes
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-12-21BGE: Adding a Python interface for handling joysticks without needing logic b...Mitchell Stokes
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-24BGE: Implementing a fix for the "Problem With Clock" issues reported in #3270...Mitchell Stokes
2012-11-22BGE: KX_ACT_ARMATURE_SETINFLUENCE constant for BL_ArmatureActuator.type was d...Mitchell Stokes
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-22modify the python stub to include __file__ and __name__, also correct odd ind...Campbell Barton
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton