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-05-31cmake maintenanceCampbell Barton
2011-05-30BGE: fix bug #26775, crash when physics constraint is defined on non-active o...Benoit Bolsee
2011-05-29Moving the letterbox clear for the embedded player so it only clears when it ...Mitchell Stokes
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-05-29Fixing the initglobals leak in the Blenderplayer (G.main reference was being ...Mitchell Stokes
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-28bugfix for: [#26753] PhysicsConstraints ID trouble on 64bit (linux at least).Dalai Felinto
2011-05-28fix for embeded BGE viewport broken when not using letterboxingDalai Felinto
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28fix for ffmpeg linking in BGE (patch by Jens Verwiebe (jensverwiebe) over IRC)Dalai Felinto
2011-05-27Attempted fix for #27482: game engine running slow due to revision 36698 whichBrecht Van Lommel
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27missed this in recent commit.Campbell Barton
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-18cleanup onlyCampbell Barton
2011-05-17fix for r36723 - putting extern Material inside code like that results in wro...Nathan Letwory
2011-05-17fix [#27414] no-material renders differently in View3D vs BGECampbell Barton
2011-05-15BGE:Mitchell Stokes
2011-05-14Remove files that were intended for shader branch.Nathan Letwory
2011-05-14These two files didn't get added when I created a branch from my working copy.Mitchell Stokes
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
2011-05-08Committing patch [#27133] "Fix for for Object Color in BGE" by KupomanMitchell Stokes
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-04Patch [#26799] 2.5x blenderplayer (BGE) anti-aliasing & embedding by Sebastia...Dalai Felinto
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-20Bugfix for #26795 and #26917, Fix a bug that cause the radar sensor to breakErwin Coumans
2011-04-20minor cleanup & replace inline armature separate pchan searches with BLI_find...Campbell Barton
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-03-29fixes in Bullet stuff, roll influence for raycast vehicles was broken,Erwin Coumans
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-29apply patch for body suspend/resumeErwin Coumans
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton
2011-03-26print guarded-alloc memory leaks on blenderplayer exit.Campbell Barton
2011-03-25fix for blenderplayer using un-initialized mathutils types.Campbell Barton
2011-03-25BGE player was using un-initialized variables for initializing the canvas color.Campbell Barton
2011-03-22Blenderplayer: Fixing import issues. Using PyImport_ExtendInittab() for the B...Mitchell Stokes
2011-03-22BGE Dynamic Loading:Mitchell Stokes
2011-03-21pedantic edit, no need to initialize var.Campbell Barton
2011-03-21BGE Dynamic Loading: Fixing a particularly nasty leak that occurred if LibLoa...Mitchell Stokes
2011-03-21BGE Dynamic Loading: When given a relative path (starts with "//") for LibLoa...Mitchell Stokes