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
2011-08-053D Audio GSoC:Joerg Mueller
JOS Resampler: Fix for windows...
2011-08-043D Audio GSoC:Joerg Mueller
Implementation of Julius O. Smith's resampling algorithm for high quality audio resampling. The filter currently is a sinc filter with a 0.9 cutt-off and windowed by a kaiser window (beta = 10). Also includes minor changes in the linear resampler.
2011-08-04stricter guards for disabling NDOF code (will test in 3.. 2.. 1..)Mike Erwin
2011-08-03* Merging trunk up to r38981.Joerg Mueller
* Fixing a minor issue in a previous commit.
2011-08-033D Audio GSoC:Joerg Mueller
* Minor audaspace library improvements. * Considering location, velocity and orientation in AUD_SequencerReader and AUD_SequencerHandle. * Bugfix: Maximum and Minimum volume weren't used before in the software device. * Bugfix: Adding speaker objects via info space crashed. * Listener settings now get updated in the audio system.
2011-08-03- Do not add GHOST_NDOFManager.cpp to list of sources ifSergey Sharybin
NDOF is disabled in CMake. - Added "default" section to switch in sendMotionEvent. It's what strict gcc rules don't like much and it's And it's good practice in general, imo.
2011-08-03Debug print removed.Nathan Letwory
2011-08-03removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left ↵Mike Erwin
the others in their ugly new state)
2011-08-03whitespace edits.Campbell Barton
2011-08-03compensate for lack of 3D mouse calibration on WindowsMike Erwin
2011-08-02More flexible configuration for 3dmouse library for scons.Sergey Sharybin
Needed for release environment and buildbot. Buildbot rules would be updated with next commit after environment will be tested.
2011-08-02typo fixNathan Letwory
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-02Don't include NDOF files when disabled.Nathan Letwory
2011-08-02Some more silencing. Enable with BF_GHOST_DEBUGNathan Letwory
2011-08-02Indentation changesNathan Letwory
2011-08-02Properly disable NDOF code when WITH_INPUT_NDOF is not define.Nathan Letwory
2011-08-02whitespaceNathan Letwory
2011-08-02Turn off ndof button debugNathan Letwory
2011-08-02tabs -> spacesNathan Letwory
2011-08-02 - Blender could be build with scons again.Jiri Hnidek
2011-08-02more cmake/x11 editsCampbell Barton
- added includes for spnav - added FindSpacenav.cmake which allows using spacenav from a nonstandard path. - remove NDOF_LIBPATH, use a full library path instead.
2011-08-02NDOF related editsCampbell Barton
- fix for building without NDOF on X11 - quiet some warnings
2011-08-02SVN maintenance.Guillermo S. Romero
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02svn merge -r38814:38905 ↵merwin-spacenavMike Erwin
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-08-01support for older SpacePilot (sans Pro), minor tidyingMike Erwin
2011-07-30Hides console on win32 even if python path is 2 or more linesAlexander Kuznetsov
Adding tlhelp32.h header
2011-07-303D Audio GSoC:Joerg Mueller
* Fix for sequencer strip IDs, only one strip played. * Fix for PyAPI sample rate. * Enhanced Double Reader to return more data if possible.
2011-07-30Bugfix #28109Ton Roosendaal
Old issue with OSX Cocoa code: shift+scrollwheel should send a 'horizontal wheel' event to Blender. Blender only recognizes scroll events in general though. The old code then just didn't send an event at all, not passing on shift+scrolls. Now the scroll event is sent anyway, relying on Blender's keymapping to define what to do with shift+scroll. This fixes things like shift+scroll to scale ListBox widgets.
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-30Patch [#27925] by Andrew Cox and meAlexander Kuznetsov
Modifier key sticks after Alt-tab on Win32
2011-07-283D Audio GSoC:Joerg Mueller
Implemented basic audio animation. * AnimatableProperty: Propper cache writing and spline interpolation for reading (the solution for stair steps in audio animation) * Animatable properties so far are: volume, pitch, panning * Users note: Changing the pitch of a sound results in wrong seeking, due to the resulting playback length difference. * Users note: Panning only works for mono sources, values are in the range [-2..2], this basically controls the angle of the sound, 0 is front, -1 left, 1 right and 2 and -2 are back. Typical stereo panning only supports [-1..1]. * Disabled animation of audio related ffmpeg output parameters. * Scene Audio Panel: 3D Listener settings also for Renderer, new Volume property (animatable!), Update/Bake buttons for animation problems, moved sampling rate and channel count here
2011-07-27svn merge -r38558:38752 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-263D Audio GSoC:Joerg Mueller
Main: Complete rewrite of the sequencer related audio code to support 3D Audio objects later and especially adressing the animation system problems (see mailing list if interested). Note: Animation is not working yet, so with this commit volume animation doesn't work anymore, that's the next step. Minor things: * Changed AUD_Reference behaviour a little to be more usage safe. * Fixed bug in AUD_I3DHandle: Missing virtual destructor * Fixed enmus in AUD_Space.h * Fixed a warning in rna_scene.c * Removed an unneeded call in rna_sound.c
2011-07-24minor cleanup of Mac ndof managerMike Erwin
2011-07-24more cautious device detection, minor cleanupMike Erwin
2011-07-23Cherry pick merge: /branches/soc-2011-pepper/intern/audaspace/OpenAL:r38630Joerg Mueller
Original log: Corrected the OpenAL device's threading code. This is a bugfix for #27913, thanks to Juha Mäki-Kanto for helping to resolve this.
2011-07-233D Audio GSoC:Joerg Mueller
* Reviewed and improved the linear resampler. Now it should work pretty good also for special cases that caused errors previously. * Fixed a crash in the GE when a sound actuator doesn't have a sound assigned. * Corrected the OpenAL device's threading code. This is a bugfix for #27913, thanks to Juha Mäki-Kanto for helping to resolve this.
2011-07-22Fix compile error due to faulty merge.Nathan Letwory
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-22Simple ifndef guards, so we don't get redefines.Nathan Letwory
2011-07-21svn merge -r37276:38555 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-19consistent Starting/InProgress/Finishing ndof events with dead-zone filteringMike Erwin
2011-07-19patch: [#27783] "Problem with clock" at 18:39:00 by Daniel Dionne (mrzeon)Dalai Felinto
the overflow of the clock was causing crash in the game engine in Linux. (on June 11 2011, 18:39:00 GMT) running to the "where is waldo (wally)" bug award of 2011.
2011-07-17Fixed compile error on Fedora 15, when FFMPEG was enabled.Jiri Hnidek
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
remove missing includes and use more strict formatting.
2011-07-16print an error message if Python.h can't be found for cmake and scons since ↵Campbell Barton
its such a common problem.
2011-07-15removed unused ndof codeMike Erwin