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-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
2008-08-18BVHTree fix (non 2.47)Andre Susano Pinto
2008-08-18another compile fix reported by ccherrettDaniel Genrich
2008-08-18another compile fix reported by ccherrettDaniel Genrich
2008-08-18Fix compile problem in MSVC after Win64 patchBenoit Bolsee
2008-08-17Win64: Another missing include only appearing with powerpc-apple-gcc-4.x (rep...Daniel Genrich
2008-08-17Win64: compiles fine with scons with gcc nowDaniel Genrich
2008-08-17Win64: forget include => this compile errors never showed up on msvc (if anyo...Daniel Genrich
2008-08-17Win64: forget includeDaniel Genrich
2008-08-17== BPython API ==Willian Padovani Germano
2008-08-17Win64: forrget includeDaniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-17Win64 commit: first little commit to test how it compiles on other plattforms...Daniel Genrich
2008-08-17BGE patch: New Delay sensor (derived from patch #17472) Benoit Bolsee
2008-08-16Boids didn't get correct fall-off from wind effector.Janne Karhu
2008-08-16Animateable (ipos) power and fall-off for particle effectors.Janne Karhu
2008-08-16warning message for when sensors loose their controllers, has been a problem ...Campbell Barton