| Commit message (Expand) | Author | Age | Files | Lines |
| * | Compile error when duplicate key in dictionery literal #7034 | James Mintram | 2017-01-14 | 1 | -0/+11 |
| * | Merge pull request #6845 from karroffel/master | Juan Linietsky | 2017-01-14 | 6 | -1/+696 |
| |\ |
|
| | * | pattern matcher: Implemented backend | Karroffel | 2017-01-11 | 4 | -286/+372 |
| | * | pattern matcher: Implemented transformations | Karroffel | 2017-01-11 | 3 | -35/+393 |
| | * | pattern matching: implemented parser | Karroffel | 2017-01-11 | 4 | -1/+252 |
| * | | Merge pull request #4918 from jjay/f/error_on_redefine | Juan Linietsky | 2017-01-14 | 1 | -0/+25 |
| |\ \ |
|
| | * | | [GDScript] Redefine var results in an error | Yakov Borevich | 2016-05-30 | 1 | -0/+25 |
| * | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 2 | -10/+10 |
| * | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 28 | -87/+113 |
| * | | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 12 | -16/+16 |
| * | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | | | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C... | Juan Linietsky | 2017-01-12 | 1 | -0/+1 |
| * | | | some class renames | Juan Linietsky | 2017-01-12 | 2 | -7/+7 |
| * | | | Implicit inheritance now defaults to Resource, will error for node scripts if... | Juan Linietsky | 2017-01-12 | 2 | -1/+8 |
| * | | | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 1 | -0/+58 |
| * | | | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | 2017-01-11 | 1 | -2/+33 |
| |\ \ \ |
|
| | * | | | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit) | Bojidar Marinov | 2016-10-26 | 1 | -2/+33 |
| * | | | | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 4 | -11/+11 |
| * | | | | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 4 | -2/+63 |
| |\ \ \ \ |
|
| | * | | | | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 4 | -2/+63 |
| * | | | | | Type renames: | Juan Linietsky | 2017-01-11 | 14 | -78/+77 |
| * | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615 | Juan Linietsky | 2017-01-10 | 2 | -3/+45 |
| * | | | | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 2 | -3/+2 |
| * | | | | | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 2 | -4/+0 |
| * | | | | | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 2017-01-08 | 3 | -1/+78 |
| * | | | | | Removed Musepack, it's a pretty obsolete format nowadays. | Juan Linietsky | 2017-01-08 | 6 | -670/+0 |
| * | | | | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | | | | | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 2 | -4/+4 |
| * | | | | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 5 | -32/+32 |
| * | | | | | Fix code completion for new getnode syntax | Juan Linietsky | 2017-01-08 | 2 | -4/+31 |
| * | | | | | -Fix bugs related to PoolVector crashes | Juan Linietsky | 2017-01-08 | 4 | -0/+91 |
| * | | | | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 19 | -105/+105 |
| * | | | | | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 2 | -11/+13 |
| * | | | | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 9 | -38/+38 |
| * | | | | | -GDScript support for accessing properties directly | Juan Linietsky | 2017-01-04 | 5 | -67/+275 |
| * | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-04 | 1 | -9/+9 |
| |\ \ \ \ \ |
|
| | * | | | | | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn | 2017-01-03 | 1 | -9/+9 |
| * | | | | | | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -5/+5 |
| |/ / / / / |
|
| * | | | | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 53 | -571/+571 |
| * | | | | | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 10 | -68/+68 |
| |\ \ \ \ \ |
|
| | * | | | | | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | 2016-10-27 | 1 | -2/+2 |
| | * | | | | | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -1/+1 |
| * | | | | | | Revert expression reduction from #7390 | Rémi Verschelde | 2017-01-02 | 1 | -1/+1 |
| * | | | | | | Merge pull request #7390 from bojidar-bg/gdscript-assign-error | Rémi Verschelde | 2017-01-02 | 1 | -1/+10 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Disallow assignment to constants and expressions | Bojidar Marinov | 2016-12-29 | 1 | -1/+10 |
| * | | | | | | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 1 | -6/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 1 | -6/+5 |
| | |/ / / / / / |
|
| * / / / / / / | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 136 | -136/+136 |
| |/ / / / / / |
|
| * | | | | | | WebM: Fix compilation on Linux/X11 ARM platform | Błażej Szczygieł | 2016-12-08 | 1 | -3/+5 |