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
2009-04-05BGE Python APICampbell Barton
2009-04-05BGE Bugfixes (mostly in the py api)Campbell Barton
2009-04-05- fixed errors with bge epydocsCampbell Barton
2009-04-05added experimental KX_GameObject attributes "sensors", "controllers" and "act...Campbell Barton
2009-04-05Make materials use PyAttributeDef'sCampbell Barton
2009-04-052.4x - Grease Pencil: Swapping the order of args for gpencil_frame_delete_las...Joshua Leung
2009-04-05BGE Python APICampbell Barton
2009-04-04Made KX_MeshProxy use PyAttributeDef. simplified getting the 'materials' attr...Campbell Barton
2009-04-04Fix for: [#18273] reactor particle spowns to earlier.Janne Karhu
2009-04-04Fix for [#18017] reactor particles affected by a curve guide emit at a wrong ...Janne Karhu
2009-04-04BGE Py API, mistake when redoing set action as a static function.Campbell Barton
2009-04-04include PyObjectPlus method in __dict__Campbell Barton
2009-04-04- should fix compiling with older python versions (<2.5)Campbell Barton
2009-04-04moved more attributes from getattr into PyAttributeDef'sCampbell Barton
2009-04-03BGE API cleanup: RandomActuator.Benoit Bolsee
2009-04-03Fix for [#18372] object-particle in other layer not editable correctly.Janne Karhu
2009-04-03Some users could not build with python 2.5, hopefully this fixes it.Campbell Barton
2009-04-03Cleanup of particle object visualization code. No new features and hopefully ...Janne Karhu
2009-04-03Python BGE APICampbell Barton
2009-04-03Major cleanup of particle render & drawing code. No new features and hopefull...Janne Karhu
2009-04-03Bug fix: hair or child particles didn't react to density texture.Janne Karhu
2009-04-03fix for last commit, needed some additional checksJoseph Eagar
2009-04-03BGE Python apiCampbell Barton
2009-04-03Setting ignore_deprecation_warnings as 1 by default in GamePlayerDalai Felinto
2009-04-03made grease pencil delete a frame if you delete all the strokes in it.Joseph Eagar
2009-04-03BGE PythonCampbell Barton
2009-04-02[#18472] [patch] Speeding up Blenderplayer's profile drawingCampbell Barton
2009-04-02[#18477] Prevent .svn directories being included in OS X app bundlesCampbell Barton
2009-04-02[#18452] Particle children API for python.Campbell Barton
2009-04-02Added getitem/setitem access for KX_GameObjectCampbell Barton
2009-04-01BGE API cleanup: ReplaceMeshActuator mesh attributes now returns a KX_MeshPro...Benoit Bolsee
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2009-04-01BGE API cleanup: DynamicActuator, ReplaceMeshActuator, TrackToActuator.Benoit Bolsee
2009-03-31[#18455] The new FFMPEG version gives the wrong colorMartin Poirier
2009-03-31BGE API cleanup, patch from Moguri: RaySensor, NetworkMessageActuator, Networ...Benoit Bolsee
2009-03-31== etch-a-ton ==Martin Poirier
2009-03-31[#18439] Controlling the bevel shape for a text object with a curve no longer...Campbell Barton
2009-03-31[#18277] Segfault crash by editing mesh with subsurf+ParticleInstance modifiersCampbell Barton
2009-03-30Hide full retarget panels behind rt -1 (not ready for large scale use and not...Martin Poirier
2009-03-30r19455 to Re-enable vertex welding for soft-bodies failed even on simple case...Campbell Barton
2009-03-29Applied patch #18446, to do versions on dampingErwin Coumans
2009-03-29Only apply advanced setting of angular/linear factor to rigid bodies (with an...Erwin Coumans
2009-03-29BGE API cleanup: CDActuator, ParentActuator, VisibilityActuator done. Thanks ...Benoit Bolsee
2009-03-28Moved EXR settings to OS related zone.Guillermo S. Romero
2009-03-28game engine compile fix for MSVC, game engine team might want to check.Andrea Weikert
2009-03-28removed unneeded arg from makeknots() and replaced some numbers with definesCampbell Barton
2009-03-28Tooltip fix, there is no such thing as "Tadius interpolation"Campbell Barton
2009-03-28BGE API Cleanup: GameActuator (patch from Andre)Benoit Bolsee
2009-03-28BGE API cleanup: AddObject, DeleteObject and Scene actuator added.Benoit Bolsee
2009-03-27Fixed a couple of null issues spotted by coverity.Kent Mein