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
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-07Fix compile with scons, after thread commit in r38185Nathan Letwory
2011-07-07The Blenderplayer wasn't freeing GPU_Textures since according to BLI_threads,...Mitchell Stokes
2011-06-27Fix last part of #26850: OS X game player did not react to quit event.Brecht Van Lommel
2011-06-16Blenderplayer: Setting G.main to NULL after it's freed to avoid issues later ...Mitchell Stokes
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-03Fix for [#27562] audaspace not playing files in blenderplayerJoerg Mueller
2011-05-31cmake maintenanceCampbell Barton
2011-05-29Fixing the initglobals leak in the Blenderplayer (G.main reference was being ...Mitchell Stokes
2011-05-18cleanup onlyCampbell Barton
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
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-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton
2011-03-26print guarded-alloc memory leaks on blenderplayer exit.Campbell Barton
2011-02-25doxygen: gameengine/GamePlayer 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-02-13Fix #26064: blenderplayer is brokenSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-05Adding overhead drawing (frame rate, profile, debug props) capabilities back ...Mitchell Stokes
2010-12-31Fixing a crash on exit when using the Blenderplayer on win32. When free_blend...Mitchell Stokes
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Plugging up some memory leaks in the Blenderplayer that I found with valgrindMitchell Stokes
2010-12-16Patch:[#25163] BGE support for Blender Font objects - unicode supportDalai Felinto
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-30remove unmaintained windows and unix game engine plugin code.Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
2010-11-12Getting BLF to work with the Blenderplayer.Mitchell Stokes
2010-11-05fix for linking the player, also fixes building without python and bullet.Campbell Barton
2010-10-31Fix cmake building of blender player.Brecht Van Lommel
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18Use DEBUG instead of NDEBUGNathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell 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-09-13blenderplayer parsing code (better) fixDalai Felinto
2010-09-13blenderplayer commandline argument fixes (for -f and -w)Dalai Felinto
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-27own rna naming commits r31439 r31472 also renamed BGE vars unintentionallyCampbell Barton