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
*
Fix possible crash on AudioDriver::input_buffer_write
Marcelo Fernandez
2019-03-02
1
-1
/
+1
*
Fix possible crash when AudioDriver::capture_start fails
Marcelo Fernandez
2019-03-01
1
-6
/
+12
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-4
/
+4
*
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-3
/
+0
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
45
-90
/
+90
*
Merge pull request #24324 from volzhs/access-mic
Rémi Verschelde
2018-12-14
1
-0
/
+7
|
\
|
*
Request mic access only when is needed
volzhs
2018-12-14
1
-0
/
+7
*
|
Merge pull request #22910 from marcelofg55/nothreads_rec
Rémi Verschelde
2018-12-13
2
-17
/
+50
|
\
\
|
|
/
|
/
|
|
*
Fix AudioEffectRecord not working without thread support
Marcelo Fernandez
2018-12-12
2
-17
/
+50
*
|
Remove comments and corrected code, which exists for correctness but will lik...
Juan Linietsky
2018-11-21
1
-29
/
+3
*
|
Corrected some points discussed in #17491
Juan Linietsky
2018-11-16
1
-0
/
+13
*
|
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-20
2
-5
/
+13
*
|
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-12
/
+12
|
/
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
2
-2
/
+2
*
Fix mismatched class/struct definition warnings [-Wmismatched-tags]
Rémi Verschelde
2018-10-01
2
-18
/
+6
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
2
-4
/
+0
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-0
/
+11
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Fix warnings on non-static data member initializers (C++11 feature)
Rémi Verschelde
2018-09-27
2
-2
/
+5
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
20
-31
/
+31
|
/
*
Restrict set_pitch_scale to positive scales for AudioStreamPlayer*
Chaosus
2018-08-22
2
-4
/
+4
*
Fix crash while importing corrupted wav
Poommetee Ketson
2018-08-21
1
-1
/
+1
*
Add extra latency to microphone playback to reduce clipping.
Saracen
2018-07-31
2
-1
/
+3
*
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
1
-4
/
+4
*
Fixed audio clipping on WASAPI by fixing argument order on AudioClient
Saracen
2018-07-27
1
-10
/
+22
*
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
4
-79
/
+22
*
Fixes for microphone clipping and latency (marcelofg55)
Saracen
2018-07-27
2
-7
/
+11
*
Experimental microphone support.
Saracen
2018-07-27
4
-0
/
+210
*
Fix of AudioRecordingEffect property
Gustav Lund
2018-07-27
2
-13
/
+18
*
Merge pull request #15967 from Gamblify/AudioRecordingModule
Rémi Verschelde
2018-07-26
3
-0
/
+363
|
\
|
*
Audio Recording module
Gustav Lund
2018-07-26
3
-0
/
+363
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
3
-9
/
+9
*
|
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-0
/
+2
|
/
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-1
/
+1
*
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
2
-0
/
+2
*
Fix compressor audio effect sidechain selection
Benedikt Bär
2018-03-21
1
-1
/
+1
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-2
/
+1
*
Merge pull request #15254 from mrcdk/pitch_scale
Rémi Verschelde
2018-02-01
1
-2
/
+2
|
\
|
*
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2018-01-01
1
-2
/
+2
*
|
AudioEffectReverb: max predelay_feedback to 0.98
Poommetee Ketson
2018-01-31
1
-2
/
+2
*
|
Expose audio streams get_length()
MrCdK
2018-01-22
2
-12
/
+22
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
39
-0
/
+39
|
/
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
43
-86
/
+86
*
Properly silence buffer while not in use, fixes #14866
Juan Linietsky
2017-12-20
1
-6
/
+6
*
Don't try to mix a sample that has already ended
Hein-Pieter van Braam
2017-12-18
1
-0
/
+7
[next]