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
...
|
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
4
-0
/
+32
*
|
[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
4
-19
/
+47
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
2
-10
/
+111
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Invert how `global_rate_scale` value works, and rename it to `playback_speed_...
Michael Alexsander
2021-08-07
1
-2
/
+2
*
Fix Godot's cubic resampling algorithm
Ellen Poe
2021-07-30
1
-4
/
+4
*
Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled"
Ellen Poe
2021-07-30
1
-9
/
+9
*
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
2
-4
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
35
-53
/
+53
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
3
-5
/
+5
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-25
1
-1
/
+1
*
Rename the audio `FFT_Size` enum to `FFTSize` for consistency
Hugo Locurcio
2021-05-13
4
-14
/
+14
*
Fix AudioEffectCapture buffer length cannot be changed
jmb462
2021-03-17
1
-2
/
+0
*
Update Inspector when changing AudioEffectChorus voice_count
booer
2021-02-25
1
-1
/
+1
*
Merge pull request #46086 from ellenhp/new_resampling
Rémi Verschelde
2021-02-19
1
-9
/
+9
|
\
|
*
Implement a new resampling algorithm in AudioStreamPlaybackResampled
Ellen Poe
2021-02-15
1
-9
/
+9
*
|
Merge pull request #46199 from ellenhp/fix_distortion_filter
Rémi Verschelde
2021-02-19
1
-1
/
+2
|
\
\
|
*
|
Prevent distortion filter from introducing NaNs in the audio buffer.
Ellen Poe
2021-02-18
1
-1
/
+2
|
|
/
*
|
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
4
-39
/
+44
|
\
\
|
*
|
Modernize atomics
Pedro J. Estébanez
2021-02-18
4
-39
/
+44
|
|
/
*
/
Reorganize Project Settings
reduz
2021-02-18
2
-3
/
+3
|
/
*
Add AudioEffectCapture
Lyuma
2021-02-02
2
-0
/
+222
*
Merge pull request #37547 from aaronfranke/tau
Rémi Verschelde
2021-02-01
8
-16
/
+17
|
\
|
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
8
-16
/
+17
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
4
-21
/
+6
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
46
-92
/
+92
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
7
-19
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
7
-8
/
+8
*
Fix application of window in FFT
Pedro J. Estébanez
2020-10-15
1
-10
/
+9
*
Add override keywords.
Marcel Admiraal
2020-07-10
17
-70
/
+70
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
2
-11
/
+3
*
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
2020-05-18
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
14
-64
/
+129
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
17
-0
/
+70
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
31
-340
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
3
-32
/
+20
*
Silence EQ::Band::c1, c2 and c3 may be used uninitialized warnings.
Marcel Admiraal
2020-05-12
1
-0
/
+1
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-4
/
+12
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
3
-5
/
+10
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
7
-17
/
+17
*
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-02
1
-0
/
+3
|
\
|
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+3
*
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-2
/
+2
|
/
*
Remove unused classes and stray headers
Rémi Verschelde
2020-03-24
3
-767
/
+0
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-9
/
+5
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
16
-83
/
+83
[prev]
[next]