summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-3387/+0
* Removed unused method Geometry.get_uv84_normal_bitYuri Roubinsky2020-10-092-7/+0
* Cancel rename if file does not existTomasz Chabora2020-10-081-0/+2
* OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-242-6/+0
* Added debugger plugin supportsimpu2020-08-262-0/+206
* Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde2020-07-251-0/+1
|\
| * Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-151-0/+1
* | Fix Directory make_dir and make_dir_recursiveNathan Franke2020-07-201-2/+2
|/
* Follow-Up Fix Directory OpenNathan Franke2020-07-101-8/+13
* Fix Directory Open CheckNathan Franke2020-07-062-17/+25
* Fix weekday calculation in get_datetime_from_unix_time for negative timesMaganty Rushyendra2020-06-291-1/+1
* 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
|\