aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+1
* some class renamesJuan Linietsky2017-01-122-7/+7
* Implicit inheritance now defaults to Resource, will error for node scripts if...Juan Linietsky2017-01-122-1/+8
* More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky2017-01-111-0/+58
* Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde2017-01-111-2/+33
|\
| * Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov2016-10-261-2/+33
* | Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-114-11/+11
* | Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-114-2/+63
|\ \
| * | Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-174-2/+63
* | | Type renames:Juan Linietsky2017-01-1114-78/+77
* | | It is now possible to name layers of different kinds!Juan Linietsky2017-01-101-1/+1
* | | uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky2017-01-102-3/+45
* | | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-102-3/+2
* | | -All types have editable script now in propertiesJuan Linietsky2017-01-092-4/+0
* | | Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky2017-01-083-1/+78
* | | Removed Musepack, it's a pretty obsolete format nowadays.Juan Linietsky2017-01-086-670/+0
* | | Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky2017-01-081-3/+3
* | | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-082-4/+4
* | | renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-085-32/+32
* | | Fix code completion for new getnode syntaxJuan Linietsky2017-01-082-4/+31
* | | -Fix bugs related to PoolVector crashesJuan Linietsky2017-01-084-0/+91
* | | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-0719-105/+105
* | | Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-052-11/+13
* | | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-059-38/+38
* | | -GDScript support for accessing properties directlyJuan Linietsky2017-01-045-67/+275
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-041-9/+9
|\ \ \
| * | | Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-031-9/+9
* | | | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-5/+5
|/ / /
* | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0253-571/+571
* | | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0210-68/+68
|\ \ \
| * | | PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-271-2/+2
| * | | Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | | | Revert expression reduction from #7390Rémi Verschelde2017-01-021-1/+1
* | | | Merge pull request #7390 from bojidar-bg/gdscript-assign-errorRémi Verschelde2017-01-021-1/+10
|\ \ \ \
| * | | | Disallow assignment to constants and expressionsBojidar Marinov2016-12-291-1/+10
* | | | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-6/+5
|\ \ \ \ \
| * | | | | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-091-6/+5
| |/ / / /
* / / / / Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01136-136/+136
|/ / / /
* | | | WebM: Fix compilation on Linux/X11 ARM platformBłażej Szczygieł2016-12-081-3/+5
* | | | Remove incomplete Inverse Kinematic moduleRémi Verschelde2016-12-046-492/+0
* | | | WebM: Fix iPhone x86 compilationBłażej Szczygieł2016-11-161-3/+4
* | | | Add "Positive" operator to VisualScriptGeorge Marques2016-11-111-1/+6
* | | | Merge pull request #6802 from henriquelalves/masterRémi Verschelde2016-11-112-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Added small modification on parser for '+'Henrique L. Alves2016-10-222-2/+6
* | | | Merge pull request #7028 from bojidar-bg/gdscript-multiline-comment-fixupRémi Verschelde2016-11-061-1/+10
|\ \ \ \
| * | | | Make GDScript parser ignore floating strings in class definitionBojidar Marinov2016-11-031-1/+10
* | | | | Merge pull request #7019 from vnen/rename-winrt-uwpRémi Verschelde2016-11-064-12/+12
|\ \ \ \ \
| * | | | | Rename remaining WinRT references to UWPGeorge Marques2016-11-032-2/+2
| * | | | | Rename WinRT files to UWPGeorge Marques2016-11-034-10/+10
* | | | | | opus: Move public headers to match system installRémi Verschelde2016-11-033-2/+3
|/ / / / /