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-05-01Fix linking issue with gameplayer.Kent Mein
2009-05-01[#18654] different behaviour if script is called from (1) Menu (2) TextEditor...Campbell Barton
2009-05-01add blendfile dirs to the sys.path without the scripts subdirCampbell Barton
2009-05-01BGE bug fix: when a dynamic object is parented to a compound shape and then u...Benoit Bolsee
2009-04-30BGE bug #18091: Hitbox of object X doesn't move along when object X is parent...Benoit Bolsee
2009-04-30supporting warp data files with tabs instead of spaces.Dalai Felinto
2009-04-30added Geometry as a BGE module, removed its dependency on gen_utils.cCampbell Barton
2009-04-30Second trial to get an OK menu work to allow people to decide whetherTon Roosendaal
2009-04-30BGE fux #17796: Glsl + bones + set smooth = bug on vertext groups.Benoit Bolsee
2009-04-30BGE Python sys.path for the blenderplayer and blenderCampbell Barton
2009-04-30BGE 2dFilters: Revert of part of own commit [rev. 19687]Dalai Felinto
2009-04-30BGE Dome update. Spurious black seams (finally) fixed.Dalai Felinto
2009-04-302 BGE bugs from 2.48 fixedCampbell Barton
2009-04-30Not sure why this INCREF is needed since making a replica wont use the m_byte...Campbell Barton
2009-04-30error in last commitCampbell Barton
2009-04-30use BLO_sys_types.h instead, it's windows proofMartin Poirier
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-30missing stdint.h includeMartin Poirier
2009-04-30* instead of using okee() (breaking builds) use error() in 250 subversion han...Nathan Letwory
2009-04-30* make sure header file agrees with editfont.c (unsigned long -> uintptr_t), ...Nathan Letwory
2009-04-30* fix linking problem for mingw with setenv/_putenv_s, here we use putenv("ke...Nathan Letwory
2009-04-29Possible fix for bug #18648: one armature disappears when joiningBrecht Van Lommel
2009-04-29Win64 fixes - I don't think that they introduced any bugs yet, but I want to ...Daniel Genrich
2009-04-29Bugfix #18632Ton Roosendaal
2009-04-29was testing this, didnt mean to commit.Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-29attempt to fix for py2.3Campbell Barton
2009-04-29Bug, reported by venomgfx:Ton Roosendaal
2009-04-29Bugfix #18649Ton Roosendaal
2009-04-29Bugfix from own testing:Ton Roosendaal
2009-04-292.5+ file read provision for 2.49Ton Roosendaal
2009-04-29BGE alternative run mode for python controllers.Campbell Barton
2009-04-29bugfix #18609Ton Roosendaal
2009-04-29needed this minor change to build on gccCampbell Barton
2009-04-29remove uneeded checks and testMethod from KX_ConstraintWrapper, typo in impor...Campbell Barton
2009-04-29BGE: speed up mesh conversion by avoiding allocation/deallocation of material...Benoit Bolsee
2009-04-29fix so that torque can be applied to DYNAMIC game objects, this fixes the ska...Erwin Coumans
2009-04-28BGE: reenable object activation for static object, otherwise their physic sha...Benoit Bolsee
2009-04-28add note to Image.save method that all new buffers are saved as TargaMartin Poirier
2009-04-28etch-a-ton bugfixMartin Poirier
2009-04-28Bugfix #18637Ton Roosendaal
2009-04-28MathutilsCampbell Barton
2009-04-28BGE PyAPICampbell Barton
2009-04-28- Updated BGE docs to match the game engines class inheritance more closely.Campbell Barton
2009-04-28BGE soft body: change welding option to disable welding check by default: spe...Benoit Bolsee
2009-04-28CMake files changes for FFMpeg updateDalai Felinto
2009-04-27TexVert sharing was disabled for flat faces, this is silly since a building o...Campbell Barton
2009-04-27BGE: Add soft body welding parameter to the Advanced Settings panel. The valu...Benoit Bolsee
2009-04-27BGE bug #18624: Collision detection fails on parented objects. Partial fix, p...Benoit Bolsee
2009-04-27[#18628] stuck triangle when projection painting -- 2.49RC1Campbell Barton