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
2013-08-18Fix a few compiler warnings reported by clang.Brecht Van Lommel
2013-08-17BGE: Adding partial support for LibLoaded lights with GLSL materials.Mitchell Stokes
2013-08-17BGE: Flipping vsync constants so VSYNC_ON is 0.Mitchell Stokes
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
2013-08-15Adding a new state for sound handles in audaspace: stopped.Joerg Mueller
2013-08-14BGE Dome: bugfix - Warp Mesh not workingDalai Felinto
2013-08-13BGE: Updating the bge.logic.expandPath() documentation to better reflect its ...Mitchell Stokes
2013-08-13BGE: Adding a GPU Latency profile category to represent the CPU time spent wa...Mitchell Stokes
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-10As requested by Mitchell Stokes, reverting r58837 as it is causing some probl...Daniel Stokes
2013-08-07Adding a fov attribute to KX_Camera. This attribute converts the field of vie...Daniel Stokes
2013-08-07BGE Fix [#33215] KX_MeshProxy.transformUV() argument ValueErrorDaniel Stokes
2013-08-06BGE: Making sure the BlenderPlayer calls Py_Finalize().Mitchell Stokes
2013-08-04code cleanup: remove redundant NULL checksCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-04fix memory leak in KX_ObstacleSimulationCampbell Barton
2013-08-04fix for BL_ArmatureConstraint::UpdateTarget(), was getting the pose from the ...Campbell Barton
2013-08-04fix read outside buffer range KX_ObstacleSimulationTOI_rays::sampleRVO,Campbell Barton
2013-08-04KX_ObstacleSimulation: replace inline math functions with BLI_math functionsCampbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-08-04avoid freeing NULL pointer for navmesh BuildVertIndArrays and dont truncate m...Campbell Barton
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04fix for strange error with BGE 2d filter code,Campbell Barton
2013-08-03BGE: Making sure m_drawingmode is initialized in the various RAS_Storage cons...Mitchell Stokes
2013-08-03BGE: Making sure m_left, m_right, m_parent, m_radius, and m_client_object are...Mitchell Stokes
2013-08-03BGE: Making sure m_objType is initialized in the BlendType (VideoTexture) con...Mitchell Stokes
2013-08-03BGE: Making sure m_line is initialized in the Exception (VideoTexture) constr...Mitchell Stokes
2013-08-03BGE: Making sure m_buffV, m_buffU, and m_pitchUV are initialized in the Filte...Mitchell Stokes
2013-08-03BGE: Making sure m_offset is initialized in the ImageSourceMix constructor.Mitchell Stokes
2013-08-03BGE: Making sure m_mirrorHalfWidth and m_mirrorHalfHeight are initialized in ...Mitchell Stokes
2013-08-03BGE: Removing some unreachable and unused code in BL_ActionManager.cpp.Mitchell Stokes
2013-08-03BGE: Fixing a memory leak with PyType_Ready_ADD.Mitchell Stokes
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-30BGE: Adding bge.physics as another alias for the PhysicsConstraints module.Mitchell Stokes
2013-07-28patch [#36233] Fix Halo and Billboard Normal and BehaviorCampbell Barton
2013-07-26BGE Fix [#18804] Shadow type faces cast onto invisible faces (non-GLSL)Daniel Stokes
2013-07-24BGE Fix [#29575] Object not drawn in game engineDaniel Stokes
2013-07-24BGE fix [#21488] Pumpkin in Gamekit Tutorial flips upside downDaniel Stokes
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23bge: de-duplicate cleanup code for empty mesh error caseCampbell Barton
2013-07-23BGE: Fix for [#34398] "«illegal operator» in Expression Controller" reporte...Mitchell Stokes
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20Changing the python error when accessing SCA_JoystickSensor.axisSingle in the...Daniel Stokes
2013-07-20Re fixing BGE bug [#36223] Strange page fault of "Game" actuatorDaniel Stokes
2013-07-20Add the Boost include to the right CMakeLists.txt...Mitchell Stokes
2013-07-20More build fixes for r58428.Mitchell Stokes
2013-07-20SCons fix for r58428.Mitchell Stokes
2013-07-20Removing source files from source/gameengine/GamePlayer/common/SConscript tha...Mitchell Stokes