summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11106 from hpvb/documentation-fix-poolarraysRémi Verschelde2017-09-121-1/+1
|\
| * Correct the Pool*Array documentationHein-Pieter van Braam2017-09-091-1/+1
* | Merge pull request #11028 from mrawlingst/color-RGBA32Rémi Verschelde2017-09-121-4/+4
|\ \ | |/ |/|
| * Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-071-4/+4
* | -Fixed changes to default input actions not working, closes #10502Juan Linietsky2017-09-061-0/+2
|/
* Remove Basis::set_scale and Basis::set_rotation_* functions.Ferenc Arn2017-08-291-6/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Exposed Transform.interpolate_with()Przemysław Gołąb (n-pigeon)2017-08-201-1/+3
* Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-3/+3
* Add GZIP compression supportGeorge Marques2017-07-131-1/+1
* Add basic compression functions to PoolBaseArrayGeorge Marques2017-06-191-0/+41
* added grow functions to Rect2toger52017-06-051-0/+4
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-26/+0
* Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-1/+0
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-94/+0
* Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-0/+18
|\
| * Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-0/+18
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn2017-04-031-4/+8
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1147/+1112
* added join to PoolStringArrayAlexHolly2017-03-011-0/+2
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-5/+5
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-11/+11
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-9/+9
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Merge pull request #7010 from AlexHolly/format-string2Juan Linietsky2017-01-141-0/+2
|\
| * advanced string formatAlexHolly2016-11-011-0/+2
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2
* | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-4/+4
* | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky2017-01-131-2/+2
* | Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-111-2/+2
* | Type renames:Juan Linietsky2017-01-111-315/+315
* | Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-101-0/+5
|\ \
| * | Fixed inertia tensor computation and center of massm4nu3lf2017-01-091-0/+5
* | | Remove deprecated Vector2.floorf methodEmmanuel Leblond2017-01-101-5/+0
* | | Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky2017-01-081-5/+11
* | | renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-2/+2
* | | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
|/ /
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-30/+41
|\ \
| * | Begining of GLES3 renderer:Juan Linietsky2016-10-031-30/+41
* | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-4/+0
|\ \ \
| * | | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-4/+0
* | | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ / /
* | / Add Array.front() and Array.back()Kazuo2562016-11-181-0/+4
| |/ |/|
* | adding ipv6Ariel Manzur2016-10-181-0/+5
|/
* Merge pull request #6675 from J08nY/issue-vector3-angle-toRémi Verschelde2016-10-031-0/+2
|\
| * Vector3: added angle_to(Vector3 other)J08nY2016-10-031-0/+2
* | Merge pull request #6304 from razvanc-r/masterRémi Verschelde2016-10-031-2/+2
|\ \ | |/ |/|
| * (Array) pop_front, pop_back return valuesRăzvan Cosmin Rădulescu2016-09-111-2/+2
* | Expose Vector2::clamped() to scriptsAndreas Haas2016-09-191-0/+2
|/