summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
Commit message (Expand)AuthorAgeFilesLines
* Added debugger plugin supportsimpu2020-08-261-0/+54
* Fix Directory Open CheckNathan Franke2020-07-061-0/+3
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-36/+52
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-19/+18
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-114/+0
* Remove meaningless parameter from bindingsPedro J. Estébanez2020-03-171-1/+1
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-051-6/+4
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-031-6/+4
* | Improve UX of drive lettersPedro J. Estébanez2020-03-031-1/+1
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-3/+3
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-3/+3
* | Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+14
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-4/+1
|/
* Core: Change _Marshall class inherit from Reference to ObjectMateo Dev .592020-02-241-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-20/+19
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-13/+0
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-3/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-1/+0
* Merge pull request #29993 from bruvzg/vulkanRémi Verschelde2020-02-111-0/+1
|\
| * Add static Vulkan loader.bruvzg2020-02-111-0/+1
* | Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-1/+1
|/
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Exposed physics frame count and idle frame countAndrea Catania2020-01-131-0/+2
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+1
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-0/+3
|/
* Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-081-0/+3
* Add request permission automatically at androidCagdas2019-10-221-0/+2
* Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)2019-09-011-2/+0
* Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias2019-08-271-62/+45
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+5
* Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-111-0/+1
* Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-0/+3
* Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)2019-06-271-0/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-3/+3
* Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+4
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-281-1/+1
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-051-1/+1
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-271-0/+1
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+1
* | | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-241-0/+1
* | | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-221-0/+39
|/ /
* | core_bind: Use the appropriate enum instead of intIgnacio Etcheverry2019-04-071-7/+8
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-4/+4
* | Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-081-0/+2
|/