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-06-01fix stubs for blenderplayer linkingDalai Felinto
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-17This commit addresses the somewhat weak handling of stackless textures in Ble...Bastien Montagne
2013-05-14The usual fix for blenderplayer. I didn't have time to test scons but looks l...Antony Riakiotakis
2013-05-13C forbids having variables declarations in the middle of code block.Sergey Sharybin
2013-05-13BGE: I had the assert in stubs.c backwards. However, it looks like the Blende...Mitchell Stokes
2013-05-13BGE: Adding an assert(true); to every function defined in stubs.c. This shoul...Mitchell Stokes
2013-05-13BGE: Tweaking the linking order of the Blenderplayer (CMake) to avoid needing...Mitchell Stokes
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-04-22Yet another Stupid Stub Fix™!Bastien Montagne
2013-04-19Usual Stupid Blenderplayer Stub Fix™! :PBastien Montagne
2013-04-11Correct stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04Fix blenderplayer (missing stub...).Bastien Montagne
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03code cleanup: unused functionsCampbell Barton
2013-03-26Merging r55547 through r55594 from trunk into soc-2008-mxcurioniSergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
2013-03-21fix for own recent commit - added function into wrong side of ifdefCampbell Barton
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18Added missing stub for uiTemplateNodeSocket.Lukas Toenne
2013-03-18Fix blenderplayer (looks like gcc4.7 dislikes unamed parameters ;) ).Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-14Usual blenderplayer fix! :pBastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-07Fix warnings in stubs.cSergej Reich
2013-03-07Fix building with blenderplayerSergej Reich
2013-03-06The imperative per-few-days blenderplayer fix.Antony Riakiotakis
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-02-24BGE: Removing the source files for the PHY interfaces since they just contain...Mitchell Stokes
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-22Remove extern_ssba workaroundSergey Sharybin
2013-02-22code cleanup: remove unused argCampbell Barton
2013-02-20Fix for blenderplayer build after recent motrack changesSergey Sharybin
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-11Fix building with blenderplayerSergej Reich
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-08RNA ui API: fix long-standing annoying glitches when using 'text' property of...Bastien Montagne