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
/
webm
Age
Commit message (
Expand
)
Author
2020-11-22
Document that WebM videos don't support the alpha channel
Hugo Locurcio
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-23
Improve documentation about VideoPlayer video formats
Hugo Locurcio
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-29
[macOS] Add support for the Apple Silicon (ARM64) build target.
bruvzg
2020-06-03
SCons: Validate dependencies for linked multimedia modules
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-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-02-07
Workaround WebM playback bug after AudioServer latency fixes
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
doc: Complete documentation for VideoStreams
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-10
Memory leak and crash fixes
Rafał Mikrut
2019-10-24
Refactor VideoPlayer and VideoStream
SeleckyErik
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-22
SCons: Enable C++11 on the whole codebase
Rémi Verschelde
2019-07-03
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-06-20
Merge pull request #29910 from m4gr3d/dev_deprecate_armv6
Rémi Verschelde
2019-06-19
Deprecate armv6 support for Android
fhuya
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-18
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-03
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-04-30
Merge pull request #28530 from akien-mga/scons-prepend-cpppath
Rémi Verschelde
2019-04-30
Fix sign-compare error from #26051
Rémi Verschelde
2019-04-30
Merge pull request #26051 from 20kdc/videofix
Rémi Verschelde
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-27
Clean up latency related functions
Juan Linietsky
2019-04-24
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2019-02-21
webm/theora/yuv2rgb: Fix YUV conversion issues and add BGRP WEBM handling. (N...
20kdc
2019-01-16
Android: Add support for x86_64 architecture
Rémi Verschelde
2019-01-10
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-30
Merge pull request #24545 from akien-mga/osxcross-mono
Rémi Verschelde
2018-12-27
SCons: Drop ios_sim option forcing x86, simulator needs x86_64
Rémi Verschelde
2018-12-22
SCons: Allow building Mono module with OSXCross
Rémi Verschelde
2018-12-20
Android: Better identify thirdparty C/C++ code
Rémi Verschelde
2018-12-15
Added basic support for custom resource savers and loaders
Marc Gilleron
[next]