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-09-30comparing float values with the property sensor didnt workCampbell Barton
2009-08-22missed this in last commit. keyboard event manager was stored twice.Campbell Barton
2009-08-22- BGE, Some sensors, stored the event manager in 2 places (became confusing t...Campbell Barton
2009-07-26ReplaceMesh Actuator option to replace the physics mesh and display mesh + py...Campbell Barton
2009-06-13allow building without SDLCampbell Barton
2009-06-04BGE small fixesCampbell Barton
2009-06-03BGE PyAPI fixesCampbell Barton
2009-06-01BGE: memory leak in Random actuator + make actuator truly random when seed=0 ...Benoit Bolsee
2009-05-29workaround for strange python problem in the BGE and BPy API where printing w...Campbell Barton
2009-05-28[#18840] Joystick sensor lagCampbell Barton
2009-05-28renamed python 'bookmark' attribute to 'useHighPriority', was renamed in the ...Campbell Barton
2009-05-26BGE build probs with CMake: directory "source/gameengine/SceneGraph"Chris Want
2009-05-25BGE Joystick Hat BugfixCampbell Barton
2009-05-24BGE: renamed sensor type enum to avoid conflict with mingw (NEAR was causing ...Benoit Bolsee
2009-05-23BGE: fix memleaks.Benoit Bolsee
2009-05-23BGE PyController module reloading didnt check that the base of the function w...Campbell Barton
2009-05-22the debug option for BGE scripts only reloaded modules but not packages submo...Campbell Barton
2009-05-20BGE logic patch: fix another incompatibility with YF.Benoit Bolsee
2009-05-19BGE Py APICampbell Barton
2009-05-18BGE: bookmark option on controller to make them run before all other controll...Benoit Bolsee
2009-05-17While testing YoFrankie with the new API attributes found some issues...Campbell Barton
2009-05-17BGE: new sensor object to generalize Near and Radar sensor, static-static col...Benoit Bolsee
2009-05-16BGE: fix a compatibility problem since logic patch with YoFrankie (and other ...Benoit Bolsee
2009-05-15Name attributes added since 2.48a more consistently.Campbell Barton
2009-05-15minor change - mistake in joystick fix, util function for getting attrs from ...Campbell Barton
2009-05-15[#18749] BGE: Crash on joysticksensor.getAxisValue()Campbell Barton
2009-05-11Fix Makefiles for gameengine.Diego Borghetti
2009-05-11Linux compilation problem, better fixBenoit 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-10deprecate controller.getActuator(name) and controller.getSensor(name) forCampbell Barton
2009-05-06moved py controller functions from SCA_PythonController to SCA_IController - ...Campbell Barton
2009-05-05Disable importing module python controller scripts at conversion time because...Campbell Barton
2009-05-05BGE logic: new sensor "tap" option to generate automatically on/off pulsesBenoit Bolsee
2009-05-04BGE performance: use inline function as much as possible in scenegraph and lo...Benoit Bolsee
2009-05-04BGE: fix a crash with previous scene destruction speed up commit when sensors...Benoit Bolsee
2009-05-03fixes for bugs submitted by BGE users, fixes by myself and Mitchell StokesCampbell Barton
2009-05-02BGE PyController module type.Campbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, adds extra attributes and docsCampbell Barton
2009-05-02BGE performance:Benoit Bolsee
2009-04-30Not sure why this INCREF is needed since making a replica wont use the m_byte...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-29BGE alternative run mode for python controllers.Campbell Barton
2009-04-23patch from Mitchell Stokes, comments only - KX_PYATTRIBUTE_TODO for missing ...Campbell Barton
2009-04-22BGE: some more cleanup, remove useless ReplicaSetName(), move code to Process...Benoit Bolsee
2009-04-22BGE C++ APICampbell Barton
2009-04-22Patch from Mitchell Stokes for KX_Light to use attrdef'sCampbell Barton
2009-04-21use PyList_SET_ITEM instead of PyList_SetItem,Campbell Barton
2009-04-21BGE Python APICampbell Barton