summaryrefslogtreecommitdiff
path: root/core/variant_op.cpp
AgeCommit message (Expand)Author
2016-05-17Removing round from int interpolationpunto-
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Variant::blend: add Quat, fix Vector3.Josh Grams
2016-03-01AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams
2016-01-02fixed string operator[], which was broken. Closes #2202Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col...Juan Linietsky
2015-12-11Fix "in" operator, make it use evaluate() instead of operator==Franklin Sobrinho
2015-11-23Fix return type of Matrix32 member varsRĂ©mi Verschelde
2015-11-18Merge pull request #2749 from TheHX/fix_string_content_testJuan Linietsky
2015-11-11Implement Quat multiply operator, and xform methodFranklin Sobrinho
2015-11-06Fix String content testFranklin Sobrinho
2015-05-16-Integers and Float should interpolate on animation, maybe fixes #1891, pleas...Juan Linietsky
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-05-01Sort xml files, so order is constantest31
2015-04-26Fixed bug in array comparison, fixes #1712Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-07-Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-19Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)
2015-02-01Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintfBil Bas (Spooner)
2015-01-20Add InputEvent::ACTION get/set support for variantsanikoyes
2015-01-10Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)
2015-01-02-fix assignment to vector types in script using integer indices crash (#978)Juan Linietsky
2015-01-02-assignment of ord to string index made valid #1072Juan Linietsky
2014-09-023D Physics and Other StuffJuan Linietsky
2014-07-07Polygon2DJuan Linietsky
2014-06-11Light Baker!Juan Linietsky
2014-03-29Fix Variant vector2/vecotor3 multiply bugmarynate
2014-02-25-scripts are converted to bytecode on exportJuan Linietsky
2014-02-20-run script in editorJuan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky