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
/
alsamidi
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
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Move MIDI parsing up from ALSA driver to platform independent driver.
Ibrahn Sahir
2024-06-25
2
-176
/
+42
*
Add MIDI controller device index to InputEventMIDI.device property.
Fernando Cosentino
2024-02-19
2
-9
/
+9
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
1
-0
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Fix MIDI input with ALSA.
Ibrahn Sahir
2022-10-17
2
-68
/
+154
*
Make audio thread control flags safe
Pedro J. Estébanez
2022-08-19
2
-5
/
+6
*
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
*
Don't clobber original library symbols
Hein-Pieter van Braam-Stewart
2021-02-18
1
-1
/
+1
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-11
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
2
-2
/
+2
*
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
1
-3
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-8
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-12
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-3
/
+3
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
ALSA MIDI driver:
Ovnuniarchos
2020-01-22
1
-1
/
+22
*
Alsa MIDI input thread gets properly reinitialized on open.
Ovnuniarchos
2020-01-18
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
Drivers, main, servers: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
2
-8
/
+8
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
2
-4
/
+4
*
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
2
-8
/
+9
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
3
-0
/
+278