Campbell Barton
2406ebe1a4
- added back zlib include (needed for win32).
...
- use list append in more places.
- remove non existing include dir.
2010-09-07 01:13:10 +00:00
Campbell Barton
04b0dcd9e5
- use list append in more places (preferred method since its faster)
...
- remove some unused include paths
- remove unused linux path define
2010-09-06 10:15:41 +00:00
Nathan Letwory
d372fc178c
Fix [ #23578 ] Blender crashes when Audio Scrubbing is on
...
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-02 21:56:08 +00:00
Joerg Mueller
dd4aecb97a
Audaspace: Removing an unneeded function.
2010-09-01 20:33:26 +00:00
Nathan Letwory
6c113b54b3
Finally change SConscript tabs to spaces.
2010-08-29 20:52:05 +00:00
Campbell Barton
4b40d73bfb
rename most scons build targets to match cmake
2010-08-25 04:30:47 +00:00
Campbell Barton
6464718083
rename some cmake build targets
2010-08-24 04:29:23 +00:00
Joerg Mueller
b9be82487f
Fixing [ #23370 ] problem when running game engine
2010-08-20 11:57:46 +00:00
Benoit Bolsee
ee78298dd5
Update MSVC project files
2010-08-17 20:53:07 +00:00
Joerg Mueller
26809f38aa
Audaspace: This should fix all missing python includes now once for all...
2010-08-16 20:05:59 +00:00
Guillermo S. Romero
54de782faf
SVN maintenance.
2010-08-16 19:51:29 +00:00
Joerg Mueller
9bb21deec6
Audaspace: Further fixes.
2010-08-16 18:50:59 +00:00
Joerg Mueller
8d7204ac04
Audaspace: Buildsystem update after Ton destroyed building with scons and cmake, also including a patch by freakabcd fixing some missing python include paths.
2010-08-16 18:22:51 +00:00
Joerg Mueller
db38a7f2cc
Audaspace: Fix for ppl with outdated ffmpeg.
2010-08-16 18:13:26 +00:00
Ton Roosendaal
7fc5f78b15
Makefile fixes for Audaspace. This also replaces the not-used
...
WITH_PYTHON with DISABLE_PYTHON
2010-08-16 17:04:46 +00:00
Joerg Mueller
1c17760105
Audaspace: Trying to fix a reported compile bug about missing UINT64_C.
2010-08-16 15:38:55 +00:00
Joerg Mueller
a3837b617b
Audaspace: Fixing quaternion and relativeness of 3D sounds error.
2010-08-16 14:55:45 +00:00
Joerg Mueller
75bb393ecc
Fix from patch tracker by saphires: [ #23339 ] Remove const members in AUD_3Dmath.h
2010-08-16 14:31:39 +00:00
Joerg Mueller
b2cb83598c
Audaspace:
...
* Fix for uncached exception whith invalid audio file.
* Includes fix for windows.
2010-08-16 13:13:05 +00:00
Joerg Mueller
77e286fee9
Audaspace: Disabling FFTW building as this stuff is unused atm anyway.
2010-08-16 12:27:51 +00:00
Joerg Mueller
02314f11d8
Py API Docs:
...
* Moving the alternative parser
* Checking for classmethods and staticmethods of builtin modules
2010-08-13 11:49:54 +00:00
Joerg Mueller
d9272cdc20
Py API Docs:
...
* Improved audaspace docs
* Added an epy parser to add epydoc documented modules to the sphinx docs
2010-08-10 07:57:02 +00:00
Joerg Mueller
640e7b545e
Py API Documentation:
...
* Fix some minor errors my script found in mathutils and blf.
* Fixing optional parameters with default values in aud.
2010-08-06 08:48:40 +00:00
Joerg Mueller
755d475f05
Audaspace Py API: Improving Docs (Crosslinks, etc).
2010-08-05 15:50:36 +00:00
Joerg Mueller
239477dcf7
Audaspace Py API: Updated some outdated docs.
2010-08-03 12:49:42 +00:00
Joerg Mueller
279030a232
Audaspace:
...
* 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-03 08:45:03 +00:00
Joerg Mueller
16782bb6c2
Audaspace Py API: Getting rid of unnecessary forward declarations.
2010-08-03 08:30:49 +00:00
Joerg Mueller
ce44d63ae1
Audaspace:
...
* 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-03 08:07:21 +00:00
Joerg Mueller
8baeb4393c
Audaspace Py API:
...
* Devices are now created with the constructor instead of class methods.
2010-08-02 22:53:40 +00:00
Joerg Mueller
86fc34b924
Audaspace:
...
* 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-02 18:22:34 +00:00
Joerg Mueller
52ef66da4d
Audaspace:
...
* 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-01 22:33:50 +00:00
Joerg Mueller
5c9cf81cf9
Audaspace:
...
* Fixed some compiler warnings
* Implemented device looping
* Note: Scrubbing in the sequencer is broken atm
2010-07-31 10:03:08 +00:00
Joerg Mueller
61c9e46aad
svn merge -r 30718:30912 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-30 22:34:27 +00:00
Joerg Mueller
c59b930d13
Audaspace: Refactored the complete 3D Device code giving a nicer API.
2010-07-30 22:20:08 +00:00
Joerg Mueller
3ff872bf59
Audaspace Refactor:
...
* Removed whole Capabilities System
* Fixed Py API error strings
* Improved some Py API properties
* Minor other changes
2010-07-28 12:43:59 +00:00
Joerg Mueller
7296600434
Audaspace: HUGE Refactor.
...
Some points of the refactor not sorted by importance:
* Fixed immutability of readers and factories (there are exceptions...)
* Fixed copy constructors and = operators
* Removed messaging system
* Removed reader types
* Added const where possible
* Using initalisers when possible
* Avoided use of pointers when possible
* Removed AUD_NEW and AUD_DELETE macros
* Removed useless NULL pointer checks
* Fixed exception catching
* Fixed some yet unknown bugs
* Lots of other stuff
2010-07-28 09:36:03 +00:00
Campbell Barton
c1649dcf10
bugfix [ #23038 ] View rotation snap has left and right view names swapped arround.
...
also noticed some spelling errors.
2010-07-26 19:00:15 +00:00
Joerg Mueller
3e3f874a65
Audaspace Py API:
...
* Renamed get_c_device() to device()
* Made the threshold parameter of Sound.square() optional
* Added a sample rate parameter for Sound.sine()
* Example updates
2010-07-26 11:17:43 +00:00
Joerg Mueller
409b79c5c4
Audaspace Py API:
...
* Renaming superpose and double to mix and join
* Making most of the static methods of Sound normal ones
* Minor documentation fixes
2010-07-26 09:29:36 +00:00
Joerg Mueller
109618749f
Removing unnecessary _ functions from device as the c_device is a device too and doesn't have it's own api.
2010-07-25 22:35:48 +00:00
Joerg Mueller
d0e3d4a482
Audaspace Py API documentation fixes.
2010-07-25 12:25:44 +00:00
Joerg Mueller
8365f14019
Audaspace Python API: Better docs.
2010-07-23 18:00:37 +00:00
Joerg Mueller
4a659017b9
Changed the fix for string literal warnings to dynamic casts, patch for one function sent to python devs the other won't be patched according to the devs in IRC.
2010-07-23 15:13:06 +00:00
Joerg Mueller
4490e409a4
svn merge -r 30418:30512 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-19 22:43:45 +00:00
Joerg Mueller
51bbc01adf
Audaspace Py API: Getting rid of string literal warnings.
2010-07-17 14:57:46 +00:00
Joerg Mueller
5315a84ebf
Python API:
...
* PEP8 fixes for aud.
* Correction of doc strings.
2010-07-14 12:35:55 +00:00
Joerg Mueller
9772eb4d5f
Audaspace:
...
* Renamed AUD_Handle to AUD_Channel in the C-API to prevent errors with the C++ version of AUD_Handle.
* Added Python API!!!
2010-07-09 12:35:40 +00:00
Joerg Mueller
5460994095
Audaspace:
...
* Comment fix for PingPongFactory
* Added 2 new factory types: Superpose and Double
2010-07-09 08:56:25 +00:00
Sergey Sharybin
d33cef6974
Fix for compilation with newer ffmpeg library
...
Error was cased by undefined UINT64_C in stdint.h for c++
programs. As I understand from ffmpeg mailing list the simpliest
solution is to define __STDC_CONSTANT_MACROS before including
ffmpeg libraries. There already was some amout of such definitions in
the code and I've tested this with newer and older ffmpeg
libraries -- this should work and should be safe, but maybe
there is better way of fixing this problem.
2010-05-16 19:41:49 +00:00
Joerg Mueller
5b4e62a977
Fix for #22135 , loading ffmpeg now before .B25.blend is loaded.
2010-04-24 16:35:16 +00:00