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-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-06-24BGE: Fix for [#34185] "billboard scale problem in groups" reported by Tobias ...Mitchell Stokes
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-08style cleanupCampbell Barton
2013-04-05code cleanup: bge warningsCampbell Barton
2013-04-04Fix #34863: bge.render.makeScreenshot from Blender was only saving PNG files,Brecht Van Lommel
2013-03-26style cleanup:Campbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-22BGE projection code fix: old patch #28893 (to fix #28753) committed in rev.41...Dalai Felinto
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2013-01-23make bullet optional againCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-25BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the...Mitchell Stokes
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-19code cleanup: warningsCampbell Barton
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-29BGE: Fixing the double-click issue for mouse events too. The previous fix onl...Mitchell Stokes
2012-11-27BGE: Fix for [#33027] "logic.keyboard polling rate extremely low" reported by...Mitchell Stokes
2012-11-22BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL....Mitchell Stokes
2012-11-05Compile fixes for recent boost changesAntony Riakiotakis
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-19quiet double promotion warnings for the game engine.Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-14comment unused varsCampbell Barton