summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_function.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+3
* GDScript: Perform validated calls with static methodsGeorge Marques2024-04-251-0/+2
* GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-301-4/+24
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+1
* Fix missing time for some script functions in profilermsreis2023-12-191-0/+8
* Change container_element_type to vector containerThaddeus Crews2023-12-051-26/+29
* GDScript: Replace ptrcalls on MethodBind to validated callsGeorge Marques2023-10-061-40/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-126/+62
* Merge pull request #79990 from vnen/gdscript-assume-op-typesYuri Sizov2023-08-011-1/+1
|\
| * GDScript: Optimize operators by assuming the typesGeorge Marques2023-07-281-1/+1
* | Support threads in the script debuggerJuan Linietsky2023-07-261-6/+6
|/
* GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-2/+5
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Add support for static variables in GDScriptGeorge Marques2023-04-271-1/+2
* Merge pull request #73544 from mashumafi/fix-func-arg-nullRémi Verschelde2023-02-201-4/+6
|\
| * Fix: Func with typed args error when arg is nullmashumafi2023-02-191-4/+6
* | GDScript: Rework type checkDmitrii Maganov2023-02-171-2/+4
|/
* GDScript: Add limit to call depthGeorge Marques2023-02-071-0/+2
* Merge pull request #65910 from KoBeWi/gdsusRémi Verschelde2023-02-031-0/+1
|\
| * Cleanup function state connections when destroying instancekobewi2022-12-021-0/+1
* | GDScript: Add names for disassembling function pointersGeorge Marques2023-01-231-0/+10
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Optimizations for GDScript VMJuan Linietsky2023-01-021-7/+1
|/
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-0/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-2/+2
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+6
* GDScript: Fix setter being called in chains for shared typesGeorge Marques2022-06-271-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+1
* GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffixAaron Franke2022-04-071-1/+1
* GDScript: Add support for static method calls in native typesGeorge Marques2022-04-061-0/+1
* Return a correctly typed variant in case of a function error to prevent hard ...SaracenOne2022-02-171-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+1
* Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde2021-09-131-0/+1
|\
| * GDScript: Fix loading of interdependent autoloadsGeorge Marques2021-09-011-0/+1
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-2/+2
|/
* Remove underscore hacksMax Hilbrunner2021-08-171-5/+1
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-2/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Merge pull request #48793 from vnen/gdscript-fix-temp-type-adjustRémi Verschelde2021-05-171-0/+2
|\
| * GDScript: Fix crash caused by uninitialized temp stack slotsGeorge Marques2021-05-171-0/+2
* | GDScript: Add support for builtin static method callsGeorge Marques2021-05-161-0/+1
|/
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+4
* GDScript: Adjust type of temporaries when neededGeorge Marques2021-04-161-0/+34