summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias2019-09-251-2/+2
* Merge pull request #32021 from Calinou/editor-audio-bus-snappingRémi Verschelde2019-09-231-3/+19
|\
| * Implement snapping in the audio bus editorHugo Locurcio2019-09-071-3/+19
* | Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde2019-09-231-2/+2
|\ \
| * | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
| |/
* / Display audio buses' current volume in a tooltip when hovering sliderHugo Locurcio2019-09-061-1/+2
|/
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-3/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-21/+17
* Enhancements for the audio bus editorMichael Alexsander Silva Dias2019-06-091-169/+248
* Fix typos with codespellRémi Verschelde2019-05-191-11/+11
* Change font of audio notches to default fontGuilherme Felipe2019-04-081-2/+2
* Merge pull request #27644 from lupoDharkael/busRémi Verschelde2019-04-081-5/+7
|\
| * Allow default audio bus layout modificationlupoDharkael2019-04-051-5/+7
* | Merge pull request #25810 from TheYokai/mixer_improvementsRémi Verschelde2019-04-071-11/+162
|\ \ | |/ |/|
| * New Nonlinear Audio Bus MixerEoin O'Neill2019-04-061-11/+162
* | Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
|/
* EditorAudioBuses: Fix wrong tooltip for "Add Bus"merumelu2019-02-121-1/+1
* Adds color to the audio buses buttonsgroud2019-01-241-0/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix EditorAudioBuses not updating when changing to a device with different ch...Marcelo Fernandez2018-12-111-6/+34
* Refactor editor icon retrievalwillnationsdev2018-09-141-4/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-2/+2
* Merge pull request #17013 from Noshyaar/themeRémi Verschelde2018-03-131-0/+20
|\
| * Update icons when theme changedPoommetee Ketson2018-02-251-0/+20
* | EditorAudioBus: expand effects listPoommetee Ketson2018-03-021-0/+2
* | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-0/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Some untranslated UI stringsUnknown2017-12-021-2/+2
* EditorAudioBus: restore delete option on master busPoommetee Ketson2017-10-011-3/+2
* Improved audio buses editorDaniel J. Ramirez2017-09-251-21/+31
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-56/+55
* Added an option to reset the bus volume to 0dbMarcelo Fernandez2017-09-061-1/+22
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Node: Add debug info to add_child reparenting checkRémi Verschelde2017-08-261-1/+0
* EditorAudioBus: Rename delete_popup, disable delete for MasterPoommetee Ketson2017-08-261-9/+10
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-21/+21
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-6/+6
* -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-181-1/+1
* Fixes to buses editorDaniel J. Ramirez2017-08-101-10/+24
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-6/+6
* Added some missing icons, fixed some ui iconsDaniel J. Ramirez2017-07-121-3/+7
* Fix: audio buses buttons hard to see if pressed or notGilles Roudiere2017-06-071-3/+6
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-1/+1