summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-012-9/+0
* Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias2019-08-272-62/+51
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-262-0/+35
* 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-182-0/+6
|\
| * Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-112-0/+6
* | 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
* | Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-0/+3
|/
* 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-272-0/+7
|/
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-3/+3
* Add ability to limit maximum/minimum window size.bruvzg2019-06-152-0/+26
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-282-4/+4
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-052-4/+4
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-272-0/+7
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-242-0/+7
* | | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-242-0/+7
* | | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-222-0/+174
|/ /
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* | core_bind: Use the appropriate enum instead of intIgnacio Etcheverry2019-04-072-14/+15
* | Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-012-18/+18
* | Request Android record permission when neededDESKTOP-3H3MR3A\eloisa2019-03-082-0/+9
|/
* Expose OS::get_current_video_driver to scripting languagesRémi Verschelde2019-02-162-3/+19
* Let memory stat functions return uint64_tPedro J. Estébanez2019-01-302-6/+6
* Fix error explanation in core_bind Thread::_start_funcPoommetee Ketson2019-01-111-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Added OS.get_system_time_msecs()volzhs2018-12-202-0/+6
* Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-232-2/+15
* Add store_csv_line method for FileKanabenki2018-11-162-5/+11
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-4/+4
* Expose OS::move_window_to_foregroundMarcelo Fernandez2018-11-072-0/+7
* Bind missing subresource flag in ResourceSaverAndrii Doroshenko (Xrayez)2018-10-182-0/+2
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1