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-07-26py api:Campbell Barton
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-05-14stubs.c update: ED_view3d_from_m4()Mitchell Stokes
2011-05-12== Radial control ==Nicholas Bishop
2011-05-03bplayer stub update + remove some tabsDalai Felinto
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-04-26- fix for player linkingCampbell 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-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-01-31Todo issue: sculpting on deformed meshSergey Sharybin
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-11-23partial fix for [#23532]Campbell Barton
2010-11-23fix for player with recent update.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-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-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursi...Campbell Barton
2010-10-20stubs.c update for revision 32607, which introduced the BLC ED_space_image_pa...Mitchell Stokes
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.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-07patch [#23650] fix stubs.c for optimized buildCampbell Barton
2010-08-31Updating stubs.c.Mitchell Stokes
2010-08-30stubs.c updatesMitchell Stokes
2010-08-26Updating stubs.c for WM_clipboard_text_get and WM_clipboard_text_set.Mitchell Stokes
2010-08-25remove rna function template_triColorSet(), was only used in one place and ca...Campbell Barton
2010-08-24Updating stubs.c to get the Blenderplayer linking again.Mitchell Stokes
2010-08-12bad level call fixes so the blenderplayer compiles againTom Musgrove
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-06-02blenderplayer building again (may need updates in libraries I dont compile wi...Dalai Felinto
2010-05-07Logic UI: State Actuator done :) all actuators are there now. [and stubs update]Dalai Felinto
2010-04-13BGE: stubs update (bplayer)Dalai Felinto
2010-04-12BGE: TexFace panel (from patch #21780 from Mitchell Stokes + some changes)Dalai Felinto
2010-04-07Revert a crappy line from revision 28060. Thomas Dinges