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
2008-10-28merge 17122:17206Martin Poirier
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-22make sure BPY_Err_Handle clears python errors, even if the exception cant be ...Campbell Barton
2008-10-22fix for [#17878] Scripts operating on blender objects don't clear memory afte...Campbell Barton
2008-10-21renamed WITH_BF_BPYDOC to WITH_BF_DOCS, added SConscript for building BGE doc...Campbell Barton
2008-10-20merge 16951:17122Martin Poirier
2008-10-19source/blender/blenloader/intern/readfile.c - use memmove rather then strncpy...Campbell Barton
2008-10-18Added joystick epydocs, only changed incorrect docstrings in SCA_JoystickSens...Campbell Barton
2008-10-17BGE bug fix (continuation of previous bug fix): Benoit Bolsee
2008-10-17BGE showstopper bug fix: Benoit Bolsee
2008-10-15cleanup epydoc errorsCampbell Barton
2008-10-12Fix for two more game engine issues:Brecht Van Lommel
2008-10-12Fix crash in game engine IPO code, got out of sync after IPO cleanup, removed...Brecht Van Lommel
2008-10-12Last (hopefully) soft body fixes: Erwin Coumans
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-10Missing include, apparently only scons+mingw suffers this, strange.Ton Roosendaal
2008-10-10BGE bug #17789 fixed: Lock Active Camera and Layer to Scene doesn't work in B...Benoit Bolsee
2008-10-10fix: leave default behaviour the same to be backward compatible with previous...Erwin Coumans
2008-10-10Fix bug in rigid body constraint buttons drawing, and while we are at it, add...Erwin Coumans
2008-10-09BGE bug fix: fix several bugs and inconsistencies in sound actuator:Benoit Bolsee
2008-10-08my changes broke the "level" option for joystick keys being held between statesCampbell Barton
2008-10-08* Joystick sensor is now only triggered from events of the selected type.Campbell Barton
2008-10-07joystick updateCampbell Barton
2008-10-06merge runk 16887:16950Martin Poirier
2008-10-04Bugfix: modified game material settings in blender didn't getBrecht Van Lommel
2008-10-04Game player: preserve material, debug settings, between .blend files.Brecht Van Lommel
2008-10-04fix conflict in merged file. weird, it compiled ok wednesday.Martin Poirier
2008-10-03 interpreted request from Carsten - make message sensor work.Campbell Barton
2008-10-03Blender works with python 2.6, our own import functions that replace pythons ...Campbell Barton
2008-10-03error with GameLogic.globalDict loading. It would replace the dictionary rath...Campbell Barton
2008-10-03merge trunk 16118 -> 116886Martin Poirier
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton
2008-10-02BGE patch: add frameProp to Ipo actuator (Carsten's request).Benoit Bolsee
2008-10-01BGE patch: new force field constraint actuatorBenoit Bolsee
2008-10-01BGE bug #17688 fixed: Near Sensor Reset not working (for Gamekit)Benoit Bolsee
2008-10-01+ hook up a few more parameters, that can be useful for Bullet soft bodiesErwin Coumans
2008-10-01add support for Bullet soft body constraints against a Bullet rigid body, as ...Erwin Coumans
2008-09-29BGE patch: fix force application on soft body. Force is applied on each node,...Benoit Bolsee
2008-09-29don't crash when trying to make a soft body 'fh' objectErwin Coumans
2008-09-29Add Fh/Rot Fh to Bullet.Erwin Coumans
2008-09-29Update the Bullet/game buttons_bullet, to better reflect usage. Erwin Coumans
2008-09-29added anisotropic friction support for Bullet. Both for static and dynamic ob...Erwin Coumans
2008-09-28make gui backwards compatible with this weeks softbody blend filesErwin Coumans
2008-09-28enable -noaudio option, so it actually works (and doesn't get overwritten by ...Erwin Coumans
2008-09-28BGE patch: create new BulletSoftBody data block to store bullet soft body spe...Benoit Bolsee
2008-09-26BGE patch: local/global flag to distance contraint actuator.Benoit Bolsee
2008-09-26Bugfix: the game player did not initialize tiff and quicktime, so loadingBrecht Van Lommel
2008-09-26support concave soft bodies, preliminary. could be used for cloth too. need v...Erwin Coumans
2008-09-26Allow Bullet soft bodies to be created using a AddObject actuator. Added a fa...Erwin Coumans
2008-09-26don't apply vertex transformation for deformable game soft bodies.Erwin Coumans