summaryrefslogtreecommitdiff
path: root/core/bind
AgeCommit message (Expand)Author
2020-02-29doc: Sync classref with current sourceRémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-24Core: Change _Marshall class inherit from Reference to ObjectMateo Dev .59
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-22Thread: Fix typo in destructor error messageRémi Verschelde
2020-01-14Merge pull request #35092 from AndreaCatania/frames_expRémi Verschelde
2020-01-13Exposed physics frame count and idle frame countAndrea Catania
2020-01-13Revert "Enable Vsync via Compositor by default"Rémi Verschelde
2020-01-09Enable Vsync via Compositor by defaultHugo Locurcio
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-29Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-08Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio
2019-10-31Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)
2019-10-22Add request permission automatically at androidCagdas
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
2019-09-25Added some obvious errors explanationsqarmin
2019-09-01Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)
2019-08-27Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-18Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde
2019-07-11Add access to interpolation fraction for fixed timestep interpolationlawnjelly
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-03Add b64 to string helper in CryptoCoreFabio Alessandrelli
2019-07-02Merge pull request #30239 from Faless/crypto/crypto_coreRémi Verschelde
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-07-02Merge pull request #30223 from qarmin/properly_delete_threadRémi Verschelde
2019-07-01Remove thread to prevent memory leakqarmin
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-30doc: Enforce default values for OS propertiesRémi Verschelde
2019-06-30Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-27Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)