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-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-18a) Forces can be hidden by deflector object now (need to talk with jahka abou...Daniel Genrich
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
2008-08-16SCA_PythonController.cpp - Made errors in python print the controller name, u...Campbell Barton
2008-08-16BGE bug fix: the fix in revision 16022 for bug #17450 was wrong: the formula ...Benoit Bolsee
2008-08-14Fixing button placement typo reported by Carsten on mailing listMartin Poirier
2008-08-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-14Last part of the svn release commit.Diego Borghetti
2008-08-14bugfix (good for 2.47) - 2 cases of returning Py_None without increfing it. t...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-08-13Snap menu header rewording, to make documentation clearer (there was "mode" a...Martin Poirier
2008-08-13Bugfix: in the game engine, errors in a particular python script causedBrecht Van Lommel
2008-08-12New nearest_point_in_tri_surface function.. 50% fasterAndre Susano Pinto
2008-08-12raise an error when assigning properties to a game object that cant be conver...Campbell Barton
2008-08-12bdiego no 2.47 option for nowJens Ole Wund
2008-08-11Python APIKen Hughes
2008-08-11* Fix for a bug zanqdo reported in IRC - transparent shadows were not Matt Ebb