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
AgeCommit message (Expand)Author
2009-05-11Fix Makefiles for gameengine.Diego Borghetti
2009-05-11BGE: Add MT_Vector3 support for Py attribute macro system. See KX_PYATTRIBUTE...Benoit Bolsee
2009-05-11use the same sequence mapping types as CListValue, hopefully this means it wi...Campbell Barton
2009-05-11Linux compilation problemBenoit Bolsee
2009-05-11changes to get benoits logic updates building on scons with gccCampbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-10remove unneeded vars and wasn't returning on some errorsCampbell Barton
2009-05-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton
2009-05-10BGE Dome: Reducing FBO size to warped meshes.Dalai Felinto
2009-05-10BGE Dome: Allowing FOV different from 180ยบ for Truncated DomesDalai Felinto
2009-05-09Methods didn't check for zombies which could crash in the case where a method...Campbell Barton
2009-05-09More refcount errors spotted by Benoit, one with python getting a list item s...Campbell Barton
2009-05-09refcounting bugfix, gameOb.getParent() and gameOb.parent both added a referen...Campbell Barton
2009-05-08BGE Dome: Truncated Dome are back (Upright and Downright) + GLEW_EXT_framebuf...Dalai Felinto
2009-05-08BGE Dome: Implementation of FBO to handle warp mesh rendering.Dalai Felinto
2009-05-07[#18645] Texture painting smudge brush darkens images - 2.49RC1Campbell Barton
2009-05-07BGE performance, 3rd round: culling and rasterizer.Benoit Bolsee
2009-05-07python3 compatibility for the BGE api, this only works with scons when WITH_B...Campbell Barton
2009-05-06[#18681] Mousesensor Over doesn't work in ortho mode of 3dview cameraCampbell Barton
2009-05-06moved py controller functions from SCA_PythonController to SCA_IController - ...Campbell Barton
2009-05-04print BGE Py api warnings only once to avoid flooding the terminal and slowin...Campbell Barton
2009-05-04BGE performance: second round of scenegraph improvement.Benoit Bolsee
2009-05-04BGE performance: use inline function as much as possible in scenegraph and lo...Benoit Bolsee
2009-05-04fix for a problem with setUV2 reported by cthames on blenderartistCampbell Barton
2009-05-03on second thought its less trouble to make a python script that makes all the...Campbell Barton
2009-05-03[#18678] Swizzle properties for Mathutils.VectorCampbell Barton
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, add distance attribute to the radar se...Campbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, adds extra attributes and docsCampbell Barton
2009-05-02BGE performance:Benoit Bolsee
2009-05-01BGE: work around a problem with DBVT culling when graphic objects are rescale...Benoit Bolsee
2009-05-01BGE: New function GameLogic.setMaxLogicFrame() to allow better control over t...Benoit Bolsee
2009-05-01add blendfile dirs to the sys.path without the scripts subdirCampbell Barton
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-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-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell 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-28BGE: reenable object activation for static object, otherwise their physic sha...Benoit Bolsee
2009-04-28BGE PyAPICampbell 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-27Don't always activate a Bullet rigid bodyErwin Coumans
2009-04-27Lower the vertex welding threshold, for removing duplicate/nearby vertices fo...Erwin Coumans
2009-04-26BGE: Fix Orthographic mode and viewport scalingBenoit Bolsee