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
/
audio_effect_record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
*
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
*
Fix member names of `AudioFrame` to match extension
A Thousand Ships
2024-02-13
1
-2
/
+2
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Fix AudioEffectRecord circular reference
Wilson E. Alvarez
2023-06-19
1
-20
/
+19
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
1
-8
/
+0
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-10
/
+10
*
Cleanup AudioEffectRecord thread_active variable
Marcel Admiraal
2022-06-17
1
-4
/
+0
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Remove last editor code dependencies in template build
Rémi Verschelde
2022-03-28
1
-0
/
+9
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-4
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+8
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixed an issue with recording audio.
Catchawink
2019-12-12
1
-2
/
+3
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-0
/
+1
*
Fix recording bus regression.
Saracen
2019-08-12
1
-1
/
+1
*
fix some crashes
Furkan Türkal
2019-07-01
1
-0
/
+3
*
Fix AudioEffectRecord messing up the effect stack by not writing to dst_frames
Bojidar Marinov
2019-05-09
1
-0
/
+4
*
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix AudioEffectRecord not working without thread support
Marcelo Fernandez
2018-12-12
1
-17
/
+46
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+1
*
Fix crash while importing corrupted wav
Poommetee Ketson
2018-08-21
1
-1
/
+1
*
Fix of AudioRecordingEffect property
Gustav Lund
2018-07-27
1
-10
/
+15
*
Audio Recording module
Gustav Lund
2018-07-26
1
-0
/
+259