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
2015-03-16reverting unintentionally changed value of enum OBJ_TEXTGaia Clary
2015-03-16fix D1130 renamed the enum OBJ_FONT to OBJ_TEXT to avoid naming conflicts in ...Gaia Clary
2015-03-16Get rid og gluBuild2DMipmaps on game engine.Antony Riakiotakis
2015-03-16Fix T43178: BGE has hard-coded 60 Hz as frame rateSybren A. Stüvel
2015-03-15BGE - new read-only attribute in KX_GameObject python api (LOD level)Pierluigi Grassi
2015-03-15BGE: Fix for T43994 Steering actuator bug with NavmeshJorge Bernal
2015-03-15BGE : Fix for T43724 and T41599 addObject() with KX_FontObject andPorteries Tristan
2015-03-13BGE: Fix for T43980 MouseLook (actuator) triggers MouseMovement (sensor)Jorge Bernal
2015-03-09Fix BGE: calling ReleaseInstance on NULL joystickCampbell Barton
2015-03-07BGE: Fix for regressions T43883 and T43456 (and T43876 likely). SDL joystick ...Jorge Bernal
2015-03-04BGE: Fix crash when a constraint misses its reference objectSybren A. Stüvel
2015-02-28BGE: Fix ShowDeprecationWarning macro.Thomas Szepe
2015-02-27Get rid of gluScaleImage in our game engine as well.Antony Riakiotakis
2015-02-26BGE: Fix for CreateConstraint APIThomas Szepe
2015-02-26Grmll, sorry for the noise, fix stupi cpoypaste typo in previous commit.Bastien Montagne
2015-02-26Attempt to fix BGE build on windows.Bastien Montagne
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2015-02-21Fix T43748: MouseLook actuator raises an Assert errorSybren A. Stüvel
2015-02-21scene conversion: style cleanupInes Almeida
2015-02-21gamengine: removing useless commentInes Almeida
2015-02-21gameengine: removing addInitFromFrame hackInes Almeida
2015-02-21gameengine: dataconversion import and whitespace cleanupInes Almeida
2015-02-21Fix T33762 - texture fonts were not using the material color (gameengine)HG1
2015-02-21makeScreenshot - adding frame number to the filenameHG1
2015-02-21commiting patch to fix T30173Benoit Bolsee
2015-02-21gameengine: KX_Scene comment cleanupInes Almeida
2015-02-21BGE cleanup: removing unused async logic bricksInes Almeida
2015-02-21BGE: Fix T43215: Rigidbody constraints deletion.Thomas Szepe
2015-02-19bge physics: disallowing compound collisions for soft bodiesInes Almeida
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2015-02-18BGE: Fix T42437: Physics/Compound bugJorge Bernal
2015-02-18BGE: Fix T41570: Blender crash when physics createConstraintJorge Bernal
2015-02-15Fix T42919 & T42218: BGE: Python-driven armature animation got buggySybren A. Stüvel
2015-02-13BGE: Fix for T42285 & T38935 crashes. They are Rayhit related.Jorge Bernal
2015-02-13BGE Fix T39026: No collisions detected with parented rigid body objectJorge Bernal
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-10Fix T43565: BGE removed unneeded if/else in BL_KetsjiEmbedStartSybren A. Stüvel
2015-02-09BGE - Vehicle Controller - add background and API checks for arguments of fun...Ines Almeida
2015-02-09Recreating bge python modules instead of using existingInes Almeida
2015-02-08BGE physics: When colliding, report first contact point to PythonSybren A. Stüvel
2015-02-06cleanup: styleCampbell Barton
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-03BGE: python API cleanup - initialization for bge with submodules, closes D615Ines Almeida
2015-02-03BGE: python API cleanup - adding proper initialization to GameTypesInes Almeida
2015-02-03BGE: python API cleanup - replace BLI_program_path with BKE_appdir_program_pathInes Almeida
2015-02-03BGE: python API cleanup - bge submodules definitionsInes Almeida
2015-02-03BGE: python API cleanup - using PyDoc_STRVAR instead of static char*Ines Almeida
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-02Adjust GLSL drawing of window coordinates from camera view (use cameraAntony Riakiotakis
2015-01-29Fix crash on joystick access (if SDL's not found)Campbell Barton