summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #41095 from ThakeeNathees/GDScript-DocumentationRémi Verschelde2020-12-021-9/+238
|\ \
| * | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-16/+4
| * | Documentation generation for GDScriptThakee Nathees2020-11-291-9/+250
| |/
* / Implement proper error print, Fixes a crash when no error messages are genera...AndreaCatania2020-11-281-2/+6
|/
* Refactored variant constructor logicreduz2020-11-091-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-5/+5
* Merge pull request #41829 from RandomShaper/fix_40353Rémi Verschelde2020-10-011-2/+6
|\
| * Avoid warning about harmless unfulfilled yieldsPedro J. Estébanez2020-09-061-2/+6
* | Avoid infinite loop in GDScript at shutdownPedro J. Estébanez2020-09-261-2/+12
* | Ensure cyclic dependencies between scripts are broken at exitPedro J. Estébanez2020-09-101-2/+20
|/
* GDScript: Use pointer instead of references in cacheGeorge Marques2020-08-231-3/+1