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-05-18include game engine docs in sphinx doc generation:Campbell Barton
2010-05-17epydoc to sphinx markup for GameLogic moduleCampbell Barton
2010-05-17convert GameKeys epydoc into sphinx markupCampbell Barton
2010-05-17convert Rasterizer module to sphinxCampbell Barton
2010-05-17convert GameTypes from epydoc into sphinx compatible markup, also removed dep...Campbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-05-07ghash alloc string from render branchCampbell Barton
2010-05-07bugfix for own error [#22269] object vector operations (position) not working...Campbell Barton
2010-05-05[#22177] Adding BLF to the BGE and exposing BLF_load as blf.loadCampbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-25correct typo'sCampbell Barton
2010-04-24BGE Fix: [#19951] mouse over sensor is broken with letterboxing framingDalai Felinto
2010-04-20replace referenecs to python 2.xCampbell Barton
2010-04-20BGE EPY Docs: PhysicsConstraints and fixes in other modulesDalai Felinto
2010-04-20Added F13 - F19 keys for game engine too.Matt Ebb
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
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