index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_audio_buses.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-11
Use forward-declarations in EditorPlugin where possible
trollodel
2022-05-21
Add the button pressed to some signals in Tree
trollodel
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-30
Don't return reference on copy assignment operators
Rémi Verschelde
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-05-27
Improve the audio bus editor appearance
Hugo Locurcio
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Rename the TextureProgress node to TextureProgressBar
Hugo Locurcio
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-11-23
Removed unhandled_key_input from editor AudioBus and instead connect to gui_i...
Eric M
2020-09-04
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-15
Delete bus effect with Delete key
Tomasz Chabora
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-02
Fix few GCC9 warnings:
Martin Liska
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-09
Enhancements for the audio bus editor
Michael Alexsander Silva Dias
2019-04-06
New Nonlinear Audio Bus Mixer
Eoin O'Neill
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Fix EditorAudioBuses not updating when changing to a device with different ch...
Marcelo Fernandez
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-09-25
Improved audio buses editor
Daniel J. Ramirez
2017-09-12
Fixed issues with surround sound on audio server
Marcelo Fernandez
2017-09-06
Added an option to reset the bus volume to 0db
Marcelo Fernandez
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-26
EditorAudioBus: Rename delete_popup, disable delete for Master
Poommetee Ketson
2017-08-10
Fixes to buses editor
Daniel J. Ramirez
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde