summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
AgeCommit message (Expand)Author
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-17Remove meaningless parameter from bindingsPedro J. Estébanez
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-24Core: Change _Marshall class inherit from Reference to ObjectMateo Dev .59
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-13Exposed physics frame count and idle frame countAndrea Catania
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-08Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio
2019-10-22Add request permission automatically at androidCagdas
2019-09-01Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)
2019-08-27Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-07-11Add access to interpolation fraction for fixed timestep interpolationlawnjelly
2019-06-30Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde
2019-06-27Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-05-28Merge pull request #26462 from SubSage/masterRémi Verschelde
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-24Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)
2019-05-22Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)
2019-04-07core_bind: Use the appropriate enum instead of intIgnacio Etcheverry
2019-04-01Add object encoding param to serialization methodsFabio Alessandrelli
2019-03-08Request Android record permission when neededDESKTOP-3H3MR3A\eloisa
2019-03-05Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez
2019-02-16Expose OS::get_current_video_driver to scripting languagesRémi Verschelde
2019-01-30Let memory stat functions return uint64_tPedro J. Estébanez
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg