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-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton
2008-09-21game engine now compiles with SDL disabled. CDROM and Joystick wont function ...Campbell Barton
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-15Fix for bug #17620: the motion blur actuator did not work correctBrecht Van Lommel
2008-09-13return dummy python values when no joystick is presentCampbell Barton
2008-09-12Bugfixes in SDL joystick, apparently it gives NULLs in OSX.Ton Roosendaal
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-09-03BGE Py api, deleting properties didnt raise an error when the property wasnt ...Campbell Barton
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-08-31BGE patch approved: BGE Multiple JoysticksBenoit Bolsee
2008-08-23BGE state system improvement: the sensor with Level option enabled will trigg...Benoit Bolsee
2008-08-17BGE patch: New Delay sensor (derived from patch #17472) Benoit Bolsee
2008-08-16SCA_PythonController.cpp - Made errors in python print the controller name, u...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-08-13Bugfix: in the game engine, errors in a particular python script causedBrecht Van Lommel
2008-07-30BGE patch: logic optimization part 2: remove inactive sensors from logic mana...Benoit Bolsee
2008-07-26BGE patch: support runtime duplication of groups. Adding an object with Dupli...Benoit Bolsee
2008-07-24BGE patch: Add PyDoc for new logic bricks, set exception message on Py error,...Benoit Bolsee
2008-07-19BGE patch: Relink actuators with target within group when duplicating group; ...Benoit Bolsee
2008-07-18BGE bug fix (good for 2.47): SetParent actuator did not work on dynamic objec...Benoit Bolsee
2008-07-14importing the GameLogic module was being done by adding the text "import Game...Campbell Barton
2008-07-12improvement of 2d-filter custom shader, Hamed Zaghaghi
2008-07-08BGE logic patch: new "Add" mode for Ipo actuator, several corrections in stat...Benoit Bolsee
2008-07-05== BUGFIX ==Andrea Weikert
2008-07-04BGE logic update: new servo control motion actuator, new distance constraint ...Benoit Bolsee
2008-07-04small changes to py funcs that can run 100s of times a second, so python wont...Campbell Barton
2008-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-06-30BGE python api addition, GameObject get/setState and Controller.getState()Campbell Barton
2008-06-28BGE 2d-filter, custom shaders now can have depth texture and luminance textureHamed Zaghaghi
2008-06-24BGE patch: Add NAND, NOR, XOR, XNOR controllers.Benoit Bolsee
2008-06-24BGE patch: Add level option on sensor and fix sensor reset.Benoit Bolsee
2008-06-22BGE patch: add state engine support in the logic bricks.Benoit Bolsee
2008-06-18BGE Patch: Add Shape Action support and update MSCV_7 project file for glew.Benoit Bolsee
2008-05-02Partially revert BGE bug fix #8863: don't send keyboard sensor positive pulse...Benoit Bolsee
2008-05-02Fix BGE bug #8863: Keyboard Sensor does not send negative pulse if key releas...Benoit Bolsee
2008-04-27BGE bug: crash when an object being tracked-to is deleted (bad practice anywa...Benoit Bolsee
2008-04-25BGE bug: fix a crash at game exit caused by inconsistent controller map after...Benoit Bolsee
2008-04-20BGE bug fix: crash at exit when object with Radar/Near sensor has debug prope...Benoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15BGE fix: keep reference count consist on source object when replicating prope...Benoit Bolsee
2008-04-06Removed my own patch #8208: export SCA_ISensor::Evaluate() to Python. It was ...Benoit Bolsee
2008-04-05BGE bug [#4839] fixed: joystick keeps working after an overlay scene is removedBenoit Bolsee
2008-04-02Fix BGE bug: BGE will crash if objects with display debug property is deleted...Benoit Bolsee
2008-03-24Commit patch #8724:Benoit Bolsee
2008-03-22BGE correction: AddRef() on source object of property actuator to protect aga...Benoit Bolsee