summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-14/+2
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-272-218/+250
* [Windows] Add tablet driver selection.bruvzg2020-05-202-0/+27
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-20/+20
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-30/+56
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+48
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-238/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-117/+34
* Warn when trying to open `res://` or `user://` with `OS.shell_open()`Hugo Locurcio2020-04-281-0/+5
* Replace NULL with nullptrlupoDharkael2020-04-022-20/+20
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-262-650/+3
* doc: Sync classref with current sourceRémi Verschelde2020-03-181-1/+1
* Merge pull request #37111 from RandomShaper/imvu/unexpose_include_driveRémi Verschelde2020-03-172-3/+3
|\
| * Remove meaningless parameter from bindingsPedro J. Estébanez2020-03-172-3/+3
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-13/+13
|/
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-052-20/+14
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-032-20/+14
* | Improve UX of drive lettersPedro J. Estébanez2020-03-032-4/+4
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-9/+11
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-252-9/+11
* | doc: Sync classref with current sourceRémi Verschelde2020-02-291-1/+1
* | Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-4/+38
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-17/+4
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
|/
* Core: Change _Marshall class inherit from Reference to ObjectMateo Dev .592020-02-241-2/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-6/+6
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-78/+68
* Remove incomplete battery status/power APIRémi Verschelde2020-02-142-35/+0
* Remove more deprecated methods and codeRémi Verschelde2020-02-132-13/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-132-2/+1
* 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-112-2/+2
|/
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-232-2/+2
* Thread: Fix typo in destructor error messageRémi Verschelde2020-01-221-1/+2
* Merge pull request #35092 from AndreaCatania/frames_expRémi Verschelde2020-01-142-0/+14
|\
| * Exposed physics frame count and idle frame countAndrea Catania2020-01-132-0/+14
* | Revert "Enable Vsync via Compositor by default"Rémi Verschelde2020-01-131-1/+1
|/
* Enable Vsync via Compositor by defaultHugo Locurcio2020-01-091-1/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-062-0/+6
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-282-0/+6
* | Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* | Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio2019-12-291-0/+4
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-042-0/+17
|/
* Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-082-0/+18
* Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)2019-10-311-0/+3
* Add request permission automatically at androidCagdas2019-10-222-0/+14