summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.cpp
AgeCommit message (Expand)Author
2017-06-22Reimplement for..in range() so that it always results in intsBojidar Marinov
2017-05-27GDScript: Use "is" keyword for type checking.Andreas Haas
2017-05-08Fix #8674, and rename a few things for clarityBojidar Marinov
2017-04-18Added autocomplete for file paths in the script editormbalint12
2017-04-08Fixup #8123, seems like I forgot a few thingsBojidar Marinov
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-05Fix typo in Parser Error messagecurtisxk38
2017-03-24Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indentRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-23Make inline blocks in GDScript more pythonicBojidar Marinov
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-28Inf and NaN support added to GDScript.Saracen
2017-02-26Merge pull request #7809 from hpvb/fix-6798Rémi Verschelde
2017-02-16Allow preload to accept a const string.Hein-Pieter van Braam
2017-02-15-begin of export work, not done yetJuan Linietsky
2017-02-04Fix parsing bug which causes range(variable) to crash the enginelonesurvivor
2017-01-20made _ a special token in GDScriptkarroffel
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-15Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde
2017-01-14Compile error when duplicate key in dictionery literal #7034James Mintram
2017-01-14Merge pull request #6845 from karroffel/masterJuan Linietsky
2017-01-14Merge pull request #4918 from jjay/f/error_on_redefineJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-11More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky
2017-01-11Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde
2017-01-11Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky
2017-01-11pattern matcher: Implemented backendKarroffel
2017-01-11pattern matcher: Implemented transformationsKarroffel
2017-01-11pattern matching: implemented parserKarroffel
2017-01-10It is now possible to name layers of different kinds!Juan Linietsky
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky
2017-01-08-Fix bugs related to PoolVector crashesJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Revert expression reduction from #7390Rémi Verschelde
2017-01-02Merge pull request #7390 from bojidar-bg/gdscript-assign-errorRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-29Disallow assignment to constants and expressionsBojidar Marinov
2016-11-11Merge pull request #6802 from henriquelalves/masterRémi Verschelde
2016-11-03Make GDScript parser ignore floating strings in class definitionBojidar Marinov
2016-10-26Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov
2016-10-22Added small modification on parser for '+'Henrique L. Alves
2016-10-13Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"Fabio Alessandrelli
2016-10-11Merge pull request #6694 from bojidar-bg/gdscript-newline-functionsRémi Verschelde
2016-10-09Merge pull request #6730 from Faless/fix_export_crash_errorRémi Verschelde
2016-10-06Throw an error when exporting a resource classFabio Alessandrelli
2016-10-04Add warning when (pre)loading paths with leading / (#4280 - #3106)Fabio Alessandrelli
2016-10-03Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Merge pull request #6281 from bojidar-bg/gdscript-ternary-operatorJuan Linietsky
2016-08-27Add enum naming, by assinging a given enum's values to a DictBojidar Marinov