summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Document that translated does not behave like rotated or scaledAaron Franke2019-12-151-1/+1
* Merge pull request #27792 from Giacom/fix_quatRémi Verschelde2019-12-111-25/+24
|\
| * Fixes being unable to use the Quat(Vector3) constructorGiacom2019-04-081-25/+24
* | Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde2019-11-071-35/+53
|\ \
| * | Expose is_equal_approx and restore == to be exact againAaron Franke2019-10-141-34/+52
| * | Make is_equal_approx separate for structuresAaron Franke2019-10-141-1/+1
* | | Added empty() function to pool array typesPouleyKetchoupp2019-10-311-0/+14
|/ /
* | Don't use in some functions empty PoolByteArraysqarmin2019-10-111-8/+13
* | Merge pull request #32741 from qarmin/fix_string_utf_asciiRémi Verschelde2019-10-111-0/+8
|\ \
| * | Don't use to_utf8() and to_ascii() on empty Stringqarmin2019-10-111-0/+8
* | | Fix decompress PoolByteArray crashqarmin2019-10-101-2/+2
|/ /
* | Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)2019-10-041-0/+2
* | Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde2019-09-241-0/+2
|\ \
| * | Create a GDScript String function repeatBhupendra Aole2019-09-031-0/+2
* | | Add array slice methodCameron Reikes2019-09-141-0/+2
* | | Add transform methods for PoolVector*ArrayAndrii Doroshenko (Xrayez)2019-08-291-0/+4
|/ /
* | Merge pull request #31094 from aaronfranke/vector-sign-mod-etcRémi Verschelde2019-08-231-0/+15
|\ \
| * | Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-0/+15
* | | Revert "Feature: Add SHA256 for PoolByteArray"Rémi Verschelde2019-08-221-11/+0
* | | Add hex_encode function to PoolByteArrayFabio Alessandrelli2019-08-211-0/+8
* | | 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-2/+1
* | Add Basis constants and format Transform constantsAaron Franke2019-08-091-9/+17
* | [Mono] Deprecate Set methodsAaron Franke2019-07-281-1/+1
* | Added count method to StringChaosus2019-07-231-0/+5
* | Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+1
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-2/+2
* | Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli2019-07-031-0/+4
* | CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-5/+2
* | Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde2019-06-191-1/+1
|\ \
| * | Make second parameter of substr optionalTomasz Chabora2019-05-031-1/+1
* | | Merge pull request #29598 from GodotExplorer/uri-encodeRémi Verschelde2019-06-191-0/+4
|\ \ \
| * | | Expose String.http_escape and String.http_unescapegeequlim2019-06-081-0/+4
* | | | Improved documentation of rsplit Method for String class.Zak2019-06-111-3/+3
|/ / /
* | | Merge pull request #27789 from Giacom/move_towardsRémi Verschelde2019-06-011-0/+4
|\ \ \
| * | | Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+4
| |/ /
* / / Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-0/+2
|/ /
* | Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam2019-04-231-0/+15
|\ \
| * | Feature: Add SHA256 for PoolByteArrayXavier Sellier2018-12-101-0/+15
* | | Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+2
* | | Merge pull request #27452 from Chaosus/direction_toRémi Verschelde2019-04-081-0/+4
|\ \ \ | |_|/ |/| |
| * | Added direction_to method to vectorsChaosus2019-04-051-0/+4
* | | Fixed Transform FLIP_Y and FLIP_Z set as identity transformPouleyKetchoupp2019-04-061-2/+2
* | | Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky2019-04-011-0/+4
|/ /
* | Fix return value for Dictionary.erase()Windy Darian2019-02-211-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-17/+17
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)2018-12-241-0/+2
|/