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
/
core_bind.h
Age
Commit message (
Expand
)
Author
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-17
Remove meaningless parameter from bindings
Pedro J. Estébanez
2020-03-05
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-03
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
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
Rename `scancode` to `keycode`.
bruvzg
2020-02-24
Core: Change _Marshall class inherit from Reference to Object
Mateo Dev .59
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-01-23
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-13
Exposed physics frame count and idle frame count
Andrea Catania
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-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-22
Add request permission automatically at android
Cagdas
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-07-11
Add access to interpolation fraction for fixed timestep interpolation
lawnjelly
2019-06-30
Fix uninitialized variables in Line2D, JSONParseResult and TileMap
Rémi Verschelde
2019-06-27
Bind is_point_in_polygon in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-15
Add ability to limit maximum/minimum window size.
bruvzg
2019-05-28
Merge pull request #26462 from SubSage/master
Rémi Verschelde
2019-05-27
Merge pull request #29119 from bruvzg/native_icon_support
Rémi Verschelde
2019-05-24
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
Expose 2D Delaunay triangulation in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-05-22
Expose 2D polygon boolean operations in Geometry singleton
Andrii Doroshenko (Xrayez)
2019-04-07
core_bind: Use the appropriate enum instead of int
Ignacio Etcheverry
2019-04-01
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-03-08
Request Android record permission when needed
DESKTOP-3H3MR3A\eloisa
2019-03-05
Fixes stderr silence; adds missing quote from exe args(windows)
Luis Martinez
2019-02-16
Expose OS::get_current_video_driver to scripting languages
Rémi Verschelde
2019-01-30
Let memory stat functions return uint64_t
Pedro J. Estébanez
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-20
Added OS.get_system_time_msecs()
volzhs
2018-11-23
Changes IME input to use notification instead of callback, exposes IME method...
bruvzg
[next]