index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
uwp
Age
Commit message (
Expand
)
Author
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-11
Merge pull request #67244 from RandomShaper/split_render_further_2
Rémi Verschelde
2022-10-11
Polish rendering driver refactor further (take 2)
Pedro J. Estébanez
2022-10-11
Cleanup unused defines in platform code
Rémi Verschelde
2022-10-03
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-09-30
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-28
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
Rémi Verschelde
2022-09-16
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-10
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-27
Merge pull request #64507 from RandomShaper/remove_unused
Rémi Verschelde
2022-08-27
Remove unused force_quit variable from many OS abstractions
Pedro J. Estébanez
2022-08-25
Improve platform-specific READMEs to add useful links
Hugo Locurcio
2022-08-25
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-14
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-06
Only define `keep_screen_on` project setting once
RedMser
2022-08-04
Add support for multiple virtual keyboard types
Brian Semrau
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-29
Update export dialog to handle many architectures
Aaron Franke
2022-07-29
Make some editor export methods const
Aaron Franke
2022-07-26
Split up editor export code into multiple files
Aaron Franke
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-23
Flush buffered input events on UWP
Pedro J. Estébanez
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-11
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-03
Add OS::is_process_running function.
mdavisprog
2022-05-03
Merge pull request #60714 from Calinou/typedef-remove-ref
Rémi Verschelde
2022-05-03
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
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-29
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
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-26
HTML5: Explain why export templates are missing
Rémi Verschelde
2022-03-16
Implement GDExtension export plugin.
bruvzg
2022-03-05
Rename StreamTexture* to CompressedTexture*
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-14
Fix Actions mapped to triggers not using the full range
Marcel Admiraal
2022-01-08
UWP: Simplify QueryPerformanceCounter usage
Bartłomiej T. Listwon
2022-01-06
Fix UTC typos in UWP platform
Aaron Franke
2022-01-05
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
[next]