aboutsummaryrefslogtreecommitdiff
path: root/core/variant_op.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added small modification on parser for '+'Henrique L. Alves2016-10-221-2/+52
* fix string iteratorcaryoscelus2016-08-261-1/+1
* Fix warnings in core/variant_op.cppJohan Manuel2016-07-231-2/+8
* Add support to String type in gdscript iteration. #5188Samuel Grigolato2016-06-261-0/+24
* Expose missing Quaternion operators.Andreas Haas2016-06-211-3/+12
* Add support for Python-like negative indexingDennis Brakhane2016-06-051-5/+33
* Move repetitive code to macrosDennis Brakhane2016-06-051-243/+38
* Make Color.{rgba}8 return int instead floatAndreas Haas2016-05-311-5/+5
* Removing round from int interpolationpunto-2016-05-171-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-3/+3
* Variant::blend: add Quat, fix Vector3.Josh Grams2016-03-081-1/+7
* AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams2016-03-011-0/+53
* fixed string operator[], which was broken. Closes #2202Juan Linietsky2016-01-021-2/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col...Juan Linietsky2015-12-311-0/+32
* Fix "in" operator, make it use evaluate() instead of operator==Franklin Sobrinho2015-12-111-1/+1
* Fix return type of Matrix32 member varsRémi Verschelde2015-11-231-3/+3
* Merge pull request #2749 from TheHX/fix_string_content_testJuan Linietsky2015-11-181-1/+1
|\
| * Fix String content testFranklin Sobrinho2015-11-061-1/+1
* | Implement Quat multiply operator, and xform methodFranklin Sobrinho2015-11-111-1/+15
|/
* -Integers and Float should interpolate on animation, maybe fixes #1891, pleas...Juan Linietsky2015-05-161-1/+9
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1
* Sort xml files, so order is constantest312015-05-011-13/+38
* Fixed bug in array comparison, fixes #1712Juan Linietsky2015-04-261-1/+2
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky2015-04-071-1/+1
* Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky2015-03-221-6/+10
|\
| * Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-6/+10
* | support for 2D shadow castersJuan Linietsky2015-03-021-0/+3
|/
* Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintfBil Bas (Spooner)2015-02-011-0/+24
|\
| * Add InputEvent::ACTION get/set support for variantsanikoyes2015-01-201-0/+24
* | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)2015-01-101-0/+14
|/
* -fix assignment to vector types in script using integer indices crash (#978)Juan Linietsky2015-01-021-2/+2
* -assignment of ord to string index made valid #1072Juan Linietsky2015-01-021-11/+21
* 3D Physics and Other StuffJuan Linietsky2014-09-021-0/+34
* Polygon2DJuan Linietsky2014-07-071-1/+53
* Light Baker!Juan Linietsky2014-06-111-1/+1
* Fix Variant vector2/vecotor3 multiply bugmarynate2014-03-291-2/+2
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-251-1/+2
* -run script in editorJuan Linietsky2014-02-201-1/+8
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+3394