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 (Collapse)Author
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, ↵Campbell Barton
quicktime & sndfile options.
2010-11-23partial fix for [#23532]Campbell Barton
- Python calling operators didn't run WM_operator_properties_sanitize() so enum functions called from python were given a NULL context. - PROP_ENUM_NO_CONTEXT and PROP_NEVER_NULL used the same value in the enum (possible conflict).
2010-11-23fix for player with recent update.Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
- patch from Mike S to enable OpenMP and xcode
2010-11-20region.tag_redraw() broke building with the player.Campbell Barton
2010-11-19patch [#24800] Make scene type buttons from material preview optionalCampbell Barton
from Wenzel Jakob (wenzel)
2010-11-18rename libs internal libs for CMake + SCons (used in MSVC project files)Campbell Barton
for game engine use "ge_" prefix & make names generally more descriptive.
2010-11-14r33039 added dependency to COLLADA for blenderplayer, but it's really not ↵Nathan Letwory
needed there. Stubbing for now.
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-31rename definition for enabling the game engine GAMEBLENDER==1 --> ↵Campbell Barton
WITH_GAMEENGINE
2010-10-27Revert 32710 for now, otherwise can't test release building with scons.Nathan Letwory
2010-10-26blenderplayer building again in CMake+MSVCDalai Felinto
(I basically commented out functions already defined in other places)
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build ↵Campbell Barton
with -Werror in their CMAKE_C_FLAGS_DEBUG (so all warnings give errors). but external libs which we don't maintain & generated code will have -Werror removed. This is GCC only, MSVC can be added easily.
2010-10-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves ↵Campbell Barton
recursive header search when not using msvc. - uv layout export wasn't setting the default filename.
2010-10-23use explicit file paths for CMake rather then globing, This is recommended ↵Campbell Barton
by cmake devs. globbing vs explicit is discussed here. http://www.cmake.org/pipermail/cmake/2008-December/025694.html Practical implications are: - developers need to keep CMakeLists.txt files up to date. - Users wont get strange linking errors if they build after a file is added, since CMake detects CMakeLists.txt is modified and automatically reconfigure.
2010-10-20stubs.c update for revision 32607, which introduced the BLC ↵Mitchell Stokes
ED_space_image_paint_update().
2010-10-18remove annoying warnings for blenderplayers stub.cCampbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
- omit render code from this warning (cmake only), until render branch is merged. - moved -Wunused-parameter warning to apply to all C code in blender (not just ./source/blender), (cmake only).
2010-10-16most unused arg warnings corrected.Campbell Barton
- removed deprecated bitmap arg from IMB_allocImBuf (plugins will need updating). - mostly tagged UNUSED() since some of these functions look like they may need to have the arguments used later.
2010-10-16- blender player builds again with CMake.Campbell Barton
- remove duplicate entries for libs for blender binary (where possible)
2010-10-15bugfix [#24247] Duplicating a Composite Group Node no User Count IconCampbell Barton
duplicating nodes wasnt changing the usercount of the referenced ID but file loading deleting was. also removed some unused args.
2010-10-05Update stubs for recent changes (BKE_utildefines.h and header printing).Nathan Letwory
2010-09-15Fix cmake/osx blenderplayer linking.Brecht Van Lommel
2010-09-07patch [#23650] fix stubs.c for optimized buildCampbell Barton
from Filiciss Muhgue (filiciss) --- from the tracker submission if compile Blender with /GL on msvc, linker error LNK1237 occur on building blenderplayer.exe. http://msdn.microsoft.com/en-us/library/at5twzkt(v=VS.90).aspx
2010-09-01Adding intern/guardedalloc include dir for bad_level_call_stubs (stubs.c). ↵Mitchell Stokes
This update is for cmake and scons. This is needed since RNA_types.h now includes BLO_sys_types.h
2010-08-31Updating stubs.c.Mitchell Stokes
* WM_keyconfig_add -> WM_keyconfig_new * WM_keyconfig_add_user -> WM_keyconfig_new_user
2010-08-30stubs.c updatesMitchell Stokes
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-26Updating stubs.c for WM_clipboard_text_get and WM_clipboard_text_set.Mitchell Stokes
2010-08-25remove rna function template_triColorSet(), was only used in one place and ↵Campbell Barton
can be done just as well with 3 function calls.
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-24Updating stubs.c to get the Blenderplayer linking again.Mitchell Stokes
2010-08-12bad level call fixes so the blenderplayer compiles againTom Musgrove
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
- updated cmake, make & scons. - renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc.
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
Fix #21498: Edit curve Shape key /252_r 27318 Added full support of shape keys for curves and nurbs surfaces including topology changing in edit mode, undo stuff, updating relative keys when working under basis and so on.
2010-07-20- correct some spelling errors.Campbell Barton
- remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre).
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins See log of that branch for details.
2010-06-02blenderplayer building again (may need updates in libraries I dont compile ↵Dalai Felinto
with, but it' builds here). removed smoke declarations that are not needed anymore (not in windows,
2010-05-08Fix blenderplayer linking issues when building with CMake on unix systemsDamien Plisson
2010-05-07Logic UI: State Actuator done :) all actuators are there now. [and stubs update]Dalai Felinto
(it's a small commit, but couldn't help not doing it ;)
2010-04-13BGE: stubs update (bplayer)Dalai Felinto
2010-04-12BGE: TexFace panel (from patch #21780 from Mitchell Stokes + some changes)Dalai Felinto
the patch exposes a rna property to get the active edit mode face. This is a hack. However it's a small patch (a.k.a. easy to revert later if needed). The official plan is to wait for BMesh before tackling it properly. Nevertheless TexFace panel is really important for BGE. Missing: operators to copy the current parameters to other selected faces. * note: what I changed from the original patch is the UI script. The pool wasn't defined and it was using tabs.
2010-04-07Revert a crappy line from revision 28060. Thomas Dinges
2010-04-07more functions to stubs.cTom Musgrove
2010-04-01BGE fix: Parenting the object to itself crashes BGE + stubs updateDalai Felinto
it may happen if you start doing exec, setParent, ... in Python not a big deal, but to crash Blender is always bad
2010-03-31bge bplayer stub update.Dalai Felinto
For the record Blenderplayer looks working pretty well now. If you have problems loading textures make sure you rebuild your makesdna project (or try to find the non-existent bug for a few hours).
2010-03-27fix bad level call so blendplayer buildsTom Musgrove
2010-03-24fix bad level callsTom Musgrove