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
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2016-04-11BGE: Fix T48071: Global logic managerPorteries Tristan
2015-07-12BGE Clean-up: New EXP prefix for the BGE Expression moduleJorge Bernal
2015-04-17BGE: Fix for T44374 Crash when collision sensor deactivatedJorge Bernal
2015-04-16BGE: Fix for T42341 Sensor.frequency is badly namedJorge Bernal
2014-07-18BGE: Add property/material detection and X-Ray for mouse over any sensorMitchell Stokes
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
2014-04-20BGE: Fixing memory leaks when deactivating Sensors, Controllers, or actuators.Mitchell Stokes
2014-04-17BGE - button for deactivate sensors, controllers and actuatorsJorge Bernal
2014-02-14Code cleanup: duplicate headersCampbell Barton
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-04BGE Rasterizer Cleanup: Removing KX_BlenderGL since it was mostly one-line fu...Mitchell Stokes
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-08-04code cleanup: remove redundant NULL checksCampbell Barton
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2012-10-29style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-07-19quiet double promotion warnings for the game engine.Campbell Barton
2012-06-10Committing patch [#31704] "Patch to fix keyboard sensor from blocking quit ga...Mitchell Stokes
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-02-25doxygen: gameengine/Converter tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-09-15update for MingW/CMakeCampbell Barton
2010-04-20Added F13 - F19 keys for game engine too.Matt Ebb
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-08-23svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22704:22717Campbell Barton
2009-08-23Option for MouseFocus sensor. only used when 'Mouse over any' type is set.Campbell Barton
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for KX_Ble...Campbell Barton
2009-06-092.50:Brecht Van Lommel
2009-05-23BGE: Random sensor will produce true random sequence of events when seed is s...Benoit Bolsee
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-05BGE logic: new sensor "tap" option to generate automatically on/off pulsesBenoit Bolsee
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-15BGE MouseFocusSensorCampbell Barton
2009-04-07BGE Joystick SensorCampbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-25New Pulse option for the collision sensor (off by default wont change existin...Campbell Barton
2009-02-192.5Ton Roosendaal