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
/
effects
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
AudioEffectPitchShift: Fix distortion when pitch is 1.0
Fabian S.
2024-09-17
1
-0
/
+5
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-5
/
+5
*
WAV stream/importer: Improve compression/loop names and descriptions
DeeJayLSP
2024-08-30
1
-1
/
+1
*
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
*
bugfix for audio stream generators getting killed accidentally by audio server
Fabian Keller
2023-09-10
1
-4
/
+7
*
Fix AudioEffectRecord circular reference
Wilson E. Alvarez
2023-06-19
2
-26
/
+20
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
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
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
38
-1102
/
+1102
|
/
*
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
*
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
2
-7
/
+7
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
2
-8
/
+8
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
7
-20
/
+20
*
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
16
-42
/
+44
|
/
*
Implement BPM support
reduz
2022-07-23
2
-2
/
+8
*
Cleanup AudioEffectRecord thread_active variable
Marcel Admiraal
2022-06-17
2
-5
/
+0
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
12
-42
/
+42
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
2
-5
/
+5
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
4
-19
/
+16
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
3
-3
/
+3
*
Remove last editor code dependencies in template build
Rémi Verschelde
2022-03-28
2
-1
/
+9
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Revert "PitchShift effect quality and performance tweaks for different pitch ...
Rémi Verschelde
2022-03-02
2
-81
/
+56
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
2
-4
/
+0
*
Audio quality improvements in PitchShift
Bartłomiej T. Listwon
2022-02-11
2
-56
/
+73
*
Pass audio samples untouched for pitch_scale around 1.0f
Bartłomiej T. Listwon
2022-02-11
1
-0
/
+8
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
2
-10
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
38
-76
/
+76
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
3
-5
/
+0
*
Merge pull request #52237 from ellenhp/polyphony
Juan Linietsky
2021-09-07
2
-0
/
+5
|
\
|
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
2
-0
/
+5
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-0
/
+1
|
/
*
Require AudioStream::mix to return the number of frames successfully mixed
Ellen Poe
2021-08-27
2
-2
/
+3
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
[next]