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
/
theora
Age
Commit message (
Expand
)
Author
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-04
[Scons] Implement module dependency sorting.
Fabio Alessandrelli
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-23
Implement BPM support
reduz
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-05-04
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
Refactor module initialization
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-09
Remove unused GDNative code
Rémi Verschelde
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-01
Fix "texture not initialized" error preventing video from playing
Lisandro Lorea
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-22
Add support for the RISC-V architecture
Aaron Franke
2021-10-15
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-07
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-13
Implement the ability to disable classes
reduz
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-14
Print a warning when trying to seek in VideoPlayer
Hugo Locurcio
2021-02-18
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-02-18
Reorganize Project Settings
reduz
2021-02-11
Improve resource load cache
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-29
Modernize Thread
Pedro J. Estébanez
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-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-03
SCons: Validate dependencies for linked multimedia modules
Rémi Verschelde
2020-05-19
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Remove redundant void argument lists
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
[next]