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
2018-06-17Cleanup: trailing space in source/gameengine/Campbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-03-31Cleanup: blf internal struct namingCampbell Barton
2018-03-09Fix T53857: Incorrect framerate for videos imported from OBSSergey Sharybin
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-18Fix BGE sound actuator property accessCampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-08-21Fix for recent fix in fc890cd, cstdint is c++11 only so don't use it yet.Brecht Van Lommel
2017-08-21Fix Windows build error after recent Python changes in a10a7f42.Brecht Van Lommel
2017-08-17Fix leak in Python BGE filter & image typesCampbell Barton
2017-07-27Cleanup: Py3.7x warningCampbell Barton
2017-07-21Fix strict compiler warning in BGE when linking directly to SDLSergey Sharybin
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-11BGE: Use BLI's stringify instead of implementing it againSergey Sharybin
2017-05-11Unifying access to GLEW from the Blender Game EngineDalai Felinto
2017-05-02BGE: Fix silly typo that invalidates negative scaling camera feature.Benoit Bolsee
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-03-16Fix BGE building.Bastien Montagne
2017-03-15Missed BGE in recent commitCampbell Barton
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2016-12-14BGE: Fix T50098: Crash when useding ImageMirrorThomas Szepe
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-10-10BGE: remove calls to GLSL support query (it's always supported)Mike Erwin
2016-10-01Fix T49520: broken vertex colors in the game engine.Brecht Van Lommel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-08-29Fix T49196lazydodo
2016-08-16More fixes from coverity report.Bastien Montagne
2016-08-08BGE: Call DNA_sdna_current_init when launching blenderplayer.Porteries Tristan
2016-07-31simplify redundant conditionalsMike Erwin
2016-07-18fix breakage caused by D2094 / rB404f41d22de46119ee8afb409011eb1ba1840092lazydodo
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Cleanup to shapekeys' make_local (and copy) functions.Bastien Montagne
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BGE: Display Hardware infos only in standalone.Ulysse Martin
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-11BGE: DeckLink card support for video capture and streaming.Benoit Bolsee
2016-06-11BL_Shader.setUniformEyef(name)Benoit Bolsee
2016-06-11BGE: Various render improvements.Benoit Bolsee
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2016-05-12Fix missing piece in recent rBce65fae8f32c (support for '+' key).Bastien Montagne
2016-05-10Attempt to fix blenplayer after recent changesSergey Sharybin