Age | Commit message (Expand) | Author |
2021-09-17 | Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-range | Rémi Verschelde |
2021-09-17 | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio |
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez |
2021-09-07 | Add polyphony to Audio Stream Player nodes | Ellen Poe |
2021-08-27 | Do all audio mixing in the AudioServer | Ellen Poe |
2021-08-23 | Implement NativeExtension pointer arguments | reduz |
2021-08-14 | Use get_global_* functions instead of using transforms. | Anilforextra |
2021-08-13 | Fix some unnecessary includes | Aaron Franke |
2021-08-10 | Organize methods in Viewport and explicitly name 3D methods with 3D | Aaron Franke |
2021-07-23 | Node3D gizmo improvements | jfons |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Refactor VisibilityNotifier3D | reduz |
2021-06-03 | Merge pull request #38224 from Calinou/increase-audiostreamplayer3d-unit-size | Rémi Verschelde |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-06 | Increase the default AudioStreamPlayer3D unit size to 10 | Hugo Locurcio |
2021-02-18 | Modernize atomics | Pedro J. Estébanez |
2021-02-18 | Merge pull request #46151 from ellenhp/fix_spatial_player_play | Rémi Verschelde |
2021-02-17 | Fix pops in play() of both spatial audio players | Ellen Poe |
2021-02-14 | Return setseek position if one exists in get_playback_position. | Ellen Poe |
2021-02-10 | Removed _change_notify | reduz |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-10 | Rename Area3D audio_bus_name getter and setter | Marcel Admiraal |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-07 | Fix bug with AudioStreamPlayer3D audio position | hoontee |
2020-05-04 | Merge pull request #37717 from qarmin/world_fix | Rémi Verschelde |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-04-18 | Change non-existent World to World3D | qarmin |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | Fix another batch of -Wmaybe-uninitialized warnings | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-25 | Fix volume interpolation in positional audio nodes | Waridley |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-23 | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Reduce AudioStreamPlayer's pitch_scale max value | WARIO-MDMA |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |