summaryrefslogtreecommitdiffstats
path: root/main/tests/test_gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-187/+0
* New GDScript tokenizer and parserGeorge Marques2020-07-201-915/+67
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-39/+66
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-94/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-2/+3
* GDScript: enable type checks on release modeGeorge Marques2020-01-081-0/+24
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-091-11/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* Fix `as` operator generating opcode 38 errorsBojidar Marinov2019-04-101-5/+19
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-0/+1
* Fix duplicated lines in GDScript bytecodeBojidar Marinov2019-03-141-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde2019-02-201-3/+0
* Be explicit about usage of GDScript testsRémi Verschelde2019-02-101-1/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Add static type checks in the parserGeorge Marques2018-07-201-12/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-149/+149
* Dead code tells no talesRémi Verschelde2017-08-271-10/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-6/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-503/+519
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Move tests again from core to mainRémi Verschelde2017-01-081-0/+1065