summaryrefslogtreecommitdiffstats
path: root/scene/3d/spatial_stream_player.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-407/+0
|
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-6/+10
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-8/+8
| | | | | | -Modified help to display properties GDScript can still not make use of them, though.
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-26/+26
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-2/+2
|
* Fix delay on audio stream pauseSaracen2016-01-031-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
| | | | | 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).
* -some fixes to where screen is read from rasterizerJuan Linietsky2015-10-191-0/+1
| | | | | -fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
* 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-091-38/+250
| | | | | | -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
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+190