index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
io
Age
Commit message (
Expand
)
Author
2023-01-19
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-05
[Tests] Replace Math::is_equal_approx with == and doctest::Approx
Hendrik Brucker
2022-11-01
Rename Image's `get_rect` to `get_region`
Micky
2022-10-28
Change all WEBP strings and comments to WebP
DeeJayLSP
2022-09-09
Fix parsing of XML CDATA and add test cases
Haoyu Qiu
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-04
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-01
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-18
Use integer types in Image and ImageTexture methods
FireForge
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-24
Refactor Object metadata
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-23
Add Image::fill_rect method
kleonc
2021-11-17
Fix divide by zero in pck_packer
Paulb23
2021-11-07
Move and organize tests into subfolders
Aaron Franke