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
2008-05-24fix BGE bug #8646: unusable anaglyph settingsBenoit Bolsee
2008-05-05Fixed some indentation, I stumbled across (spaces vs tabs)Kent Mein
2008-05-04More compiler fixes for BLI_convertstringcode callsKen Hughes
2008-04-30fix BGE bug #8869: Added objects are not lit correctlyBenoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15fix BGE bug #8309: After Parent Object added to the visual layer, Child Camer...Benoit Bolsee
2008-04-06Commit patch #8799: Realtime SetParent function in the BGEBenoit Bolsee
2008-04-05Commit patch #2439: Mesh replacement in BGE will react properly to armature d...Benoit Bolsee
2008-03-24Commit patch #8724:Benoit Bolsee
2008-03-22Correction on BGE fixes:Benoit Bolsee
2008-03-15New rayCastTo() python method for KX_GameObject: Benoit Bolsee
2008-03-13Delta Loc/Rot/Scale Ipo curve are now supporting in the BGE with the followin...Benoit Bolsee
2008-03-10BGE memleak fixed: mesh/material not deleted when switching sceneBenoit Bolsee
2008-03-01Various mem leaks related to CValue reference count fixedBenoit Bolsee
2008-02-16patch 8235 8218 8211 added: various gameengine improvements, fixed windows pr...Benoit Bolsee
2008-02-04merging game_engine branch changes into trunk, 2d-filters and opengl speedupHamed Zaghaghi
2007-11-28Blender interface code in Game Engine, who would that have thought!Ton Roosendaal
2007-11-18Fix for multimodifier commit breaking game engine compile.Brecht Van Lommel
2007-11-062d Filters updated, now you can use custom filter and write your own GLSL sha...Hamed Zaghaghi
2007-10-232d-Filters feature and actuators.Hamed Zaghaghi
2007-10-21== Core ==Peter Schlaile
2007-09-18Fix insert_vert_icu, missing the new "fast" argument.Diego Borghetti
2007-09-17Updated calls to insert_vert_ipo to beKent Mein
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-07-29Forgot to commit file in the game engine.Brecht Van Lommel
2007-07-19was missing headerCampbell Barton
2007-07-19removing duplicate constantsCampbell Barton
2007-06-23preparation to upgrade to Bullet 2.53Erwin Coumans
2007-06-01Applied patch [#5795] Parent to bone - Supplied by Monster.Charlie Carley
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-04* spelling commit by ideasman did accidental rename of one var, but not prope...Nathan Letwory
2007-04-04moved source and text to american spellingCampbell Barton
2007-02-05Left out the case where MTFace can be null.Charlie Carley
2007-02-05Bug fix for TF_BMFONT faces. Colors on the material were backwards when rende...Charlie Carley
2007-01-19fix crash in constraint conversion, fix reference frame transformations for ...Erwin Coumans
2007-01-13First commit! Small bug fix for cube map crashing in the player.Charlie Carley
2007-01-07fixes in rigidbody constraints rigidbody -> IPO baking:Erwin Coumans
2007-01-07patch by Charlie, related to recent changes of multi-uv/lightmap generation. ...Erwin Coumans
2006-12-22Bugfix: UV texture layer without vertex color layer did not display correctBrecht Van Lommel
2006-12-20Enable 'show physics visualization' in the Game Menu. Should help to locate p...Erwin Coumans
2006-12-18Use degrees instead of radians for rigidbody constraint axis (euler angles). ...Erwin Coumans
2006-12-17prevent crash in case no polygons have collisions assignedErwin Coumans
2006-12-16contribution from RCRuiz:Erwin Coumans
2006-12-12some fixes in a recent contribution, added return values and check for valid ...Erwin Coumans
2006-12-03- GEadded VSYNC for Mac OS X swapbuffers (can be easily undone by commenting ...Erwin Coumans
2006-12-02- added support for generic 6DOF constraintErwin Coumans
2006-12-01- enabled compound collision objects, requires 'clear parent inverse'Erwin Coumans
2006-11-30removed (int) cast, should fix 64bit issue in recent commitErwin Coumans
2006-11-30Reserved some Bullet 2.x constraint data.Erwin Coumans
2006-11-22Makefile support for bullet2 ... please testChris Want