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
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-16Fix OS X memory leak prints when starting blender:Brecht Van Lommel
"__NSAutoreleaseNoPool() ... autoreleased with no pool in place - just leaking"
2010-09-16Partial fix (Linux) [#21395] Command key for keyboard mapping not functionalNathan Letwory
Reported by Andy Braham Handle XK_Super_L and XK_Super_R as the GHOST_kKeyCommand. Since Command key is not discerned (yet) in left/right variants, read both and set accordingly. This now completes fixes for [#21395]
2010-09-16Partial fix [#21395] Command key for keyboard mapping not functionalNathan Letwory
Reported by Andy Braham. Handle VK_LWIN and VK_RWIN (The infamous Windows keys). Note, these are not separate, so handled as one command key.
2010-09-15update for MingW/CMakeCampbell Barton
- ignore MSVC warnings when FREE_WINDOWS is defined to quiet warnings. - the CMake flags were not being set correctly making blender have weirdo colors (no -funsigned-char).
2010-09-12option to disable ITASC IK solver, (will be enabled by default ofcourse)Campbell Barton
- option only available to cmake, scons and make have this enabled always. - without this clang/llvm can compile blender - this was the second biggest internal lib, 192mb -> 172mb for all blenders libs (with debug flags), so gives some speedup to linking.
2010-09-12use relative paths for ghost/cmakeCampbell Barton
2010-09-08Commit patch [#23685] Cleanup/crashfix for AA using win32 ghost.Nathan Letwory
Provided by Mitchell Stokes (Moguri)
2010-09-07- added back zlib include (needed for win32).Campbell Barton
- use list append in more places. - remove non existing include dir.
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
- remove some unused include paths - remove unused linux path define
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-03Fix [#23578] Blender crashes when Audio Scrubbing is onNathan Letwory
Reported by Guy Smith. MSVC-compiled code would fall over iterator decrease on empty list. Shortest snippet to redo: http://www.pasteall.org/15408/cpp See also http://www.pasteall.org/15409/cpp for list.end() behaviour on MSVC. Thanks to Jörg Müller for assistance.
2010-09-02Audaspace: Removing an unneeded function.Joerg Mueller
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-20Fixing [#23370] problem when running game engineJoerg Mueller
2010-08-20Fix #23198: openmp building for OS X ppc gave errors about non-relocatableBrecht Van Lommel
expression here. Not sure why, perhaps compiler bug, but this simple change fixes it.
2010-08-18Update MSVC project filesBenoit Bolsee
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16SVN maintenance.Guillermo S. Romero
2010-08-16Audaspace: Further fixes.Joerg Mueller
2010-08-16Audaspace: Buildsystem update after Ton destroyed building with scons and ↵Joerg Mueller
cmake, also including a patch by freakabcd fixing some missing python include paths.
2010-08-16Audaspace: Fix for ppl with outdated ffmpeg.Joerg Mueller
2010-08-16Makefile fixes for Audaspace. This also replaces the not-usedTon Roosendaal
WITH_PYTHON with DISABLE_PYTHON
2010-08-16Audaspace: Trying to fix a reported compile bug about missing UINT64_C.Joerg Mueller
2010-08-16Audaspace: Fixing quaternion and relativeness of 3D sounds error.Joerg Mueller
2010-08-16Fix from patch tracker by saphires: [#23339] Remove const members in ↵Joerg Mueller
AUD_3Dmath.h
2010-08-16Audaspace:Joerg Mueller
* Fix for uncached exception whith invalid audio file. * Includes fix for windows.
2010-08-16Audaspace: Disabling FFTW building as this stuff is unused atm anyway.Joerg Mueller
2010-08-16svn merge -r 31314:31370 ↵soc-2010-nexyonJoerg Mueller
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-08-14Apply patch #23295 - Fix for SCons building on FreeBSDNathan Letwory
Patch submitted by Jashank Jeremy. This adds support for freebsd7, freebsd8 and freebsd9. Thanks!
2010-08-13Py API Docs:Joerg Mueller
* Moving the alternative parser * Checking for classmethods and staticmethods of builtin modules
2010-08-10Py API Docs:Joerg Mueller
* Improved audaspace docs * Added an epy parser to add epydoc documented modules to the sphinx docs
2010-08-06Py API Documentation:Joerg Mueller
* Fix some minor errors my script found in mathutils and blf. * Fixing optional parameters with default values in aud.
2010-08-05Audaspace Py API: Improving Docs (Crosslinks, etc).Joerg Mueller
2010-08-05svn merge -r 30954:31059 ↵Joerg Mueller
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-08-03Audaspace Py API: Updated some outdated docs.Joerg Mueller
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-08-03Audaspace:Joerg Mueller
* Py API: Renamed Sound to Factory to match the C++ classes and make it possible to add Readers when necessary to the API. * Py API docs: Added the filter example. * Fixed a crash for sounds without stop callback.
2010-08-03Audaspace Py API: Getting rid of unnecessary forward declarations.Joerg Mueller
2010-08-03Audaspace:Joerg Mueller
* Added an error string for audaspace exceptions. * Fixed PyAPI exceptions. * Minor bugfixes. * Added a name parameter to the Jack device, so that one can define an own name via Python.
2010-08-03Audaspace Py API:Joerg Mueller
* Devices are now created with the constructor instead of class methods.
2010-08-02Audaspace:Joerg Mueller
* Added a stopCallback function that is called when the end of a sound is reached. * Fixed the scrubbing not working. * Minor SoundActuator cleanup.
2010-08-02svn merge -r 30913:30953 ↵Joerg Mueller
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-08-02Audaspace:Joerg Mueller
* Created awesome filter classes :) * Made all filter effects use the filter classes instead of having the same implementation everywhere. * Added a Python API for LTI IIR filters. * Fixed a warning in creator.c that was introduced when adding game autoplay.
2010-08-01OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialogDamien Plisson
2010-07-31Audaspace:Joerg Mueller
* Fixed some compiler warnings * Implemented device looping * Note: Scrubbing in the sequencer is broken atm
2010-07-31svn merge -r 30718:30912 ↵Joerg Mueller
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-31Audaspace: Refactored the complete 3D Device code giving a nicer API.Joerg Mueller