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-09-06code cleanup: capitalize defines.Campbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2011-10-20misc editsCampbell Barton
2011-07-25Fix #28014: joystick sensor not working. Broke this with an earlier commitBrecht Van Lommel
2011-06-27Fix part of #26850: OS X game player was showing _NSAutoreleaseNoPool()Brecht Van Lommel
2011-02-25doxygen: gameengine/GameLogic tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-06-13allow building without SDLCampbell Barton
2009-06-03BGE PyAPI fixesCampbell Barton
2009-05-28[#18840] Joystick sensor lagCampbell Barton
2009-05-25BGE Joystick Hat BugfixCampbell Barton
2009-05-15minor change - mistake in joystick fix, util function for getting attrs from ...Campbell Barton
2009-05-15[#18749] BGE: Crash on joysticksensor.getAxisValue()Campbell Barton
2009-05-11Fix Makefiles for gameengine.Diego Borghetti
2009-04-17Missing <stdlib.h> for abs() made this file not compile for me.Ton Roosendaal
2009-04-07Some users have odd joysticks with more then 8 axises, increased to 16 (so 4 ...Campbell Barton
2009-04-07BGE Joystick SensorCampbell Barton
2009-02-25remove warnings for the BGECampbell Barton
2008-10-11Fix for a relative paths issue in the game engine. G.sce was beingBrecht Van Lommel
2008-10-10Missing include, apparently only scons+mingw suffers this, strange.Ton Roosendaal
2008-10-08* Joystick sensor is now only triggered from events of the selected type.Campbell Barton
2008-10-07joystick updateCampbell Barton
2008-09-21game engine now compiles with SDL disabled. CDROM and Joystick wont function ...Campbell Barton
2008-09-02BGE Bugfix, SDL joysticks arrow keys didnt work when 2 joysticks were being u...Campbell Barton
2008-09-01BGE joystick sensor py api function 'getConnected()', returns true if the joy...Campbell Barton
2008-08-31BGE patch approved: BGE Multiple JoysticksBenoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-05BGE bug [#4839] fixed: joystick keeps working after an overlay scene is removedBenoit Bolsee
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2005-07-18more preparations for bullet physics, and some eol issues with SCA_Joystick*Erwin Coumans
2005-03-25Big patches:Kester Maddock
2005-01-30 - updated MSVC 6 projectfiles.Simon Clitherow
2005-01-24Fixed the Makefiles so the Joystick stuff works.Kent Mein
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock