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
bce3a49e2e
svn merge -r 30913:30953 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-08-01 23:19:30 +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
Damien Plisson
4da55eed8f
OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialog
2010-08-01 16:25:00 +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
Daniel Genrich
78e5a29990
Smoke:
...
- Fix typo in tooltip
- Add timeframe independand timesteps
2010-07-27 15:33:21 +00:00
Daniel Genrich
967d25ac1c
Smoke Patch + additions: a) Applying patch #22765 by Miika Hämäläinen (domain border collision settings, vorticity settings, time scale, non absolute density, smooth high res emitter, initial velocity multiplier, high res strength available to be set to 0), b) Additions by me: --Initial velocity is now per flow object, not per domain; --Using boundingbox as standard display mode for domains (was wire before); --When adding a flow object, an initial nice SmokeParticle system is added too with nice initial settings (life=1, no_render, unborn, etc) fitting smoke simulation; --Adaptive timesteps introduced to the smoke sim (depending on the magnitude of the velocity) because it was quite unstable when used for fire simulations, still needs to be tested and will also slow down some simulations.
2010-07-27 14:53:20 +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
147a5229a1
svn merge -r 30566:30717 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-25 13:12:58 +00:00
Joerg Mueller
d0e3d4a482
Audaspace Py API documentation fixes.
2010-07-25 12:25:44 +00:00
Mike Erwin
ad623ddd82
merged 29285:30707 from trunk
2010-07-25 10:09:17 +00:00
Mike Erwin
b0193772da
removing Mac C++ file (contents same as Obj-C++ file), since TortoiseSVN's 'rename' forgot to do it
2010-07-25 08:38:13 +00:00
Campbell Barton
885bbe6999
from Luca's recent commit noticed there are more typo's: lenght -> length
2010-07-25 01:45:53 +00:00
Mike Erwin
a7ba245fe3
Activated NDOF capture for Windows. Robust++ for generic NDOF manager. Removed experimental Win32 mouse and NDOF code now that good solutions are in place. Cleaned up formatting.
2010-07-24 11:06:08 +00:00
Mike Erwin
a51ebf247f
Renamed Mac file to exclude it from Windows build. Revoke this cowardly commit once I figure out how to properly fix the build script!
2010-07-24 06:49:24 +00:00
Joerg Mueller
8365f14019
Audaspace Python API: Better docs.
2010-07-23 18:00:37 +00:00
Brecht Van Lommel
f8f3244629
Attempt to fix compile for GCC 4.4.
2010-07-23 15:36:27 +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
Mike Erwin
c4c46e4403
mostly formatting: put SystemCocoa on a diet of a thousand tabs, also spotted and fixed a leaky switch-case (trackpad gesture for 'rotate')
2010-07-23 10:03:22 +00:00
Mike Erwin
6216199af8
SpaceNav event capture for MacOS, dispatch for all platforms. To compile this, you need their Mac driver installed and to send '-weak_framework 3DconnexionClient' to the linker. I'm also exploring a HID Manager version, bypassing their driver (and any licensing issues).
2010-07-23 06:45:59 +00:00
Mike Erwin
47ea957c9d
provided a way for NDOF manager to poke SystemCocoa about out-of-loop events
2010-07-23 06:36:08 +00:00
Mike Erwin
195ad03901
more preliminary NDOF handling stuff (untested)
2010-07-22 09:30:01 +00:00
Mike Erwin
6c2dee0198
revamped NDOF event system for ghost, added (untested) Mac support
2010-07-22 07:23:41 +00:00
Mike Erwin
f0167c6a41
get more mouse events only when in hi-fi mode
2010-07-22 07:18:12 +00:00
Mike Erwin
b86a25efba
removed some NDOF plugin-related code
2010-07-22 07:15:00 +00:00
Mike Erwin
8a4d43427d
removed more unused Macintosh Carbon code
2010-07-22 07:10:57 +00:00
Mike Erwin
1a27b5a74d
removed unused Macintosh Carbon code
2010-07-22 07:07:28 +00:00
Joerg Mueller
46155bc009
svn merge -r 30513:30565 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-21 07:24:52 +00:00
Campbell Barton
75410037fd
- correct some spelling errors.
...
- remove FreeCamera struct (wasnt used)
- remove world color alpha values (not used anywhre).
2010-07-20 10:41:08 +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
Mike Erwin
14736cab16
Added rudimentary SpaceNav event capture code for Windows.
...
Disabled RawInput mouse code.
2010-07-17 05:52:46 +00:00
Mike Erwin
8a138f4ab2
fixed misspelled variable in Wacom utility
2010-07-17 05:49:41 +00:00
Joerg Mueller
2ffe3e46c5
svn merge -r 30323:30417 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-16 17:43:08 +00:00
Campbell Barton
a3e0667e94
Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the PREFIX, could be added for scons/make too.
2010-07-15 20:25:09 +00:00
Mike Erwin
f6730216e0
Tweak Windows #includes to require WinXP or newer and speed up build times.
2010-07-15 12:30:16 +00:00
Mike Erwin
7aa8ae3781
Hi-fi mouse input on Windows!
...
The remains of a RawInput mouse attempt are included, but disabled. RawInput will still be used for multi-axis devices.
Eliminated the need for several #defines by requiring WinXP or newer.
2010-07-15 12:24:14 +00:00
Mike Erwin
5b1925afba
Improved tablet support on Windows. Nice deep queue for input points. Much more is being captured now. WT_PACKET events are disabled until I can revisit in a day or two.
...
Also added Wacom's driver wrappers, with their permission. These won't live here very long, but the WindowWin32 tablet code uses it for now.
2010-07-15 12:12:52 +00:00
Mike Erwin
56b287bfe6
disabled lo-fi dispatch log to reduce event debugging noise
2010-07-15 11:54:24 +00:00
Jason Wilkins
5505697ac5
Merge GSOC Sculpt Branch: 28499-30319
...
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins
See log of that branch for details.
2010-07-14 14:11:03 +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
7a89b679c9
Merging revision 30126:30261 from trunk.
2010-07-13 11:14:49 +00:00
Benoit Bolsee
ac981c08af
Update MSVC project files
2010-07-12 11:37:15 +00:00