index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
audio_stream_preview.cpp
Age
Commit message (
Expand
)
Author
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-07-18
Optimize StringName usage
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-06-03
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-02-21
Fix audio previews, closes #25979
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-04
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-22
Fix crash when previewing null AudioStream
Poommetee Ketson
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-06-07
Entirely new (and much improved) animation editor.
Juan Linietsky