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-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
2012-04-29Also updating CMakeLists.txt.Joerg Mueller
2012-04-29fix pthread path for windows buildsNathan Letwory
2012-04-05This fixes BGE bugs #30484 (Frame rate increases very high after game engine ...Mitchell Stokes
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-07change camera zoom from short to float.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-02-18BGE bug #30173: ImageRender not working when initialized on frame 1. This was...Benoit Bolsee
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-01-23Committing patch "[#27676] Change window size/resolution in realtime" by me.Mitchell Stokes
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton