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
/
platform
/
android
/
audio_driver_opensl.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
Spartan322
2024-10-13
1
-0
/
+2
*
Android: Ensure cleanup of all subobjects in the OpenSL audio driver
Pierce Brooks
2024-07-30
1
-2
/
+33
*
Fix issue causing the Android editor to crash when creating a new AudioStream...
Fredia Huya-Kouadio
2023-05-31
1
-1
/
+2
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
1
-8
/
+4
*
Booleanize various sync primitives' wait & locking methods
Pedro J. Estébanez
2023-01-27
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Cleanup Android C++ code
Marcel Admiraal
2022-05-31
1
-10
/
+0
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-3
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-2
/
+0
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-19
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Compilation fixes on Android
PouleyKetchoupp
2020-03-04
1
-2
/
+2
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-8
/
+6
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-9
/
+2
*
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-15
1
-3
/
+3
*
Use mix rate and output latency constants in audio drivers
Rémi Verschelde
2019-04-06
1
-1
/
+1
*
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-2
/
+2
*
Request Android record permission when needed
DESKTOP-3H3MR3A\eloisa
2019-03-08
1
-1
/
+10
*
Implement Audio Input support on Android
Marcelo Fernandez
2019-02-28
1
-0
/
+104
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix warnings in Android platform
Rémi Verschelde
2018-10-03
1
-14
/
+3
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-7
/
+1
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-1
/
+2
*
Fix intermittent audio driver crash during startup on Android
Ruslan Mustakov
2018-03-01
1
-0
/
+1
*
Remove some debugging prints on Android
Hugo Locurcio
2018-02-18
1
-2
/
+0
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-123
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-94
/
+69
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
1
-6
/
+3
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-4
/
+4
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Minor code formatting in platform/android
Mario Schlack
2016-07-21
1
-0
/
+6
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
ran cppcheck, found unused variables
firefly2442
2015-09-16
1
-2
/
+1
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
support for 2D shadow casters
Juan Linietsky
2015-03-02
1
-0
/
+8
*
-fix bug in cache for atlas import/export
Juan Linietsky
2014-03-13
1
-0
/
+410