summaryrefslogtreecommitdiff
path: root/scene/audio
AgeCommit message (Collapse)Author
2016-06-29only call finished signal when it really finishes, closes #5222Juan Linietsky
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, ↵Juan Linietsky
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417
2016-06-11fix crash in SamplePlayer, closes #5005Juan Linietsky
2016-05-17-Added configuration warning system for nodesJuan Linietsky
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
2016-04-18tiny fix to loop restart (#4358)Alex
Closes #4355
2016-04-07Doc: fix type of stream objectRémi Verschelde
2016-02-20-Fixed bug with event player crashing, closes #3687Juan Linietsky
2016-02-11-Made some icon data types smaller so they take up less spaceJuan Linietsky
-Fixed sample import plugin, makes samples sound strange in smp when limited hz
2016-02-02-make stream player and time restore state properly if removed, fixes #1949Juan Linietsky
2016-01-21Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos
AudioServer and Sample.
2016-01-03Fix delay on audio stream pauseSaracen
2016-01-02added a finished signal to StreamPlayer, closes #2249Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
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).
2015-12-21-another approach to solving the deadlock problem :|Juan Linietsky
2015-12-21-different attempt to avod deadlock problemJuan Linietsky
2015-12-21-Fix to progress dialog, speding it upJuan Linietsky
-Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
2015-11-01-some fixes to audioJuan Linietsky
2015-10-19-some fixes to where screen is read from rasterizerJuan Linietsky
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
2015-10-08 Please enter the commit message for your changes. Lines startingAriel Manzur
removed locks
2015-09-26Fix return type of get_reverb_roomRémi Verschelde
2015-09-26Fix default/filter/* parsing in _getRémi Verschelde
Closes #2542. The actual flaw was identified by @reduz. Also fix a typo.
2015-09-26Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde
2015-09-26Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵Rémi Verschelde
SamplePlayer2D
2015-09-21remove required argument from streamplayer (was a bug), make it default as ↵Juan Linietsky
0, closes #2492
2015-09-09Rewrite of the AudioStream APIJuan Linietsky
-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
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky
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.
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-02-refresh play options in property when setting samplelibrary (#1016)Juan Linietsky
2014-11-26-fix sound room params (was not working)Juan Linietsky
-fixes to DAE exporter -ios fixes (video)
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=- *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
2014-10-03Huge Amount of BugFixJuan Linietsky
-=-=-=-=-=-=-=-=-=-=- -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)
2014-09-17More Bug FixesJuan Linietsky
-=-=-=-=-=-=- -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.
2014-05-13Make String::right count from pos instead of pos+1marynate
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky