summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #56268 from KoBeWi/🚗complete_settersRémi Verschelde2022-01-131-1/+0
|\
| * Remove autocomplete_setters_and_getters settingkobewi2021-12-271-1/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Improve editor template workflowfabriceci2022-01-021-2/+12
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-11/+11
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Show built-in script names in the debuggerkobewi2021-11-111-4/+12
* Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...Rémi Verschelde2021-11-081-0/+2
|\
| * Don't ignore the type mismatch in setter functionBartłomiej T. Listwon2021-10-221-0/+2
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-9/+9
|/
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-4/+4
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-4/+4
* | Fix name used instead of doc for GDScript signalsopl-2021-10-171-1/+1
|/
* Use range iterators for `Map`Lightning_A2021-09-301-74/+74
* Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques2021-09-101-0/+15
|\
| * Automatically call the _init function on base class if one does not exist.SaracenOne2021-08-101-0/+15
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-5/+5
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-4/+4
* | Remove underscore hacksMax Hilbrunner2021-08-171-7/+2
|/
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-14/+14
* Fix instantiate line classJulien Nguyen2021-07-251-4/+4
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-31/+30
* Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-2/+2
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-9/+5
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-8/+8
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-5/+9
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-10/+10
* Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-1/+1
|\
| * Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-113/+8
|/
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+2
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+13
* Add runner for GDScript testingGeorge Marques2021-04-081-0/+8
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-1/+1
* Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-011-2/+2
|\
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-2/+2
* | Add typed arrays to GDScriptGeorge Marques2021-03-291-13/+21
|/
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-12/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+5
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+5