projects
/
blender-staging.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add gitignore
[blender-staging.git]
/
source
/
gameengine
/
Ketsji
/
2013-11-05
Campbell Barton
code cleanup: typo and warning when openmp's disabled.
tree
|
commitdiff
2013-11-05
Campbell Barton
bge builds again without bullet.
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE: The recent physics cleanup was using KX_GameObject...
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE: Cleaning up the BGE's physics code and removing...
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE Rasterizer Cleanup: Cleaning up some includes.
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE Rasterizer Cleanup: Removing the Singletexture...
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE Rasterizer Cleanup: Removing the need to reference...
tree
|
commitdiff
2013-11-04
Mitchell Stokes
BGE Rasterizer Cleanup: Removing RAS_IRenderTools and...
tree
|
commitdiff
2013-11-02
Campbell Barton
fix memory leak with navmesh
tree
|
commitdiff
2013-10-10
Campbell Barton
code cleanup: use const's for static arrays
tree
|
commitdiff
2013-09-17
Mitchell Stokes
BGE: Fixing a typo in the collision API that was found...
tree
|
commitdiff
2013-09-14
Mitchell Stokes
BGE: Adding a Python collision API. The initial patch...
tree
|
commitdiff
2013-09-05
Daniel Stokes
Fixing a problem with variance shadow maps blurring...
tree
|
commitdiff
2013-08-28
Thomas Dinges
Cycles / Sky Texture:
tree
|
commitdiff
2013-08-26
Mitchell Stokes
BGE: Cleaning up the vsync code a little.
tree
|
commitdiff
2013-08-20
Campbell Barton
patch [#36503] BGE Python - Radar and Ray sensor wrong...
tree
|
commitdiff
2013-08-19
Bastien Montagne
Fix build with GE and WITH_CXX_GUARDEDALLOC enabled…
tree
|
commitdiff
2013-08-19
Sergey Sharybin
Merging r59182 through r59257 from trunk into soc-2013...
tree
|
commitdiff
2013-08-19
Campbell Barton
style cleanup: indent/whitespace
tree
|
commitdiff
2013-08-18
Brecht Van Lommel
Fix a few compiler warnings reported by clang.
tree
|
commitdiff
2013-08-17
Mitchell Stokes
BGE: Adding partial support for LibLoaded lights with...
tree
|
commitdiff
2013-08-17
Mitchell Stokes
BGE: Flipping vsync constants so VSYNC_ON is 0.
tree
|
commitdiff
2013-08-16
Thomas Dinges
Merged revision(s) 59108-59184 from trunk/blender into...
tree
|
commitdiff
2013-08-15
Sergey Sharybin
Merging r59136 through r59152 from trunk into soc-2013...
tree
|
commitdiff
2013-08-14
Mitchell Stokes
BGE: Finally adding support for additive layer blending.
tree
|
commitdiff
2013-08-14
Joerg Mueller
Adding a new state for sound handles in audaspace:...
tree
|
commitdiff
2013-08-14
Sergey Sharybin
Merging r59113 through r59129 from trunk into soc-2013...
tree
|
commitdiff
2013-08-14
Dalai Felinto
BGE Dome: bugfix - Warp Mesh not working
tree
|
commitdiff
2013-08-13
Sergey Sharybin
Merging r59104 through r59112 from trunk into soc-2013...
tree
|
commitdiff
2013-08-13
Thomas Dinges
Merged revision(s) 59035-59107 from trunk/blender into...
tree
|
commitdiff
2013-08-13
Mitchell Stokes
BGE: Updating the bge.logic.expandPath() documentation...
tree
|
commitdiff
2013-08-13
Sergey Sharybin
Merging r59083 through r59103 from trunk into soc-2013...
tree
|
commitdiff
2013-08-13
Mitchell Stokes
BGE: Adding a GPU Latency profile category to represent...
tree
|
commitdiff
2013-08-12
Sergey Sharybin
Merging r58778 through r59080 from trunk into soc-2013...
tree
|
commitdiff
2013-08-10
Daniel Stokes
As requested by Mitchell Stokes, reverting r58837 as...
tree
|
commitdiff
2013-08-07
Thomas Dinges
Merged revision(s) 58859-58993 from trunk/blender into...
tree
|
commitdiff
2013-08-07
Daniel Stokes
Adding a fov attribute to KX_Camera. This attribute...
tree
|
commitdiff
2013-08-06
Daniel Stokes
BGE Fix [#33215] KX_MeshProxy.transformUV() argument...
tree
|
commitdiff
2013-08-04
Campbell Barton
fix memory leak in KX_ObstacleSimulation
tree
|
commitdiff
2013-08-04
Campbell Barton
fix read outside buffer range KX_ObstacleSimulationTOI_...
tree
|
commitdiff
2013-08-04
Campbell Barton
KX_ObstacleSimulation: replace inline math functions...
tree
|
commitdiff
2013-08-04
Campbell Barton
code cleanup: replace strncpy -> BLI_strncpy, skip...
tree
|
commitdiff
2013-08-04
Campbell Barton
avoid freeing NULL pointer for navmesh BuildVertIndArra...
tree
|
commitdiff
2013-08-04
Campbell Barton
avoid runtime overflow (1 << 31), for RNA and armature...
tree
|
commitdiff
2013-08-03
Campbell Barton
code cleanup: remove unused define, correct header...
tree
|
commitdiff
2013-08-03
Thomas Dinges
Merged revision(s) 58785-58855 from trunk/blender into...
tree
|
commitdiff
2013-08-03
Mitchell Stokes
BGE: Removing some unreachable and unused code in BL_Ac...
tree
|
commitdiff
2013-08-02
Mitchell Stokes
BGE: Fixing a memory leak with PyType_Ready_ADD.
tree
|
commitdiff
2013-07-31
Thomas Dinges
Cycles / HSV Separator and Combine node:
tree
|
commitdiff
2013-07-31
Thomas Dinges
Merged revision(s) 58682-58770 from trunk/blender into...
tree
|
commitdiff
2013-07-30
Sergey Sharybin
Merging r58701 through r58746 from trunk into soc-2013...
tree
|
commitdiff
2013-07-29
Mitchell Stokes
BGE: Adding vsync control. Users can enable vsync,...
tree
|
commitdiff
2013-07-29
Mitchell Stokes
BGE: Adding bge.physics as another alias for the Physic...
tree
|
commitdiff
2013-07-29
Sergey Sharybin
Merging r58475 through r58700 from trunk into soc-2013...
tree
|
commitdiff
2013-07-24
Thomas Dinges
Merged revision(s) 58452-58584 from trunk/blender into...
tree
|
commitdiff
2013-07-24
Daniel Stokes
BGE Fix [#29575] Object not drawn in game engine
tree
|
commitdiff
2013-07-21
Sergey Sharybin
Merging r58464 through r58474 from trunk into soc-2013...
tree
|
commitdiff
2013-07-21
Campbell Barton
code cleanup: add break statements in switch ()'s,...
tree
|
commitdiff
2013-07-21
Sergey Sharybin
Merging r58362 through r58463 from trunk into soc-2013...
tree
|
commitdiff
2013-07-20
Thomas Dinges
Merged revision(s) 58424-58448 from trunk/blender into...
tree
|
commitdiff
2013-07-20
Thomas Dinges
Merged revision(s) 58356-58423 from trunk/blender into...
tree
|
commitdiff
2013-07-20
Campbell Barton
edit to r58425, BLI_math is available here, better...
tree
|
commitdiff
2013-07-20
Thomas Dinges
* Compile fix for overloaded pow() function.
tree
|
commitdiff
2013-07-19
Daniel Stokes
BGE fix [#35563] Object colour setting for objects...
tree
|
commitdiff
2013-07-19
Mitchell Stokes
Merging from ge_dev to trunk r58091-58422.
tree
|
commitdiff
2013-07-19
Mitchell Stokes
Merged changes from trunk r58324-58419.
tree
|
commitdiff
2013-07-19
Antony Riakiotakis
Fix some definitions for MinGW64
tree
|
commitdiff
2013-07-17
Thomas Dinges
Merged revision(s) 58241-58355 from trunk/blender into...
tree
|
commitdiff
2013-07-17
Mitchell Stokes
Merging changes from trunk r58091-58323.
tree
|
commitdiff
2013-07-15
Sergey Sharybin
Merging r58196 through r58265 from trunk into soc-2013...
tree
|
commitdiff
2013-07-15
Campbell Barton
clang/cmake - quiet warnings for external libs and...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
BGE: Adding animation culling. Armature objects will...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
BGE: Committing patch #32422 "Debug properties for...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
BGE cleanup: actually remove KX_PhysicsPropertiesobsole...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
BGE cleanup: removing an unused KX_PhysicsPropertiesobs...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
Creating a BGE staging branch.
tree
|
commitdiff
2013-07-09
Mitchell Stokes
Deleting the ge_dev branch so it can be rebranched...
tree
|
commitdiff
2013-07-03
Thomas Dinges
Merged revision(s) 57908-57978 from trunk/blender into...
tree
|
commitdiff
2013-07-02
Sergey Sharybin
Merging r57925 through r57933 from trunk into soc-2013...
tree
|
commitdiff
2013-07-02
Campbell Barton
remove nan copyrights from code added since blender...
tree
|
commitdiff
2013-07-02
Campbell Barton
add missing gpl headers
tree
|
commitdiff
2013-06-27
Thomas Dinges
Merged revision(s) 57768-57827 from trunk/blender into...
tree
|
commitdiff
2013-06-27
Sergey Sharybin
Merging r57729 through r57815 from trunk into soc-2013...
tree
|
commitdiff
2013-06-27
Campbell Barton
fix [#35884] evil bge.types.BL_Shader.setUniformMatrix3()
tree
|
commitdiff
2013-06-26
Thomas Dinges
Merged revision(s) 57671-57767 from trunk/blender into...
tree
|
commitdiff
2013-06-25
Campbell Barton
correct typos in comments.
tree
|
commitdiff
2013-06-24
Sergey Sharybin
Merging r57629 through r57694 from trunk into soc-2013...
tree
|
commitdiff
2013-06-24
Mitchell Stokes
BGE: Fix for [#30450] "F-Curve on bone not working...
tree
|
commitdiff
2013-06-24
Mitchell Stokes
BGE: Fix for [#35737] "Action actuator in property...
tree
|
commitdiff
2013-06-23
Thomas Dinges
Merged revision(s) 57587-57670 from trunk/blender into...
tree
|
commitdiff
2013-06-20
Sergey Sharybin
Merging r57570 through r57601 from trunk into soc-2013...
tree
|
commitdiff
2013-06-20
Mitchell Stokes
BGE: Fix for [#34781] "bge.texture.ImageRender does...
tree
|
commitdiff
2013-06-20
Mitchell Stokes
BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not...
tree
|
commitdiff
2013-06-19
Thomas Dinges
Merged revision(s) 57499-57586 from trunk/blender into...
tree
|
commitdiff
2013-06-18
Sergey Sharybin
Merging r57518 through r57545 from trunk into soc-20133...
tree
|
commitdiff
2013-06-18
Mitchell Stokes
BGE: Fix for [#32218] "logic.addScene() Not Adding...
tree
|
commitdiff
2013-06-17
Sergey Sharybin
Merging r57395 through r57513 from trunk into soc-2013...
tree
|
commitdiff
2013-06-17
Mitchell Stokes
BGE: Fixing the python profiling information so that...
tree
|
commitdiff
2013-06-16
Thomas Dinges
Merged revision(s) 57423-57498 from trunk/blender into...
tree
|
commitdiff
2013-06-13
Mitchell Stokes
BGE: Fixing a bug that caused KX_GameObject.localTransf...
tree
|
commitdiff
next