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
2010-04-18various minor fixesCampbell Barton
2010-04-18SVN maintenance.Guillermo S. Romero
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-17Patch #21789 - BGE Keyboard and Mouse Python types - by Mitchell Stokes(Moguri)Dalai Felinto
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton
2010-04-11BGE fix #20456 - 2.5: mouse position problem (offseted by 1 vertically)Dalai Felinto
2010-04-02bugfix [#21230] set-scene animation updates not workingCampbell Barton
2010-04-01BGE fix: Parenting the object to itself crashes BGE + stubs updateDalai Felinto
2010-03-30BGE API DOC: a guide on how to build epydoc for windowsDalai Felinto
2010-03-30BGE PyDoc: fix for KX_Object not linked to the class in some actuators API pageDalai Felinto
2010-03-29BGE patch [#21019]: Python function for Scene suspend/resume.Benoit Bolsee
2010-03-29VideoTexture: more PyDoc.Benoit Bolsee
2010-03-29VideoTexture: clean previous commit.Benoit Bolsee
2010-03-29BGE: repair armature animation. Was broken since commit 27766.Benoit Bolsee
2010-03-28VideoTexture: fix video capture lagging when CPU is busy. This problem was ca...Benoit Bolsee
2010-03-28bgl/BGE: glCopyTexImage2D + bgl.buffer creation error more verbose + dome pos...Dalai Felinto
2010-03-26BGE: fix for [#21180] - missing min and max values in the API + mode fix (int...Dalai Felinto
2010-03-26BGE: [#19836] Recursive Parenting in game crashes Blender. Added parenting lo...Benoit Bolsee
2010-03-25Fix compilation error in MinGW with my last commit.Benoit Bolsee
2010-03-25BGE: bug #21684 fixed: multiple material with static modifier now supported w...Benoit Bolsee
2010-03-24enable compiling without python againCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20BGE: bindId property in VideoTexture.Texture (to get the openGL id of the tex...Dalai Felinto
2010-03-16Keying Set Fixes:Joshua Leung
2010-03-10[#21261] Bugfix for dynamically loaded scenes' lights not mixing in multitextureCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-07BGE 2D Filters: slightly change dfelinto patch to use SCA_IScene instead of K...Benoit Bolsee
2010-03-03small png include adjustments (ifndef NOPNG ...).Dalai Felinto
2010-03-03fix for CMake compile in windows. ($PNG_INC was needed) - partial revert of c...Dalai Felinto
2010-03-03fix for minor errors/warningsCampbell Barton
2010-03-03BGE 2D Filters: filters run per scene now (fix for [#18152]) - it (slightly) ...Dalai Felinto
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-27VideoTexture: optional arguments to ImageBuff constructor.Benoit Bolsee
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-26VideoTexture: fix a bug with AV sync that was causing a loss of sync in case ...Benoit Bolsee
2010-02-25BGE Dome: BlenderPlayer Console arguments: warpdata working now (only with ab...Dalai Felinto
2010-02-25BGE Dome: Console arguments: angle, tilt, mode and warpdata (not working yet)Dalai Felinto
2010-02-23matrix functions, to_3x3, to_4x4Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22use BLI_findstring in more places & remove some warnings, no functional changes.Campbell Barton
2010-02-22fix for typoCampbell Barton
2010-02-22Fix for the player by nazg-gul.Joerg Mueller
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-21No need for this change anymore (force include to get BLO_sys_types.h in GE)Martin Poirier
2010-02-21Compile fix for CMakeElia Sarti
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton