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
path: root/source
AgeCommit message (Expand)Author
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-27== Grease Pencil - Conversions + Bugfixes ==Joshua Leung
2008-08-27BGE bugfix, ipo actuator's foce option didnt check that the object was dynamic.Campbell Barton
2008-08-27get/set Angular velocity for KX_GameObjects python api and for the AddObject ...Campbell Barton
2008-08-27BGE: allow sound actuators to be converted even when they have invalid samplesCampbell Barton
2008-08-26Particle System: a) Fixing visibility bug when a duplipart-system was deleted...Daniel Genrich
2008-08-25TLC needed for Makefiles to get gameengine compiling again.Kent Mein
2008-08-25Crash fix for having wind noise + particles (reported by Wahooney)Daniel Genrich
2008-08-25Fixing compiler warning due to unsed codeDaniel Genrich
2008-08-25Effector fall-off power was off by one for spherical, magnet, harmonic and ch...Janne Karhu
2008-08-25Grease Pencil Eraser - Bugfix:Joshua Leung
2008-08-25getting the last created object would return an object that had no SG_Node wh...Campbell Barton
2008-08-25== Grease Pencil - Drawing + Eraser Improvements ==Joshua Leung
2008-08-25Little feature requestMartin Poirier
2008-08-24[#17433] Cannot break node links with LMB drag under linux.Martin Poirier
2008-08-23fix settings for freebsd7Hans Lambermont
2008-08-23BGE state system improvement: the sensor with Level option enabled will trigg...Benoit Bolsee
2008-08-22Removed cast warnings from shrinkwrap.c and BLI_kdopbvh.cAndre Susano Pinto
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-08-22A bit of cleanup of warnings (gcc). Joshua Leung
2008-08-22Grease Pencil - Drawing Improvements:Joshua Leung
2008-08-22BGE data conversion was making sound paths absolute, modify a copy rather the...Campbell Barton
2008-08-22Grease Pencil: WIP commit (nothing new)Joshua Leung
2008-08-22BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of bl...Campbell Barton
2008-08-22Merged shrinkwrap modifier from soc-2008-jaguarandiAndre Susano Pinto
2008-08-22svn merge -r 16174:16215 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-22Update scons files in source/gameengine/Physics/Bullet.Diego Borghetti
2008-08-22New things for particle effectors:Janne Karhu
2008-08-22BGE bug #17411 fixed: the always sensor is called before the the scale of the...Benoit Bolsee
2008-08-22Missing newline at EOF.Ken Hughes
2008-08-21fix warning in previous revision, update MSVC project files, scons files in s...Benoit Bolsee
2008-08-21Python APIKen Hughes
2008-08-21Python APIKen Hughes
2008-08-21BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowd...Benoit Bolsee
2008-08-20GameLogic.globalDict blenderplayer now keeps settings when loading new blend ...Campbell Barton
2008-08-19Ipo Handle vertex have own color and size (Venom request).Diego Borghetti
2008-08-19Added GameLogic.globalDict, this is a place where data can be stored even whe...Campbell Barton
2008-08-19Particles now got that force-hiding feature, too --> jahka: please take a loo...Daniel Genrich
2008-08-19BGE Blend file loading was using BLO_read_from_memory which meant relative li...Campbell Barton
2008-08-19Python APIKen Hughes
2008-08-18Little tweaks so 0 wind results in 0 noise, also removed double-mass dependan...Daniel Genrich
2008-08-18Implemented a find_nearest with heaps. This reachs a minimal number of distan...Andre Susano Pinto
2008-08-18a) Forces can be hidden by deflector object now (need to talk with jahka abou...Daniel Genrich
2008-08-18svn merge -r 16077:16174 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-18python get/set material function for 3d textCampbell Barton
2008-08-18Fix for bug #17485: inter object sensor/controller/actuator links couldBrecht Van Lommel
2008-08-18a) New unified effector system by Janne (jahka) + Me (genscher): particle and...Daniel Genrich
2008-08-18#2: Fixing compile errors on mingw/cygwin (reported by aligorith)Daniel Genrich
2008-08-18Fixing compile errors on mingw/cygwin (reported by aligorith)Daniel Genrich
2008-08-18Added vec.reflect(mirror) method to Python Mathutils Vector typeCampbell Barton