summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-142/+142
* Fix for loop range bug: #37358Thakee Nathees2020-03-281-1/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Fix various typosluz.paz2020-03-111-1/+1
* Merge pull request #36704 from ThakeeNathees/gdscript-duplicate-args-fixRémi Verschelde2020-03-101-0/+6
|\
| * duplicate arguments in a function handledThakee Nathees2020-03-061-0/+6
* | Merge pull request #36767 from ThakeeNathees/class-pass-fixRémi Verschelde2020-03-101-0/+4
|\ \
| * | pass keyword inside a class implementedThakee Nathees2020-03-051-0/+4
| |/
* / logic error in gdscript_parser.cpp for-loop-rangeThakee Nathees2020-03-061-3/+3
|/
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-18/+24
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-13/+13
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-15/+15
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-21/+21
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-4/+0
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-9/+3
* Merge pull request #35412 from DaividFrank/check_overriding_selfRémi Verschelde2020-01-221-0/+5
|\
| * GDScript: Added checks in assign operations to disable re-assigning 'self'DaividFrank2020-01-221-0/+5
* | Fix subclass finding in extend statement for sub-sub classesDani Frank2020-01-181-4/+4
|/
* Fix slight problems related to default values of exported typed arraysBojidar Marinov2020-01-161-25/+26
* GDScript: Check function arguments on release tooGeorge Marques2020-01-131-4/+0
* GDScript: Type match on assignment only if operators have typeGeorge Marques2020-01-131-8/+2
* GDScript: Forbid using "script" as member nameGeorge Marques2020-01-101-3/+9
* GDScript: Fix type name on error message for function parametersGeorge Marques2020-01-091-1/+1
* GDScript: Fix resolution of default parameter valuesGeorge Marques2020-01-091-1/+1
* Merge pull request #34948 from vnen/gdscript-copy-constructorRémi Verschelde2020-01-091-0/+11
|\
| * GDScript: Allow copy constructor for built-in typesGeorge Marques2020-01-091-0/+11
* | Add GDScript warning for standalone expressionGeorge Marques2020-01-091-1/+5
|/
* GDScript: set assign operation on local var made by matchGeorge Marques2020-01-081-1/+1
* Merge pull request #34918 from vnen/gdscript-assign-opRémi Verschelde2020-01-081-6/+10
|\
| * GDScript: enable type checks on release modeGeorge Marques2020-01-081-6/+10
* | GDScript: properly set type of local variable initializationGeorge Marques2020-01-081-0/+1
|/
* Allow the usage of newlines in export hintsBojidar Marinov2020-01-021-40/+48
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* GDScript: Fix type conversion in assignment with operationGeorge Marques2019-12-131-17/+24
* Merge pull request #34067 from bojidar-bg/32370-retype-messageRémi Verschelde2019-12-041-1/+6
|\
| * Make error when accidentially redeclaring a variable's type clearerBojidar Marinov2019-12-021-1/+6
* | Parser: Check all the arguments of the ternary operatorlupoDharkael2019-11-151-0/+2
|/
* Add setting to exclude addons from script warningsmashumafi2019-11-071-0/+3
* Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde2019-10-251-26/+50
|\
| * Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-251-26/+50
* | Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde2019-10-221-5/+17
|\ \
| * | Fix wrong counting of function argument usageGeorge Marques2019-10-191-5/+17
* | | GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques2019-10-191-1/+7
|/ /
* / Small fixes to redundand code, copy paste bugsqarmin2019-10-141-3/+1
|/
* GDScript: Fix type resolution not being return in some casesGeorge Marques2019-09-241-1/+2
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-3/+0
* Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-201-1/+1
|\
| * Fix misc. source comment typosluz.paz2019-09-191-1/+1
* | Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-valueRémi Verschelde2019-09-191-33/+44
|\ \
| * | Fix uninitialized arrays and dictionaries retaining valueBojidar Marinov2019-09-031-33/+44
| |/