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-04-26Some style clean up on if and for statements to match trunk.Daniel Stokes
2012-04-25Merged revisions 41228-45910 from trunk/blenderDaniel Stokes
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-11svn merge ^/trunk/blender -r42742:43270Dalai Felinto
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-10-26part 1: svn merge --non-interactive -r41228:41234 https://svn.blender.org/svn...Dalai Felinto
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-26Bringing the patch back into the branch.Daniel Stokes
2011-09-26Merge from trunk r40540Daniel Stokes
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-03whitespace editsCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-08-25Merge from trunk r39684Daniel Stokes
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-10Recently VBOs started acting up when using display lists. Since the two reall...Daniel Stokes
2011-08-03Adding a checkbox to the UI to allow the full screen Blender Player to use th...Daniel Stokes
2011-08-03Multisampling now works in a fullscreen Blender Player.Daniel Stokes
2011-07-09Merge from trunkDaniel Stokes
2011-06-29Added a UI option to set the storage type (useful for debugging/testing for o...Daniel Stokes
2011-06-29Ported the VBO code from the bb_dev25 branch.Daniel Stokes
2011-06-29This commit rearranges the rasterizer to use a strategy design pattern. The c...Daniel Stokes
2011-06-27Fix last part of #26850: OS X game player did not react to quit event.Brecht Van Lommel
2011-06-15Moved control of the exit key away from the keyboard devices, and moved it to...Daniel Stokes
2011-06-15Centralizing the exit key methods to the keyboard devices. This should make i...Daniel Stokes
2011-06-15Some clean up from the last commit.Daniel Stokes
2011-06-15Some more work on getting the exit key to work in the Blenderplayer.Daniel Stokes
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-04Patch [#26799] 2.5x blenderplayer (BGE) anti-aliasing & embedding by Sebastia...Dalai Felinto
2011-02-25doxygen: gameengine/GamePlayer 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
2010-12-21Plugging up some memory leaks in the Blenderplayer that I found with valgrindMitchell Stokes
2010-11-05fix for linking the player, also fixes building without python and bullet.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-16Now sound init param removal revert should be fine (apparently my cmake proje...Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-14blenderplayer fix for "offset" problem when in fullscreen mode (worked togeth...Dalai Felinto
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
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-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22Fix for the player by nazg-gul.Joerg Mueller
2010-02-12correct fsf addressCampbell Barton
2010-01-11get rid of annoying duplicate python initialization code, added setupGamePyth...Campbell Barton