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-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
2008-03-01Various mem leaks related to CValue reference count fixedBenoit Bolsee
2008-03-01unknown property fixed in sensor/actuatorsBenoit Bolsee
2008-03-01random sensor fixed (patch 8414)Benoit Bolsee
2008-02-16patch 8235 8218 8211 added: various gameengine improvements, fixed windows pr...Benoit Bolsee
2008-02-06Reverting some other changes zaghaghi madeJoshua Leung
2008-02-04Added missing include dir so it builds again.Kent Mein
2008-02-04bugfix 8183, Ray sensor with material/property filter always triggers when hi...Hamed Zaghaghi
2007-11-062d Filters updated, now you can use custom filter and write your own GLSL sha...Hamed Zaghaghi
2007-10-232d-Filters feature and actuators.Hamed Zaghaghi
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2006-12-25fixing some issues: force needs to wake up objects, property sensor issue, is...Erwin Coumans
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-05-23-added basic support for GameActuator 'load game', relative paths were broken...Erwin Coumans
2006-05-14GamePython related: changed ordering of python destruction, and reverted some...Erwin Coumans
2006-05-14Patch from Charlie:Erwin Coumans
2006-05-11- Charlie provided a work-around for some armature related crashesErwin Coumans
2006-05-10modified behaviour of PropertySensor and MessageSensor on popular request.Erwin Coumans
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-02-08==SCons==Nathan Letwory
2006-02-04== SCons ==Nathan Letwory
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-07-18more preparations for bullet physics, and some eol issues with SCA_Joystick*Erwin Coumans
2005-04-18Patch: [ #2439 ] Makes objects react properly to deformations after a mesh re...Kester Maddock
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want