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
path: root/intern
AgeCommit message (Collapse)Author
2009-08-22SVN maintenance.Guillermo S. Romero
2009-08-21Audio file loading backend libsndfile!Joerg Mueller
2009-08-20update MSVC project files.Benoit Bolsee
2009-08-20Smoke:Daniel Genrich
* cache for low res (deactivating high res for now) * new way of view3d rendering of smoke (no longer 3 axes) -using 3dtexture now (introduced into gpu/intern) * introducing LZO and LZMA libs into extern (makefiles missing for now) * reducing memory usage after simulating for the frame ended (freeing temporary buffers) * splitting smoke into 2 modifier for the cache-sake (it cannot handle more than 1 cache on the same modifier-index) * no color on gui anymore * fixing non-power-of-2 resolutions (hopefully) * fixing select-deselect of domain drawing bug * fixing drawobject.c coding style (making Ton happy) ;-) HINT #1: If scons doesn't work -> cmakefiles are up-to-date, couldn't test scons (but i tried to mantain them, too) CODERS HINT #1: we really need a way to disable adding all modifiers through "Add Modifiers" dropdown! WARNING #1: before applying this commit, deactivate your SMOKE DOMAIN in your old files and save them then. You can open them then savely after that. WARNING #2: File and cache format of smoke can be changed, this is not final!
2009-08-19- fix for BGE warningsCampbell Barton
- when C++ uses guardedalloc SYS_DeleteSystem was called after MEM_printmemlist(), making it look like there was a leak.
2009-08-19SVN maintenance.Guillermo S. Romero
2009-08-18compile time option to override C++'s new/delete to use guardedalloc, useful ↵Campbell Barton
for debugging. shows memory leaks very quickly. currently cmake only - WITH_CXX_GUARDEDALLOC
2009-08-172.5/Ghost:Nicholas Bishop
* Hopefully fixed X tablet support. The name string was not a reliable way of finding tablet anymore, so now we get the type string and search it for 'stylus' and 'eraser'. Still not very robust, but without UI I don't see how to do better.
2009-08-17== SCons ==Nathan Letwory
* add jack support for audio system. Note that for OSX jack support is still off by default, since I'm not sure about what goes where. OSX maintainers, please check and fix.
2009-08-17Add jack subdir makefile and standarize audaspace sub-lib names.Guillermo S. Romero
Jack support not enabled for now.
2009-08-17SVN maintenance.Guillermo S. Romero
2009-08-16Added jack audio support, building with cmake only currently, feel free to ↵Joerg Mueller
add scons and maybe cmake.
2009-08-162.5Ton Roosendaal
AUD library Makefile missed ranlib for OSX.
2009-08-152.5: warning fixesBrecht Van Lommel
Directories intern/ and source/blender/ now compile warning free again here with scons/gcc.
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton
- changed the SDL and Freetype vars to match CMake's names - removed unneeded freetype, SDL and ftgl includes
2009-08-14some fixes for netbsd with cmakeCampbell Barton
- CMake, use FIND_PACKAGE(Freetype) for unix/linux - Only link with libdl.so on linux - use statvfs rather then statfs for netbsd (size of statfs wasnt available) - add x11 include path with ghost, glu.
2009-08-12Smoke: accidentally left some old code inDaniel Genrich
2009-08-12Smoke: Daniel Genrich
* New feature: "Dissolve Smoke" - Idea by nudelZ
2009-08-112.5Ton Roosendaal
Makefiles to get new AUD stuff to compile (OSX 10.3 PPC) It uses lib/samplerate, which gets committed soon too
2009-08-11Fix for batch mode.Joerg Mueller
2009-08-11Fix a bug in Ghost causing crash on Blender exit.Benoit Bolsee
2009-08-10Copy all the .h so sequencer_add.c does not fail.Guillermo S. Romero
2009-08-10Update Makefile for audaspace.Diego Borghetti
2009-08-10Stop changing the includes!Joerg Mueller
2009-08-10MSVC project files: add audaspace project, upgrade to Python 3.1Benoit Bolsee
2009-08-10Remove hardcoded path in include.Guillermo S. Romero
IMPORTANT: use compiler include paths to point to the file.
2009-08-102.5 audio cleanup:Joerg Mueller
* Removed CD Actuator * Removed bSample and bSoundListener * Removed SoundSystem * Removed -noaudio parameter
2009-08-10missing include for fluidCampbell Barton
2009-08-10Smoke:Daniel Genrich
* bugfix for crash when loading smoke files more once on linux/mac * could also fix occasional explosions * code cleanup
2009-08-10fix for build problem with audiospace and implicit declaration.Campbell Barton
2009-08-10Add initial support in Makefiles for audaspace.Guillermo S. Romero
Note: removed hardcoded path in include directive. Check other build systems.
2009-08-10Add missing include paths.Guillermo S. Romero
2009-08-10SVN maintenance.Guillermo S. Romero
2009-08-102.5: Sound branch merge!Joerg Mueller
See mailing list for additional information.
2009-08-09smoke: fix fft not workingDaniel Genrich
2009-08-09fftw3 scons: hopefully fixing indent errorDaniel Genrich
2009-08-09Smoke: Daniel Genrich
* WITH_BF_FFTW3 flag --> fftw3 scons + cmake settings refined. * Disabled by default since mac + win32 libs missing. Works already on win64 + linux (with installed fftw3 libs)
2009-08-09Smoke: decoupling of wavelet #2, new noise strength option on gui, fftw3 ↵Daniel Genrich
option in place for cmake, scons yet uncommited
2009-08-07smoke: Daniel Genrich
- Bugfix: a bit too fast ;-) Better do it right too (problem with res > 150) - fixing high res view button which disappeared sometimes - fixing tooltip
2009-08-07Smoke: test commit of PCGDaniel Genrich
2009-08-07Smoke: another 10-20% speed gain due to CG (conjugate gradient) improvementsDaniel Genrich
2009-08-06smoke: decoupling high-res, introducing reset for heat+gravity, fixing ↵Daniel Genrich
another obstacle problem
2009-08-06* merge r22237 (from soundsystem branch) to have b25 still compile against ↵Nathan Letwory
new openal on windows. NOTE: Windows users should update lib/windows/openal from SVN.
2009-08-05fix for ghost memory leaksCampbell Barton
- ghost data wasn't being freed (added wm_ghost_exit() call to wm_init_exit.c) - GHOST_EventManager wasn't freeing GHOST_IEventConsumer's - ghost/X11 wasnt calling XCloseDisplay(), some junk from X11 wasnt being freed - ghost/X11 XAllocNamedColor wasn't freeing the colors when done making a custom cursor.
2009-08-03Smoke:Daniel Genrich
a) fixing domain boundaries b) fixing flow gui (no more velocity there - taken from particles) c) Outflow available (deletes smoke from scene) d) deactivating other noise options for now e) base for render/preview settings f) fixing collisions to be working again
2009-08-02Smoke: fixing 8MB memleakDaniel Genrich
2009-08-02svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22099:22130Campbell Barton
2009-08-02- X11 tablet was using uninitialized variables.Campbell Barton
- Added BLENDER_FORCE_SWAPBUFFERS in help message.
2009-08-01Update MSVC projects filesBenoit Bolsee
2009-08-01sizeof() was being used incorrectly to clear X11 m_keyboard_vector, would ↵Campbell Barton
only have 4-8 bytes cleared rather then 32. fix for harmless memleak too.