index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Automatically use property count in PropertyListHelper
kobewi
2024-05-25
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+5
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
2
-62
/
+19
*
Add AudioEffectHardLimiter as a rework of audio limiter effect
landervr
2024-03-25
2
-0
/
+250
*
AudioEffectPitchShift: Actually fix -Wstringop-overflow warning
Rémi Verschelde
2024-02-22
2
-46
/
+21
*
AudioEffectPitchShift: Prevent negative size memset (GCC warning)
Rémi Verschelde
2024-02-19
1
-3
/
+5
*
Fix member names of `AudioFrame` to match extension
A Thousand Ships
2024-02-13
13
-46
/
+46
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
2
-0
/
+44
*
Fix AudioStreamRandomizer.random_volume_offset_db not working
jsjtxietian
2023-10-14
1
-1
/
+5
*
Tweak property order in the inspector for AudioStreamRandomizer
Hugo Locurcio
2023-09-27
1
-2
/
+2
*
bugfix for audio stream generators getting killed accidentally by audio server
Fabian Keller
2023-09-10
1
-4
/
+7
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
2
-2
/
+0
*
Simpler default values for AudioStreamRandomizer
RedMser
2023-08-02
1
-2
/
+2
*
Fix AudioEffectRecord circular reference
Wilson E. Alvarez
2023-06-19
2
-26
/
+20
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
2
-2
/
+6
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-1
/
+1
*
Make solving project setting errors easier
RedMser
2023-03-27
1
-1
/
+1
*
Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale
Rémi Verschelde
2023-02-17
1
-1
/
+1
|
\
|
*
Fix Editor hanging if audiostream's pitch_scale is NaN
stmSi
2022-12-24
1
-1
/
+1
*
|
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
3
-20
/
+21
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
48
-1392
/
+1392
|
/
*
Add optional arguments to AudioStreamRandomizer
MrBlockers
2022-12-20
2
-4
/
+4
*
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
2
-3
/
+3
|
\
|
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
2
-3
/
+3
*
|
Remove warning when playing random no-repeat sound with only 1 sound in pool
Hugo Locurcio
2022-12-09
1
-1
/
+2
|
/
*
Simplify GDVIRTUAL_REQUIRED_CALL calls
kobewi
2022-11-30
2
-25
/
+12
*
AudioEffectDistorion docs & inspector edits
M-O-Marmalade
2022-11-22
1
-2
/
+2
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
3
-6
/
+6
*
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
2
-43
/
+23
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
1
-8
/
+0
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
3
-11
/
+11
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
4
-38
/
+38
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
8
-21
/
+21
*
Merge pull request #64607 from RandomShaper/safe_audio_threading
Rémi Verschelde
2022-08-25
2
-13
/
+12
|
\
|
*
Make audio thread control flags safe
Pedro J. Estébanez
2022-08-19
2
-13
/
+12
*
|
Rename properties unnecessarily using slash (`/`) in their names
Rémi Verschelde
2022-08-23
2
-47
/
+33
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
5
-18
/
+18
|
/
*
Merge pull request #60957 from DeeJayLSP/sample_pcm
Rémi Verschelde
2022-07-28
2
-15
/
+15
|
\
|
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
2
-15
/
+15
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
18
-46
/
+48
|
/
*
Implement BPM support
reduz
2022-07-23
4
-20
/
+129
*
Fix some properties having an invalid float step of `0`
Hugo Locurcio
2022-07-10
1
-1
/
+1
*
Merge pull request #55846 from ellenhp/fix_ogg_edge_cases
Rémi Verschelde
2022-06-22
1
-16
/
+13
|
\
|
*
Fix ogg edge cases
Ellen Poe
2022-04-17
1
-16
/
+13
*
|
Merge pull request #62122 from reduz/implement-movie-writer
Rémi Verschelde
2022-06-21
2
-14
/
+75
|
\
\
|
*
|
Implement Running Godot as Movie Writer
reduz
2022-06-21
2
-14
/
+75
[next]