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
2005-11-28applied the 64-bit pointer patch submitted by Ken HughesErwin Coumans
2005-11-11fixed raysensor, hooked up a few more bullet method: force, torque etc, + 'lo...Erwin Coumans
2005-10-23updated SConstruct and Makefile so that if you compile the gameengine, is alw...Erwin Coumans
2005-08-18Support for 'Bullet' in the Makefiles. Enable with:Chris Want
2005-08-18The name of an included header had the capitalization wrong, causingChris Want
2005-08-17some more fixes in the raycast/mouse overErwin Coumans
2005-08-13these files missed the cvs commt yesterday, this should fix compilation problemsErwin Coumans
2005-08-08some more work on bullet raycastErwin Coumans
2005-08-06fixed sphere shape, added non-uniform scaling (making it an ellipsoid)Erwin Coumans
2005-08-05fixed the mouse-over sensor,Erwin Coumans
2005-08-04improved deactivation, exposed more tweakable parameters to python,Erwin Coumans
2005-08-03moved some hardcoded constants into tweaking tresholdsErwin Coumans
2005-08-02Finalised support for compiling BULLET on linux.Simon Clitherow
2005-08-02Added support for compiling BULLET with scons on windowsSimon Clitherow
2005-07-30enable bullet for vc7 too by default (can be switched off easily)Erwin Coumans
2005-07-29added physics-debuggingErwin Coumans
2005-07-27- added debug line drawing in gameengine (handy for debugging physics problems)Erwin Coumans
2005-07-18more preparations for bullet physics, and some eol issues with SCA_Joystick*Erwin Coumans
2005-07-17preparation for bullet physicsErwin Coumans
2005-07-16added Bullet physics binding filesErwin Coumans
2005-04-22removed extra qualifier `SumoPHYCallbackBridge::' that was chokingStephen Swaney
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want
2005-03-26add new file SumoPHYCallbackBridge.cpp to SConscript for SCons build.Stephen Swaney
2005-03-25I'll break this commit into two sections in the moto filesKent Mein
2005-03-25Quickly hacked together a fix for game engine compiling. There were twoChris Burt
2005-03-25Big patches:Kester Maddock
2005-02-15Fix compile errors for MSVCKester Maddock
2005-01-16remove gcc compiler error using -pedantic flag:Stephen Swaney
2005-01-03More warning cleanups...Kent Mein
2004-12-13Set the physics scale on added objects. (Fix bug #1837)Kester Maddock
2004-12-06Fix the case when the physics system starves the logic & renderer of CPU time...Kester Maddock
2004-12-06Fix numerical precision issue in physics. Dividing by a number too close to ...Kester Maddock
2004-12-04Update the physics engine: interpolate between frames so track to/camera actu...Kester Maddock
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-11-08Fix for MSVC (thanks Simon)Kester Maddock
2004-11-06Speed up the physics engine: hook the SOLID broad phase, so we can either re...Kester Maddock
2004-10-25Do a complete physics timestep each step instead of some per frameKester Maddock
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-08-27We don't use ODE anymore, so I commented out some lines that make itChris Want
2004-08-01Under certain circumstances a null-pointer could get dereferenced. Disabling ...Nathan Letwory
2004-05-26Added an UpdateTransform callback from SceneGraph -> Physics.Kester Maddock
2004-05-17Same again - change static const for MSVC++Kester Maddock
2004-05-17Fix for MSVC .NET, which can't handle static const declarations in classes.Kester Maddock
2004-05-16Cleanup unused/commented out code, compiler warnings, coding standards etc.Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-13Make game users happier.Kester Maddock
2004-05-08Delete all SOLID shapes at the end of the game engine. They were all being l...Kester Maddock
2004-05-06Fix Bug #1243: http://projects.blender.org/tracker/?func=detail&aid=1243&grou...Kester Maddock
2004-04-24Synchronise game engine with Tuhopuu2 tree.Kester Maddock
2004-04-22[SCONS] Optimisation flags for msvcNathan Letwory