index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
core_bind.cpp
Age
Commit message (
Expand
)
Author
2022-08-25
Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file
Rémi Verschelde
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-18
Remove unimplemented `OS.dump_memory_to_file()` method
Hugo Locurcio
2022-08-08
Print expected `os.arch` tuple for current platform in GDExtension error
Hugo Locurcio
2022-08-03
Bring back Geometry2D.segment_intersects_circle
Hakim
2022-08-01
Expose the "restart on exit" OS functionality
Hugo Locurcio
2022-08-01
Merge pull request #63733 from akien-mga/file-get_as_text-skip-CR
Rémi Verschelde
2022-08-01
Add support for command-line user arguments.
Juan Linietsky
2022-08-01
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-07-31
Expose load_threaded_request's cachemode to GDScript
Robin Arys
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-27
Add a Movie Quit On Finish property to AnimationPlayer
Hugo Locurcio
2022-07-27
Merge pull request #62973 from bruvzg/sysfont_support
Rémi Verschelde
2022-07-26
Address remaining scoped storage regressions
Fredia Huya-Kouadio
2022-07-26
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-05
Implement a BitField hint
reduz
2022-07-01
Handle custom Callables in Thread.start()
kobewi
2022-06-29
Exposes methods for adding and removing ResourceFormatLoaders and -Savers in ...
leogeier
2022-06-23
Remove userdata from Thread.start()
kobewi
2022-06-17
Make enum/constant binds 64-bit.
bruvzg
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Add OS::is_process_running function.
mdavisprog
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-27
Expose move_to_trash()
kobewi
2022-04-13
Fix "File must be opened" error with File.open()
nova++
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-28
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-27
Add GDExtension support to Script
reduz
2022-03-26
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-22
Add static method support to ClassDB
reduz
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-07
Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saver
Rémi Verschelde
2022-03-07
Fix ResourceSaver::save method exposition flag parameter
Pierre-Thomas Meisels
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-06
[Debugger] New extensible EngineProfiler class.
Fabio Alessandrelli
2022-01-19
Delete orphaned property default for exit_code which is not exposed any more.
strank
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-12
Use List Initializations for Vectors.
Anilforextra
2022-01-07
Fix missing arg name in bindings for GDExtension API
Rémi Verschelde
2022-01-04
Fix method validation in Thread
kobewi
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix various typos
luz paz
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-10
Improve Directory content navigation
Tomasz Chabora
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
[next]