summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #20627 from malcolmhoward/core-dictionary-get-keyRémi Verschelde2018-11-191-0/+2
|\
| * Added Python-like .get() method to Dictionary in GDScript #20488m2018-11-191-0/+2
* | Always initialize VariantCall return_type.Fabio Alessandrelli2018-11-171-2/+0
|/
* add ONE constants to Vector2 and Vector3Kelly Thomas2018-10-071-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Added max() and min() functions to array to return greater or lesser element ...Juan Linietsky2018-08-231-0/+4
* Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde2018-08-211-3/+3
|\
| * Rename Plane constants, add to MonoAaron Franke2018-08-211-3/+3
* | Remove circle/diamond and NodePath String constantsRémi Verschelde2018-08-211-12/+0
|/
* add project method to Vector2/3Thomas Herzog2018-08-161-0/+4
* Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde2018-08-151-1/+1
|\
| * Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry2018-08-141-1/+1
* | Fix int(String) != int(int) conversionChaosus2018-08-141-1/+1
* | Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-5/+77
|/
* Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde2018-07-261-2/+10
|\
| * Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke2018-07-251-2/+10
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
|/
* Sync classref with current sourceRémi Verschelde2018-05-281-0/+2
* Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner2018-05-231-0/+2
|\
| * Added rsplit() for String classDmitry Koteroff2017-12-151-0/+2
* | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-121-1/+17
* | Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-05-041-0/+6
* | Merge pull request #16649 from ibrahn/visual-script-release-crashRémi Verschelde2018-05-011-1/+1
|\ \