| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -9/+7 |
* | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -1/+1 |
* | Reimplement for..in range() so that it always results in ints | Bojidar Marinov | 2017-06-22 | 1 | -20/+22 |
* | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 1 | -8/+8 |
* | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -9/+9 |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -714/+0 |
* | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -15/+16 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -20/+8 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1849/+1932 |
* | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -2/+2 |
* | Revert "Make nan==nan true for GDScript" | Juan Linietsky | 2017-02-14 | 1 | -51/+25 |
* | Make nan==nan true for GDScript | Hein-Pieter van Braam | 2017-02-14 | 1 | -25/+51 |
* | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+2 |
* | Made InputEvent use floating point coordinates. | Juan Linietsky | 2017-01-12 | 1 | -6/+6 |
* | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 1 | -0/+89 |
* | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 1 | -3/+3 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -189/+189 |
* | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -6/+6 |
* | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -6/+6 |
* | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -56/+56 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Added small modification on parser for '+' | Henrique L. Alves | 2016-10-22 | 1 | -2/+52 |
* | fix string iterator | caryoscelus | 2016-08-26 | 1 | -1/+1 |
* | Fix warnings in core/variant_op.cpp | Johan Manuel | 2016-07-23 | 1 | -2/+8 |
* | Add support to String type in gdscript iteration. #5188 | Samuel Grigolato | 2016-06-26 | 1 | -0/+24 |
* | Expose missing Quaternion operators. | Andreas Haas | 2016-06-21 | 1 | -3/+12 |
* | Add support for Python-like negative indexing | Dennis Brakhane | 2016-06-05 | 1 | -5/+33 |
* | Move repetitive code to macros | Dennis Brakhane | 2016-06-05 | 1 | -243/+38 |
* | Make Color.{rgba}8 return int instead float | Andreas Haas | 2016-05-31 | 1 | -5/+5 |
* | Removing round from int interpolation | punto- | 2016-05-17 | 1 | -1/+1 |
* | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |
* | Variant::blend: add Quat, fix Vector3. | Josh Grams | 2016-03-08 | 1 | -1/+7 |
* | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | 2016-03-01 | 1 | -0/+53 |
* | fixed string operator[], which was broken. Closes #2202 | Juan Linietsky | 2016-01-02 | 1 | -2/+2 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col... | Juan Linietsky | 2015-12-31 | 1 | -0/+32 |
* | Fix "in" operator, make it use evaluate() instead of operator== | Franklin Sobrinho | 2015-12-11 | 1 | -1/+1 |
* | Fix return type of Matrix32 member vars | Rémi Verschelde | 2015-11-23 | 1 | -3/+3 |
* | Merge pull request #2749 from TheHX/fix_string_content_test | Juan Linietsky | 2015-11-18 | 1 | -1/+1 |
|\ |
|
| * | Fix String content test | Franklin Sobrinho | 2015-11-06 | 1 | -1/+1 |
* | | Implement Quat multiply operator, and xform method | Franklin Sobrinho | 2015-11-11 | 1 | -1/+15 |
|/ |
|
* | -Integers and Float should interpolate on animation, maybe fixes #1891, pleas... | Juan Linietsky | 2015-05-16 | 1 | -1/+9 |
* | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
* | Sort xml files, so order is constant | est31 | 2015-05-01 | 1 | -13/+38 |
* | Fixed bug in array comparison, fixes #1712 | Juan Linietsky | 2015-04-26 | 1 | -1/+2 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
* | -Concatenating arrays keeps the shared property if any of the arrays is share... | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
* | Merge pull request #1396 from Spooner/fix_sprintf_errors | Juan Linietsky | 2015-03-22 | 1 | -6/+10 |
|\ |
|