summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2019-07-16Merge pull request #30567 from NilsIrl/static_func_inside_classRémi Verschelde
2019-07-15Show static functions inside classes in method listNils ANDRÉ-CHANG
2019-07-13Fix unreachable code detection in match statementsShiqing
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-07-06Merge pull request #30352 from bojidar-bg/28727-enum-value-checkRémi Verschelde
2019-07-05Fix parsing of enums allowing for juxtaposed identifiersBojidar Marinov
2019-07-04Parse more informations for code completionGeequlim
2019-07-03Merge pull request #30289 from bojidar-bg/29586-class-name-constantRémi Verschelde
2019-07-03Fix inheriting from class_name messing up constantsBojidar Marinov
2019-07-03Fix parsing of arguments in constant expressionsBojidar Marinov
2019-07-01Merge pull request #28884 from vnen/yield-resume-stackRémi Verschelde
2019-07-01Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01fix some crashesFurkan Türkal
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-29Merge pull request #30177 from hbina/use_FALLTHROUGH_macroRémi Verschelde
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-06-28Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)
2019-06-28Merge pull request #30134 from Calinou/doc-proofreadRémi Verschelde
2019-06-28Fixed regression bug caused in #30095 and actually fix the issue it was suppo...unknown
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Fixed parser treating compound assignment the same as assignment which gave w...unknown
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-25Extends wrapi/wrapf docsChaosus
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-19Merge pull request #29866 from akien-mga/nothing-that-surrounds-us-is-object-...Rémi Verschelde
2019-06-18doc: Improve docs for Resource* classesRémi Verschelde
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-06-18GDScript: Improve error on Object to Object invalid argument callsRémi Verschelde
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
2019-06-11Merge pull request #29678 from akien-mga/err-macros-semicolonRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-07Added export hint to 2D and 3D physics and render layers.MrCdK
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-06-03Merge pull request #29433 from bojidar-bg/29406-dictionary-constantRémi Verschelde
2019-06-03Properly catch certain errors in Dictionary declarationsBojidar Marinov
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-06-02Fix GDSCript inner classes be freed after compilegeequlim
2019-06-01Merge pull request #27789 from Giacom/move_towardsRémi Verschelde
2019-05-29Merge pull request #28416 from JellyWX/binary-literalsRémi Verschelde
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-05-28Merge pull request #27987 from lupoDharkael/classname-duplicateRémi Verschelde
2019-05-26autocomplete for enum valueshilfazer
2019-05-24Fix parse error when extends from subclass of named classesGeequlim
2019-05-21Merge pull request #29041 from hbina/add_constRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde