aboutsummaryrefslogtreecommitdiff
path: root/scene/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added a finished signal to StreamPlayer, closes #2249Juan Linietsky2016-01-021-0/+3
|
* Update copyright to 2016 in headersGeorge Marques2016-01-018-8/+8
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-282-7/+5
| | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
* -another approach to solving the deadlock problem :|Juan Linietsky2015-12-212-1/+7
|
* -different attempt to avod deadlock problemJuan Linietsky2015-12-212-3/+5
|
* -Fix to progress dialog, speding it upJuan Linietsky2015-12-212-5/+3
| | | | | -Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* -some fixes to audioJuan Linietsky2015-11-011-4/+6
|
* -some fixes to where screen is read from rasterizerJuan Linietsky2015-10-191-0/+2
| | | | | -fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
* Please enter the commit message for your changes. Lines startingAriel Manzur2015-10-082-4/+4
| | | | removed locks
* Fix return type of get_reverb_roomRémi Verschelde2015-09-262-5/+5
|
* Fix default/filter/* parsing in _getRémi Verschelde2015-09-261-2/+2
| | | | | Closes #2542. The actual flaw was identified by @reduz. Also fix a typo.
* Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde2015-09-261-5/+5
|
* Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵Rémi Verschelde2015-09-262-11/+13
| | | | SamplePlayer2D
* remove required argument from streamplayer (was a bug), make it default as ↵Juan Linietsky2015-09-211-1/+1
| | | | 0, closes #2492
* Rewrite of the AudioStream APIJuan Linietsky2015-09-092-33/+170
| | | | | | -Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-1/+1
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* Updated copyright year in all headersJuan Linietsky2015-04-188-8/+8
|
* -refresh play options in property when setting samplelibrary (#1016)Juan Linietsky2015-01-021-0/+1
|
* -fix sound room params (was not working)Juan Linietsky2014-11-261-3/+3
| | | | | -fixes to DAE exporter -ios fixes (video)
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-053-14/+14
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* Huge Amount of BugFixJuan Linietsky2014-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Fixes to Collada Exporter (avoid crash situtions) -Fixed to Collada Importer (Fixed Animation Optimizer Bugs) -Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy -Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode. -Added proper trigger support for 3D Physics shapes -Changed proper value for Z-Offset in OmniLight -Fixed spot attenuation bug in SpotLight -Fixed some 3D and 2D spatial soudn bugs related to distance attenuation. -Fixed bugs in EventPlayer (channels were muted by default) -Fix in ButtonGroup (get nodes in group are now returned in order) -Fixed Linear->SRGB Conversion, previous algo sucked, new algo works OK -Changed SRGB->Linear conversion to use hardware if supported, improves texture quality a lot -Fixed options for Y-Fov and X-Fov in camera, should be more intuitive. -Fixed bugs related to viewports and transparency Huge Amount of New Stuff: -=-=-=-=-=-=-=-==-=-=-=- -Ability to manually advance an AnimationPlayer that is inactive (with advance() function) -More work in WinRT platform -Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC -Added Anisotropic filter support to textures, can be specified on import -Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap. -Added Isometric Dungeon demo. -Added simple hexagonal map demo. -Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore. -Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
* More Bug FixesJuan Linietsky2014-09-171-1/+2
| | | | | | | | -=-=-=-=-=-=- -Fixed a few bugs in Mixer, now playback of chiptunes works great :) -Changed how visibility AABB generation from skeletons work, it's fully automatic and real-time now, generated from current skeleton pose for the frame. -Fixed camera in 3D kinematic character demo.
* Make String::right count from pos instead of pos+1marynate2014-05-131-1/+1
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-099-0/+2036