index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
ogg
Age
Commit message (
Expand
)
Author
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-07-28
Rename every instance of "OGG" to "Ogg"
DeeJayLSP
2022-07-23
Implement BPM support
reduz
2022-05-04
Refactor module initialization
reduz
2022-02-16
Merge pull request #58130 from timothyqiu/ogg-seek-crash
Ellen Poe
2022-02-15
Fix infinite recursion when seeking Ogg Vorbis file
Haoyu Qiu
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-03
initialized member variables in header
zwebb
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-15
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-09
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-18
opus/vorbis: Remove dead code not used since 3.0
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-15
doc: Make all module docs self-contained
Rémi Verschelde
2017-10-14
Fix video playback
Matt Hughes
2017-09-25
Use BoolVariable for third-party options.
Elliott Sales de Andrade
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-01-15
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-03
scons: Reorder options for clarity
Rémi Verschelde
2016-11-01
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-10-17
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-15
modules: Clone env in each module
Rémi Verschelde
2016-10-15
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde