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
/
bind
Age
Commit message (
Expand
)
Author
2020-02-29
doc: Sync classref with current source
Rémi Verschelde
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-24
Core: Change _Marshall class inherit from Reference to Object
Mateo Dev .59
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-13
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-11
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
Add static Vulkan loader.
bruvzg
2020-02-11
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-23
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-22
Thread: Fix typo in destructor error message
Rémi Verschelde
2020-01-14
Merge pull request #35092 from AndreaCatania/frames_exp
Rémi Verschelde
2020-01-13
Exposed physics frame count and idle frame count
Andrea Catania
2020-01-13
Revert "Enable Vsync via Compositor by default"
Rémi Verschelde
2020-01-09
Enable Vsync via Compositor by default
Hugo Locurcio
2020-01-06
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-29
Print a warning message if `OS.exit_code` is set to a non-portable value
Hugo Locurcio
2019-12-04
Added support for vertical syncing via the Windows OS compositor (DWM.)
TerminalJack
2019-11-28
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-08
Expose the `OS.low_processor_usage_mode_sleep_usec` property
Hugo Locurcio
2019-10-31
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez)
2019-10-22
Add request permission automatically at android
Cagdas
2019-09-26
Added an exit code to the blocking mode of OS::execute
Ruslan Mullayanov
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-01
Remove redundant transform method in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-08-27
Add 'is_point_in_circle()' to Geometry class, and general file cleanup
Michael Alexsander Silva Dias
2019-08-26
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-18
Merge pull request #30226 from lawnjelly/interpolate
Rémi Verschelde
2019-07-11
Add access to interpolation fraction for fixed timestep interpolation
lawnjelly
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-03
Add b64 to string helper in CryptoCore
Fabio Alessandrelli
2019-07-02
Merge pull request #30239 from Faless/crypto/crypto_core
Rémi Verschelde
2019-07-02
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
Merge pull request #30223 from qarmin/properly_delete_thread
Rémi Verschelde
2019-07-01
Remove thread to prevent memory leak
qarmin
2019-07-01
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-30
doc: Enforce default values for OS properties
Rémi Verschelde
2019-06-30
Fix uninitialized variables in Line2D, JSONParseResult and TileMap
Rémi Verschelde
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
Bind is_point_in_polygon in Geometry singleton
Andrii Doroshenko (Xrayez)
[next]