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
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-04Added SDL headers so gamestuff compiles with Makefiles again.Kent Mein
2008-09-04fix for 2 python refcounting errorsCampbell Barton
2008-09-03Revert rev16344 on trunk, bullet work is done in sim_physics branch as discus...Daniel Genrich
2008-09-03BGE Py api, deleting properties didnt raise an error when the property wasnt ...Campbell Barton
2008-09-03Finally upgraded to latest Bullet subversion, about to release 2.71. Some rec...Erwin Coumans
2008-09-03BGE patch 17547 approved: Cleaned up pydoc for BGE, compiles now error freeBenoit Bolsee
2008-09-02BGE patch: simple fix to synchronize sensor pulse mode with sensor state tran...Benoit Bolsee
2008-09-02BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being u...Campbell Barton
2008-09-02BGE joystick sensor bugfix, was sending true events logic tick (as if the tru...Campbell Barton
2008-09-01BGE joystick sensor py api function 'getConnected()', returns true if the joy...Campbell Barton
2008-09-01BGE python api for get/setting the joystick index, minor cleanup also.Campbell Barton
2008-09-01BGE bug #17459 fixed: action actuators depending on their order in the actuat...Benoit Bolsee
2008-08-31BGE patch 17547 applied in trunk: Cleaned up pydoc for BGE, compiles now erro...Benoit Bolsee
2008-08-31BGE patch approved: BGE Multiple JoysticksBenoit Bolsee
2008-08-29Use Py_ssize_t rather then int, broke building on 64bt linuxCampbell Barton
2008-08-29BGE Py API - GameKeys.EventToString() utility function, makes key configurati...Campbell Barton
2008-08-28BGE patch: add X-Ray option to ray sensor. The option is effective only if a ...Benoit Bolsee
2008-08-28compilation problem with gcc, memset undeclaredBenoit Bolsee
2008-08-28final fix for compilation problem with KX_RayCast::Callback template in gccBenoit Bolsee
2008-08-28more fix for compilation problem with KX_RayCast::Callback template in gccBenoit Bolsee
2008-08-28patch for compilation problem around KX_RayCast::Callback template with gccBenoit Bolsee
2008-08-28didnt build before committiong this small change :/ Campbell Barton
2008-08-28BGE patch: fix division by 0 error when sound sample cannot be loaded in soun...Benoit Bolsee
2008-08-28BGE Bugfix, lights were not being removed when their gameobject was removed c...Campbell Barton
2008-08-28remove more python functions from builtins that could allow scripts to do bad...Campbell Barton
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-08-27BGE bugfix, ipo actuator's foce option didnt check that the object was dynamic.Campbell Barton
2008-08-27get/set Angular velocity for KX_GameObjects python api and for the AddObject ...Campbell Barton
2008-08-27BGE: allow sound actuators to be converted even when they have invalid samplesCampbell Barton
2008-08-25TLC needed for Makefiles to get gameengine compiling again.Kent Mein
2008-08-25getting the last created object would return an object that had no SG_Node wh...Campbell Barton
2008-08-23BGE state system improvement: the sensor with Level option enabled will trigg...Benoit Bolsee
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-08-22BGE data conversion was making sound paths absolute, modify a copy rather the...Campbell Barton
2008-08-22BGE Python API - GameLogic.getBlendFileList(path='//') to return a list of bl...Campbell Barton
2008-08-22Update scons files in source/gameengine/Physics/Bullet.Diego Borghetti
2008-08-22BGE bug #17411 fixed: the always sensor is called before the the scale of the...Benoit Bolsee
2008-08-21fix warning in previous revision, update MSVC project files, scons files in s...Benoit Bolsee
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-19Added GameLogic.globalDict, this is a place where data can be stored even whe...Campbell Barton
2008-08-19BGE Blend file loading was using BLO_read_from_memory which meant relative li...Campbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-17BGE patch: New Delay sensor (derived from patch #17472) Benoit Bolsee
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-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-14bugfix (good for 2.47) - 2 cases of returning Py_None without increfing it. t...Campbell Barton