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
/
drivers
/
xaudio2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
2
-4
/
+4
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
2
-0
/
+4
*
Merge pull request #97483 from akien-mga/clang-format-19.1.0
Rémi Verschelde
2024-09-26
1
-2
/
+2
|
\
|
*
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
1
-2
/
+2
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-1
/
+1
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-1
/
+2
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
2
-14
/
+13
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Make audio thread control flags safe
Pedro J. Estébanez
2022-08-19
2
-12
/
+11
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
2
-4
/
+4
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
1
-0
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-2
/
+2
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-13
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-11
/
+11
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
2020-05-18
1
-2
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-15
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-11
/
+5
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-4
/
+4
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-3
/
+3
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-9
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-16
/
+5
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-1
/
+1
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-1
/
+1
*
Use mix rate and output latency constants in audio drivers
Rémi Verschelde
2019-04-06
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
2
-4
/
+4
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-20
/
+18
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+1
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-2
/
+0
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
2
-0
/
+2
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
2
-4
/
+4
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
2
-2
/
+2
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-1
/
+1
*
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-1
/
+1
*
Fix compilation for UWP
George Marques
2017-04-29
1
-1
/
+0
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
2
-0
/
+2
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
2
-39
/
+31
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
[next]