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
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09- MSVC doesn't have log2f functionSergey Sharybin
2012-03-08Compilation error fix for game engine caused by recent DM refactoring.Sergey Sharybin
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-07change camera zoom from short to float.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-03option for the Armature Actuator to change the influence of a bone constraint.Dalai Felinto
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27Fixing a crash when converting physics objects in the Game Engine.Daniel Stokes
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-24Fix for #30336: Couldn't playback from Python without having played back via ...Joerg Mueller
2012-02-23fix for meshes not showing up in the game engine. Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-02-23BGE is compilable by MSVC againSergey Sharybin
2012-02-23code cleanup: dont set the namespace in STR_String.h - 'using namespace std',...Campbell Barton
2012-02-20minor edits to have the game engine and player building.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44213:44235 --- fixes bmesh shading bug [#30125]Campbell Barton
2012-02-18BGE bug #30173: ImageRender not working when initialized on frame 1. This was...Benoit Bolsee
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14font objects in blenderplayer fail when object with alpha is renderedDalai Felinto
2012-02-14Fixing up some buggy cleanup code in BL_ShapeDeformer. This code was causing ...Mitchell Stokes
2012-02-11svn merge ^/trunk/blender -r43995:44024Campbell Barton
2012-02-10bge font objects: fix for difference in size when object has a parentDalai Felinto
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-10bugfix [#30127] alpha in FontObjects not working in blenderplayerDalai Felinto
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-07Fix for [#29910] Crash on reading KX_SoundActuator.soundJoerg Mueller
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-05BGE bug #21947: Softbodies not using object size. Fixed by scaling the shape ...Benoit Bolsee
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04BGE bug #29133: Render to Texture not working. Fixed by using same viewport t...Benoit Bolsee
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-02Fix #29381: Navmeshs frees not guarded allocated memory and leakedSergey Sharybin
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-30pydoc cleanup + remove unused bge.logic constantsDalai Felinto
2012-01-23svn merge ^/trunk/blender -r43616:43639Campbell Barton
2012-01-23Fix for "[#29911] Crash on reading BL_ActionActuator.channelNames"Mitchell Stokes
2012-01-23Committing patch "[#27676] Change window size/resolution in realtime" by me.Mitchell Stokes
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyb...Mitchell Stokes
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2012-01-21change filepath limit from 240 to 1024Campbell Barton