projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cycles: Proper comment for closing header guard
[blender.git]
/
source
/
gameengine
/
2018-10-08
Campbell Barton
Cleanup: spelling
tree
|
commitdiff
2018-09-13
Campbell Barton
Cleanup: use PyImport_GetModuleDict
tree
|
commitdiff
2018-09-05
Campbell Barton
Cleanup: replace doxy @ with backslash
tree
|
commitdiff
2018-06-29
Campbell Barton
Cleanup: trailing newlines
tree
|
commitdiff
2018-06-25
Bastien Montagne
Cleanup: Nuke most of G.main from GPU code.
tree
|
commitdiff
2018-06-22
Sergey Sharybin
CMake: Make language explicit for per-file strict flags...
tree
|
commitdiff
2018-06-17
Campbell Barton
Cleanup: trailing space in source/gameengine/
tree
|
commitdiff
2018-06-17
Campbell Barton
Cleanup: BLI path extension API
tree
|
commitdiff
2018-06-07
Bastien Montagne
Cleanup: remove moar G.main usages.
tree
|
commitdiff
2018-04-03
Campbell Barton
Cleanup: rename list count_ex -> count_at_most
tree
|
commitdiff
2018-03-31
Campbell Barton
Cleanup: blf internal struct naming
tree
|
commitdiff
2018-03-09
Sergey Sharybin
Fix T53857: Incorrect framerate for videos imported...
tree
|
commitdiff
2018-02-15
Campbell Barton
Cleanup: rename BLI_thread.h API
tree
|
commitdiff
2018-02-07
Campbell Barton
Cleanup: add _types.h suffix to DNA headers
tree
|
commitdiff
2017-11-18
Campbell Barton
Fix BGE sound actuator property access
tree
|
commitdiff
2017-09-29
Campbell Barton
Drop platform support for Solaris & AIX
tree
|
commitdiff
2017-08-21
Brecht Van Lommel
Fix for recent fix in fc890cd, cstdint is c++11 only...
tree
|
commitdiff
2017-08-20
Brecht Van Lommel
Fix Windows build error after recent Python changes...
tree
|
commitdiff
2017-08-17
Campbell Barton
Fix leak in Python BGE filter & image types
tree
|
commitdiff
2017-07-26
Campbell Barton
Cleanup: Py3.7x warning
tree
|
commitdiff
2017-07-21
Sergey Sharybin
Fix strict compiler warning in BGE when linking directl...
tree
|
commitdiff
2017-07-07
Brecht Van Lommel
Fix T51889: new file or load factory settings results...
tree
|
commitdiff
2017-06-19
Campbell Barton
Cleanup: doxygen comments
tree
|
commitdiff
2017-06-02
Campbell Barton
Cleanup: style
tree
|
commitdiff
2017-05-27
Aaron Carlisle
Remove MinGW support
tree
|
commitdiff
2017-05-20
Campbell Barton
CMake: Use GCC7's -Wimplicit-fallthrough=5
tree
|
commitdiff
2017-05-11
Sergey Sharybin
BGE: Use BLI's stringify instead of implementing it...
tree
|
commitdiff
2017-05-11
Dalai Felinto
Unifying access to GLEW from the Blender Game Engine
tree
|
commitdiff
2017-05-02
Benoit Bolsee
BGE: Fix silly typo that invalidates negative scaling...
tree
|
commitdiff
2017-04-14
Alexander Romanov
Object Info node support for GLSL mode and the internal...
tree
|
commitdiff
2017-03-16
Bastien Montagne
Fix BGE building.
tree
|
commitdiff
2017-03-15
Campbell Barton
Missed BGE in recent commit
tree
|
commitdiff
2017-02-28
Aaron Carlisle
Cleanup: Grey --> Gray
tree
|
commitdiff
2016-12-14
Thomas Szepe
BGE: Fix T50098: Crash when useding ImageMirror
tree
|
commitdiff
2016-11-15
Sergey Sharybin
Atomics: Make naming more obvious about which value...
tree
|
commitdiff
2016-10-10
Mike Erwin
BGE: remove calls to GLSL support query (it's always...
tree
|
commitdiff
2016-10-01
Brecht Van Lommel
Fix T49520: broken vertex colors in the game engine.
tree
|
commitdiff
2016-09-19
Julian Eisel
UI Messages: Consistent spelling of term "data-block"
tree
|
commitdiff
2016-08-29
lazydodo
Fix T49196
tree
|
commitdiff
2016-08-16
Bastien Montagne
More fixes from coverity report.
tree
|
commitdiff
2016-08-08
Porteries Tristan
BGE: Call DNA_sdna_current_init when launching blenderp...
tree
|
commitdiff
2016-07-31
Mike Erwin
simplify redundant conditionals
tree
|
commitdiff
2016-07-18
lazydodo
fix breakage caused by D2094 / rB404f41d22de46119ee8afb...
tree
|
commitdiff
2016-07-14
Campbell Barton
PyAPI: fix memory leaks in dictionary assignment
tree
|
commitdiff
2016-07-10
Bastien Montagne
Cleanup/Refactor: pass Main pointer to all ID copy...
tree
|
commitdiff
2016-07-09
Bastien Montagne
Cleanup to shapekeys' make_local (and copy) functions.
tree
|
commitdiff
2016-07-02
Campbell Barton
Cleanup: comment blocks
tree
|
commitdiff
2016-07-01
Ulysse Martin
BGE: Display Hardware infos only in standalone.
tree
|
commitdiff
2016-06-22
Bastien Montagne
ID-Remap - Step one: core work (cleanup and rework...
tree
|
commitdiff
2016-06-18
Campbell Barton
Cleanup: style, whitespace, doxy filepaths
tree
|
commitdiff
2016-06-11
Benoit Bolsee
BGE: DeckLink card support for video capture and streaming.
tree
|
commitdiff
2016-06-11
Benoit Bolsee
BL_Shader.setUniformEyef(name)
tree
|
commitdiff
2016-06-11
Benoit Bolsee
BGE: Various render improvements.
tree
|
commitdiff
2016-06-09
Benoit Bolsee
BGE: alpha on frame buffer and precedence of MSAA over...
tree
|
commitdiff
2016-05-12
Bastien Montagne
Fix missing piece in recent rBce65fae8f32c (support...
tree
|
commitdiff
2016-05-10
Sergey Sharybin
Attempt to fix blenplayer after recent changes
tree
|
commitdiff
2016-05-10
Sergey Sharybin
Fix T48393: Blender player doesn't start on files saved...
tree
|
commitdiff
2016-05-10
Bastien Montagne
Fix T48369: Missing suport for main '+' key.
tree
|
commitdiff
2016-04-26
Alexander Romanov
Support multiple tangents for BI render & viewport
tree
|
commitdiff
2016-04-25
Campbell Barton
Refactor BKE_blender into separate headers
tree
|
commitdiff
2016-04-10
Porteries Tristan
BGE: Fix T48071: Global logic manager
tree
|
commitdiff
2016-03-23
Campbell Barton
Fix T47893: BGE crashes w/ generated mesh data
tree
|
commitdiff
2016-03-13
Joshua Leung
More compile fixes - Game Engine
tree
|
commitdiff
2016-03-13
Jack Andersen
Full Inverse-Quadratic-Equation Lamp Falloff
tree
|
commitdiff
2016-03-11
Mitchell Stokes
BGE: Fix memory leak in VBO code
tree
|
commitdiff
2016-03-11
Mitchell Stokes
BGE: Fix animations when using VBOs
tree
|
commitdiff
2016-03-01
Ulysse Martin
UPBGE: Fix light visibility
tree
|
commitdiff
2016-03-01
Porteries Tristan
UPBGE: Disallow shadow buffer render when the lamp...
tree
|
commitdiff
2016-02-25
Campbell Barton
Fix T47015: BGE, objects vanish aligning to vector
tree
|
commitdiff
2016-02-23
Sergey Sharybin
Fix warnings reported by MSVC
tree
|
commitdiff
2016-02-20
Sergey Sharybin
Make Blender ready for C++11
tree
|
commitdiff
2016-02-18
Ulysse Martin
BGE: Allow access to original texture openGL Bind code...
tree
|
commitdiff
2016-02-16
Sergey Sharybin
Make game engine ready for FFmpeg-3.0 as well
tree
|
commitdiff
2016-02-15
Bastien Montagne
Cleanup: reorganize BKE ID tagging functions.
tree
|
commitdiff
2016-01-28
Mike Erwin
cleanup: spelling, comments, alignment
tree
|
commitdiff
2016-01-27
Alexander Romanov
World textures displaying for viewport in BI.
tree
|
commitdiff
2016-01-25
Sybren A. Stüvel
Fix T46902: Revert zeroing velocity in BGE logic brick
tree
|
commitdiff
2016-01-23
Alexander Romanov
Vector Transform node support for GLSL mode and the...
tree
|
commitdiff
2016-01-17
Ulysse Martin
BGE: Allow access to light shadow settings with python
tree
|
commitdiff
2016-01-04
Sergey Sharybin
Remove SCons building system
tree
|
commitdiff
2016-01-02
Antony Riakiotakis
Get rid of three needless instances of DM_DRAW_OPTION_N...
tree
|
commitdiff
2015-12-30
Porteries Tristan
BGE: Fix invalid operator< for microsoft compiler.
tree
|
commitdiff
2015-12-27
Bastien Montagne
Split id->flag in two, persistent flags and runtime...
tree
|
commitdiff
2015-12-26
Alexander Romanov
OpenGL: stipple support added to basic GLSL shader
tree
|
commitdiff
2015-12-17
Campbell Barton
Fix T46959: sys.meta_path reset on on exit
tree
|
commitdiff
2015-12-17
Campbell Barton
Cleanup: quiet warning
tree
|
commitdiff
2015-12-16
Jorge Bernal
BGE clean up: use float version of trigonometric functions
tree
|
commitdiff
2015-12-16
Jorge Bernal
BGE Ketsji clean-up: double-promotion warnings
tree
|
commitdiff
2015-12-15
Mike Erwin
use float (not double) for font matrix
tree
|
commitdiff
2015-12-14
Jorge Bernal
BGE Physics clean up: double-promotion warnings
tree
|
commitdiff
2015-12-14
Jorge Bernal
BGE Scenegraph clean up: double-promotion warnings
tree
|
commitdiff
2015-12-13
Jorge Bernal
BGE Rasterizer clean up: double-promotion warnings
tree
|
commitdiff
2015-12-13
Porteries Tristan
BGE: Use float as default instead of double in Moto...
tree
|
commitdiff
2015-12-12
Arnaud Degroote
BGE: Improve clock management
tree
|
commitdiff
2015-12-08
Brecht Van Lommel
OpenGL: split off framebuffer, shader and texture code...
tree
|
commitdiff
2015-12-08
Brecht Van Lommel
OpenGL: remove non-power-of-two texture check, where...
tree
|
commitdiff
2015-12-08
Mitchell Stokes
BGE code cleanup: Removing RAS_GLExtensionManager.
tree
|
commitdiff
2015-12-08
Mitchell Stokes
OpenGL/BGE: Remove RAS_StorageIM (glBegin/glEnd renderi...
tree
|
commitdiff
2015-12-08
Mitchell Stokes
BGE: Remove RAS_IRasterizer::IndexPrimitivesMulti()
tree
|
commitdiff
2015-11-28
Ulysse Martin
Fix a regression introduced by https://developer.blende...
tree
|
commitdiff
next