summaryrefslogtreecommitdiff
path: root/core/variant_call.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-15Document that translated does not behave like rotated or scaledAaron Franke
2019-12-11Merge pull request #27792 from Giacom/fix_quatRémi Verschelde
2019-11-07Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-10-14Expose is_equal_approx and restore == to be exact againAaron Franke
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-10-11Don't use in some functions empty PoolByteArraysqarmin
2019-10-11Merge pull request #32741 from qarmin/fix_string_utf_asciiRémi Verschelde
2019-10-11Don't use to_utf8() and to_ascii() on empty Stringqarmin
2019-10-10Fix decompress PoolByteArray crashqarmin
2019-10-04Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)
2019-09-24Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde
2019-09-14Add array slice methodCameron Reikes
2019-09-03Create a GDScript String function repeatBhupendra Aole
2019-08-29Add transform methods for PoolVector*ArrayAndrii Doroshenko (Xrayez)
2019-08-23Merge pull request #31094 from aaronfranke/vector-sign-mod-etcRémi Verschelde
2019-08-22Revert "Feature: Add SHA256 for PoolByteArray"Rémi Verschelde
2019-08-21Add hex_encode function to PoolByteArrayFabio Alessandrelli
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-08-17Add Vector2/3 sign and posmod functions, misc additionsAaron Franke
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-09Add Basis constants and format Transform constantsAaron Franke
2019-07-28[Mono] Deprecate Set methodsAaron Franke
2019-07-23Added count method to StringChaosus
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-03Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-06-19Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde
2019-06-19Merge pull request #29598 from GodotExplorer/uri-encodeRémi Verschelde
2019-06-11Improved documentation of rsplit Method for String class.Zak
2019-06-08Expose String.http_escape and String.http_unescapegeequlim
2019-06-01Merge pull request #27789 from Giacom/move_towardsRémi Verschelde
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-05-03Make second parameter of substr optionalTomasz Chabora
2019-04-23Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-04-08Merge pull request #27452 from Chaosus/direction_toRémi Verschelde
2019-04-08Fixes being unable to use the Quat(Vector3) constructorGiacom
2019-04-06Fixed Transform FLIP_Y and FLIP_Z set as identity transformPouleyKetchoupp
2019-04-05Added direction_to method to vectorsChaosus
2019-04-01Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky
2019-02-21Fix return value for Dictionary.erase()Windy Darian
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-24Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)
2018-12-10Feature: Add SHA256 for PoolByteArrayXavier Sellier
2018-11-19Merge pull request #20627 from malcolmhoward/core-dictionary-get-keyRémi Verschelde