summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.cpp
AgeCommit message (Expand)Author
2022-03-23Restrict the condition when checking if a script is a templatefabriceci
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-02Fix debugger not opening built-in scriptskobewi
2022-02-07[Net] Implement GDScript custom RPC callable.Fabio Alessandrelli
2022-02-04Highlight "namespace" as a GDScript keyword in the syntax highlighterHugo Locurcio
2022-02-04String: Add contains().Anilforextra
2022-01-13Merge pull request #56268 from KoBeWi/🚗complete_settersRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Improve editor template workflowfabriceci
2021-12-27Remove autocomplete_setters_and_getters settingkobewi
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-11Show built-in script names in the debuggerkobewi
2021-11-08Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...Rémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-22Don't ignore the type mismatch in setter functionBartłomiej T. Listwon
2021-10-19Merge pull request #52940 from groud/toast_notificationRémi Verschelde
2021-10-17Fix name used instead of doc for GDScript signalsopl-
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-10Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-10Automatically call the _init function on base class if one does not exist.SaracenOne
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Fix instantiate line classJulien Nguyen
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-13Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-04-08Add runner for GDScript testingGeorge Marques
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal