summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-30Merge pull request #39986 from reduz/app-inout-notificationRémi Verschelde
2020-06-30Merge pull request #38920 from paulherman/tgaRémi Verschelde
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-06-29Fix weekday calculation in get_datetime_from_unix_time for negative timesMaganty Rushyendra
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-24Merge pull request #39617 from mrushyendra/bilinear_interpolationRémi Verschelde
2020-06-22Merge pull request #39755 from Faless/crypto/encryption_pr_4.0Rémi Verschelde
2020-06-19Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-maxRémi Verschelde
2020-06-19Ensure FileAccessBuffered structs are properly initializedAndy Maloney
2020-06-19Fix upscaling image with bilinear interpolation option specifiedMaganty Rushyendra
2020-06-18Implement RSA encryption/decryption.Fabio Alessandrelli
2020-06-18Implement sign and verify in crypto.Fabio Alessandrelli
2020-06-18CryptoKey supports public keys.Fabio Alessandrelli
2020-06-18Add AESContext.Fabio Alessandrelli
2020-06-17Simplify Transform2D get_rotationAaron Franke
2020-06-16Merge pull request #39484 from hbina/use_nullptr_in_macrosRémi Verschelde
2020-06-15Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde
2020-06-15Check pointers against nullptr.Hanif Bin Ariffin
2020-06-15Merge pull request #39483 from AndreaCatania/eulerRémi Verschelde
2020-06-15Merge pull request #39439 from Lefl1/rename_get_action_listRémi Verschelde
2020-06-15Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard
2020-06-12- Added more euler rotation orders support.Andrea Catania
2020-06-12Object: Add usage hint to instantiate Object properties in editorRémi Verschelde
2020-06-11String: Use ABS macro in padding codeRémi Verschelde
2020-06-11Merge pull request #39230 from ntfshard/expression_string_singlequoteRémi Verschelde
2020-06-11Merge pull request #39261 from mrushyendra/string_paddingRémi Verschelde
2020-06-10Fix potential crash when listing leaked objectsPedro J. Estébanez
2020-06-10Merge pull request #39409 from akien-mga/astar-get_closest_point-deterministicRémi Verschelde
2020-06-09AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde
2020-06-08Core: Add hints to run with --verbose when leaking nodes/resources at exitRémi Verschelde
2020-06-08VariantParser: Fix crash on malformed vectorsRémi Verschelde
2020-06-07Merge pull request #39200 from azagaya/fix-blend-2Rémi Verschelde
2020-06-06Crypto as a custom instance class.Fabio Alessandrelli
2020-06-06Fix editor crash when mbedtls is disabled.Fabio Alessandrelli
2020-06-05Merge pull request #39316 from Anutrix/remove-hashmap-reduntant-funcRémi Verschelde
2020-06-05Remove unused function get_key_value_ptr_array from hash_map.h and also fix p...unknown
2020-06-04Sync controller mappings DB with SDL2 community repoRémi Verschelde
2020-06-03Enable zero padding with float specifier for format stringsMaganty Rushyendra
2020-06-03Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky
2020-06-02Fix for Expression class: inner string can be single quotedntfs.hard
2020-05-31Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio
2020-05-31Fixing wrong blending rect methodsazagaya
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-28Use translated docs in PropertySelectorRémi Verschelde
2020-05-27Fix unsigned integer bug in LocalVector::eraseMaganty Rushyendra
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)