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-09-12BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a ...Daniel Stokes
2013-08-26BGE: Cleaning up the vsync code a little.Mitchell Stokes
2013-08-26blenderplayer builds againCampbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-17BGE: Flipping vsync constants so VSYNC_ON is 0.Mitchell Stokes
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-06BGE: Making sure the BlenderPlayer calls Py_Finalize().Mitchell Stokes
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-26BGE Fix [#18804] Shadow type faces cast onto invisible faces (non-GLSL)Daniel Stokes
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-20Re fixing BGE bug [#36223] Strange page fault of "Game" actuatorDaniel Stokes
2013-07-20Add the Boost include to the right CMakeLists.txt...Mitchell Stokes
2013-07-20More build fixes for r58428.Mitchell Stokes
2013-07-20SCons fix for r58428.Mitchell Stokes
2013-07-20Removing source files from source/gameengine/GamePlayer/common/SConscript tha...Mitchell Stokes
2013-07-20edit to r58425, BLI_math is available here, better not copy,paste from linear...Campbell Barton
2013-07-20BGE: Partial fix for [#36151] "Distance model not carrying over to standalone...Mitchell Stokes
2013-07-17Merging changes from trunk r58091-58323.Mitchell Stokes
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-09BGE cleanup: Getting rid of an unused variable warning in GPG_Canvas::Init().Mitchell Stokes
2013-07-09BGE cleanup: removing some unused code from GPC_Canvas.Mitchell Stokes
2013-07-09BGE cleanup: Removing the GamePlayer/xembed folder and associated build optio...Mitchell Stokes
2013-07-09BGE cleanup: GPC_System was an empty class, so I'm dropping it and having GPG...Mitchell Stokes
2013-07-09BGE cleanup: removing various unused code and files from GamePlayer/common.Mitchell Stokes
2013-07-09BGE cleanup: removing unused banner code from GPC_Canvas.Mitchell Stokes
2013-06-24BGE: Fix for [#34185] "billboard scale problem in groups" reported by Tobias ...Mitchell Stokes
2013-06-24BGE: fix [#35811] Blenderplayer crash on closing if file saved with an actual...Daniel Stokes
2013-06-22Minor code cleanup in 'source/gameengine/GamePlayer/ghost/GPG_Application.cpp'.Inês Almeida
2013-06-22BGE: Fix for [#35815] "makeScreenshot() relative path not working in Blenderp...Mitchell Stokes
2013-06-21BGE: Fix for [#33163] "Text Font Bug" reported and fixed by HG1.Mitchell Stokes
2013-06-20BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mi...Mitchell Stokes
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-14Patch [#35234]:Jürgen Herrmann
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-12bge fix: framing mode "Expanded" not updated when resizing blenderplayerDalai Felinto
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-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-02-24fix for own commit r54806 with argument order and multisampling.Campbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-24GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(),Campbell Barton
2013-02-23BGE: Fix for bug #34219 "Webcam support under Linux in Standalone broken" rep...Mitchell Stokes
2013-02-05And one more "G.main" compile fix, this time for BGE ;)Bastien Montagne
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2012-12-25BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the...Mitchell Stokes