summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-181-58/+49
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-22/+0
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-10/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-1/+1
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-1/+1
* 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-231-1/+1
* Thread: Fix typo in destructor error messageRémi Verschelde2020-01-221-1/+2
* Merge pull request #35092 from AndreaCatania/frames_expRémi Verschelde2020-01-141-0/+12
|\
| * Exposed physics frame count and idle frame countAndrea Catania2020-01-131-0/+12
* | 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-061-0/+5
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+5
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | 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-041-0/+14
|/
* Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-081-0/+15
* Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)2019-10-311-0/+3
* Add request permission automatically at androidCagdas2019-10-221-0/+12
* Added an exit code to the blocking mode of OS::executeRuslan Mullayanov2019-09-261-1/+4
* Added some obvious errors explanationsqarmin2019-09-251-65/+65
* Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)2019-09-011-7/+0
* Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias2019-08-271-0/+6
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+30
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-25/+9
* Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde2019-07-181-0/+5
|\
| * Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-111-0/+5
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-3/+5
* | Add b64 to string helper in CryptoCoreFabio Alessandrelli2019-07-031-36/+6
* | Merge pull request #30239 from Faless/crypto/crypto_coreRémi Verschelde2019-07-021-11/+14
|\ \
| * | CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-11/+14
| |/
* | Merge pull request #30223 from qarmin/properly_delete_threadRémi Verschelde2019-07-021-0/+2
|\ \ | |/ |/|
| * Remove thread to prevent memory leakqarmin2019-07-011-0/+2
* | Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-5/+7
|\ \ | |/ |/|
| * Remove unnecessary code and add some error explanationsqarmin2019-07-011-5/+7
* | doc: Enforce default values for OS propertiesRémi Verschelde2019-06-301-0/+20
|/
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-1/+1
|\
| * Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* | Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)2019-06-271-0/+6
|/
* Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+22
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-281-3/+3
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-051-3/+3
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-271-0/+6
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+6
* | | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-241-0/+6
* | | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-221-0/+135
|/ /