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-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-19quiet double promotion warnings for the game engine.Campbell Barton
2012-04-05This fixes BGE bugs #30484 (Frame rate increases very high after game engine ...Mitchell Stokes
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-07change camera zoom from short to float.Campbell Barton
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell 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-10-20bge bugfix: patch #28893 "Fix for #28753 and some other changes for BGE proje...Dalai Felinto
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22fix [bf-blender-Patches][27924] Redundant applying of SetNetworkDeviceCampbell Barton
2011-08-13BGE Animations: Adding an option to let users choose whether or not to lock a...Mitchell Stokes
2011-08-073D Audio GSoC:Joerg Mueller
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-08fix of fix :| [real fix for #36787 -- it was wrongly fixed on #36964]Dalai Felinto
2011-05-29Moving the letterbox clear for the embedded player so it only clears when it ...Mitchell Stokes
2011-05-28fix for embeded BGE viewport broken when not using letterboxingDalai Felinto
2011-05-27Attempted fix for #27482: game engine running slow due to revision 36698 whichBrecht Van Lommel
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-15BGE:Mitchell Stokes
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-02-25doxygen: gameengine/BlenderRoutines tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-29replace overly verbose matrix creation for BGE camera, typo fix from MikeS.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-09patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42)Dalai Felinto
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-24BGE bug #23213: VBO preference make object with modifiers crash the BGE. Fix ...Benoit Bolsee
2010-07-31Audaspace: Refactored the complete 3D Device code giving a nicer API.Joerg Mueller
2010-07-08Fix for ipo conversion on file transition in the game engine.Joerg Mueller
2010-06-19* New users_logic property for Texts to find out which texts are used in a GE...Joerg Mueller
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-04-24BGE Fix: [#19951] mouse over sensor is broken with letterboxing framingDalai Felinto
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-02-23matrix functions, to_3x3, to_4x4Campbell Barton