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
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14Blenderplayer: Fixing a crash on startup when the graphics driver tried to us...Mitchell Stokes
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-08BGE: Disable depth testing when drawing the overhead profile information in t...Mitchell Stokes
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-04Fix for [#32469] "standalone blenderplayer no longer starts in lastest build"...Mitchell Stokes
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-19Fix for [#32361] "Blenderplayer quad-buffer maximum 100Hz Fps" reported by HG1.Mitchell Stokes
2012-08-12style cleanupCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-05-09Fix #31366: check to enable opengl quadbuffer stereo was wrong, causing it toBrecht Van Lommel
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-03Fix #31273: videotexture ImageRender not working in blenderplayer.Brecht Van Lommel
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29Windows Blenderplayer: The console now closes when the Blenderplayer launches...Mitchell Stokes
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling 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-14font objects in blenderplayer fail when object with alpha is renderedDalai Felinto
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-10bugfix [#30127] alpha in FontObjects not working in blenderplayerDalai 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-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-11minor changes to BLF api useCampbell Barton
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25Merging Blenderplayer modifier fix (U.gameflags |= USER_DISABLE_VBO) from Cuc...Mitchell Stokes
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton