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
2011-04-10=cloth collisions=Joseph Eagar
2011-04-09Add missing defines for .rc file.Nathan Letwory
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-31remove bpy python api from blenderplayer, it was being linked but not initial...Campbell Barton
2011-03-28Add stubs for the new timer add and remove functions.Nathan Letwory
2011-03-28Revert r34026, which in it turn reverted r33039. Removal breaks renderers tha...Nathan Letwory
2011-03-05blenderplayer building again in CMake + OSX (and Linux I guess) patch from IR...Dalai Felinto
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-25doxygen: tag blenderplayer stubs.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Finally got around to fixing priorities, so cleanup in stubs.c can be done. b...Nathan Letwory
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-15...and for blenderplayerCampbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-09stubs.c updates provided by Kupoman.Mitchell Stokes
2011-01-03remove rna func scene.collada_export(), export functions dont exist for any o...Campbell Barton
2011-01-03stubs.c updates for uiLayoutGetRedAlert and uiLayoutSetRedAlertMitchell Stokes
2010-12-28stubs update for multitex_ext_safeMitchell Stokes
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-17cmake was complaining when there was no libs skipped.Campbell Barton
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06CMake: use a global list to store libraries built rather then cmake_blender_l...Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23fix for player with recent update.Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-20region.tag_redraw() broke building with the player.Campbell Barton
2010-11-19patch [#24800] Make scene type buttons from material preview optionalCampbell Barton
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-14r33039 added dependency to COLLADA for blenderplayer, but it's really not nee...Nathan Letwory
2010-11-12Getting BLF to work with the Blenderplayer.Mitchell Stokes
2010-11-05fix for linking the player, also fixes building without python and bullet.Campbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-27Revert 32710 for now, otherwise can't test release building with scons.Nathan Letwory
2010-10-26blenderplayer building again in CMake+MSVCDalai Felinto
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursi...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-20stubs.c update for revision 32607, which introduced the BLC ED_space_image_pa...Mitchell Stokes
2010-10-18remove annoying warnings for blenderplayers stub.cCampbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- blender player builds again with CMake.Campbell Barton
2010-10-15bugfix [#24247] Duplicating a Composite Group Node no User Count IconCampbell Barton
2010-10-05Update stubs for recent changes (BKE_utildefines.h and header printing).Nathan Letwory
2010-09-15Fix cmake/osx blenderplayer linking.Brecht Van Lommel