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-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-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-07Fix for [#29910] Crash on reading KX_SoundActuator.soundJoerg Mueller
2012-02-05BGE bug #21947: Softbodies not using object size. Fixed by scaling the shape ...Benoit Bolsee
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-02Fix #29381: Navmeshs frees not guarded allocated memory and leakedSergey Sharybin
2012-01-30pydoc cleanup + remove unused bge.logic constantsDalai Felinto
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-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
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2012-01-12de-duplicate object conversion code in BGECampbell Barton
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-11bge camera actuator: -X and -Y axisDalai Felinto
2012-01-11minor changes to BLF api useCampbell Barton
2012-01-05more edits to r43145,Campbell Barton
2012-01-05BGE Font Object: fix for relative path not working AND packed fonts not workingDalai Felinto
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2011-12-31Changing KX_FontObject to look for a "Text" game property instead of a "text"...Daniel Stokes
2011-12-30use PyUnicode_From_STR_String in the game engine in more places.Campbell Barton
2011-12-30cucumber merge, multiline font object:Dalai Felinto
2011-12-30formatting edits, missed these last commit.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-23recent matrix row/col swap broke matrix assignment in the BGE, fix provided b...Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22SVN maintenance.Guillermo S. Romero
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-18bugfix: [#29486] 2D filters make scene disappear when wire material used - pa...Dalai Felinto
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-15more vertex weight edits,Campbell Barton
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-29Fix #27696: record animation in game engine not working with pre made fcurves.Brecht Van Lommel
2011-11-29remove header text:Campbell Barton
2011-11-26Add missing GLEW_STATIC definition, causing link errors.Antony Riakiotakis
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton