summaryrefslogtreecommitdiffstats
path: root/core/bind
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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