| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Merge pull request #94238 from RandomShaper/ref_is_now_rc | Rémi Verschelde | 2024-07-17 | 1 | -2/+2 |
|\ |
|
| * | Make errors on RefCounted.free() more accurate | Pedro J. Estébanez | 2024-07-15 | 1 | -2/+2 |
* | | GDScript: Fix implicit cast to typed array when passing parameter | Danil Alexeev | 2024-07-07 | 1 | -3/+16 |
|/ |
|
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
* | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -5/+5 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+8 |
* | [GDScript] Correctly report invalid read-only access | A Thousand Ships | 2024-05-01 | 1 | -33/+49 |
* | Merge pull request #91192 from vnen/gdscript-validated-native-static-calls | Rémi Verschelde | 2024-05-01 | 1 | -150/+224 |
|\ |
|
| * | GDScript: Perform validated calls with static methods | George Marques | 2024-04-25 | 1 | -150/+224 |
* | | GDScript: Fix object iterator opcodes | Danil Alexeev | 2024-04-26 | 1 | -10/+18 |
|/ |
|
* | GDScript: Fix uninitialized local variables not being reset | Danil Alexeev | 2024-03-30 | 1 | -0/+11 |
* | Promote CowData to 64 bits | Juan Linietsky | 2024-01-19 | 1 | -1/+1 |
* | Merge pull request #82639 from golfinq/gdscript-improve-indexing-error | Rémi Verschelde | 2024-01-04 | 1 | -17/+28 |
|\ |
|
| * | GDScript: Improve error messages for invalid indexing | Rémi Verschelde | 2023-10-02 | 1 | -17/+28 |
* | | Fix missing time for some script functions in profiler | msreis | 2023-12-19 | 1 | -52/+58 |
* | | Change container_element_type to vector container | Thaddeus Crews | 2023-12-05 | 1 | -2/+2 |
* | | GDScript: Don't optimize division and modulo on debug | George Marques | 2023-10-18 | 1 | -0/+8 |
* | | GDScript: Fix incorrect error message for utility functions | Danil Alexeev | 2023-10-16 | 1 | -8/+7 |
* | | GDScript: Replace ptrcalls on MethodBind to validated calls | George Marques | 2023-10-06 | 1 | -315/+157 |
* | | Fix expected argument count for `Callable` call errors | Danil Alexeev | 2023-09-29 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #81200 from RandomShaper/gd_vm_msvc | Rémi Verschelde | 2023-09-25 | 1 | -0/+6 |
|\ |
|
| * | Optimize GDScript VM codegen for MSVC | Pedro J. Estébanez | 2023-09-25 | 1 | -0/+6 |
* | | GDScript: Fix some lambda bugs | Danil Alexeev | 2023-09-14 | 1 | -4/+5 |
* | | GDScript: Fix `get_*_list()` methods return incorrect info | Danil Alexeev | 2023-09-04 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #79990 from vnen/gdscript-assume-op-types | Yuri Sizov | 2023-08-01 | 1 | -15/+59 |
|\ |
|
| * | GDScript: Optimize operators by assuming the types | George Marques | 2023-07-28 | 1 | -15/+59 |
* | | Support threads in the script debugger | Juan Linietsky | 2023-07-26 | 1 | -9/+11 |
|/ |
|
* | GDScript: Fix `_get_script_name()` function collision for SCU build | Danil Alexeev | 2023-06-20 | 1 | -16/+5 |
* | GDScript: Fix some bugs with static variables and functions | Danil Alexeev | 2023-06-16 | 1 | -5/+43 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -2/+2 |
* | Merge pull request #75732 from vonagam/fix-duplicate-condition | Rémi Verschelde | 2023-04-28 | 1 | -3/+3 |
|\ |
|
| * | GDScript: Fix unnecessary duplication of pointed out lines | Dmitrii Maganov | 2023-04-06 | 1 | -3/+3 |
* | | Add support for static variables in GDScript | George Marques | 2023-04-27 | 1 | -2/+2 |
* | | GDScript: Don't fail when freed object is return | George Marques | 2023-04-26 | 1 | -4/+0 |
* | | Fix wrong file on function call error | sodaJar | 2023-04-24 | 1 | -3/+4 |
|/ |
|
* | Added check for null objects in gdscript typed assign. | ocean (they/them) | 2023-02-21 | 1 | -18/+20 |
* | Merge pull request #73489 from vonagam/type-check-node | Rémi Verschelde | 2023-02-20 | 1 | -64/+70 |
|\ |
|
| * | GDScript: Rework type check | Dmitrii Maganov | 2023-02-17 | 1 | -64/+70 |
* | | Merge pull request #73501 from anvilfolk/oopsiedaisy | Yuri Sizov | 2023-02-18 | 1 | -19/+13 |
|\ \
| |/
|/| |
|
| * | Fix inability to assign null regression | ocean (they/them) | 2023-02-17 | 1 | -19/+13 |
* | | Merge pull request #72867 from vnen/gdscript-limit-call-depth | Yuri Sizov | 2023-02-17 | 1 | -0/+32 |
|\ \
| |/
|/| |
|
| * | GDScript: Add limit to call depth | George Marques | 2023-02-07 | 1 | -0/+32 |
* | | Fix crash by freed object assign to typed variable | ocean (they/them) | 2023-02-16 | 1 | -6/+27 |
* | | Improve GDScript error for method call on null/previously freed instance | pkowal | 2023-02-12 | 1 | -8/+11 |
* | | Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_obj | Rémi Verschelde | 2023-02-11 | 1 | -1/+7 |
|\ \ |
|
| * | | Avoid losing references to objects in the native-scripting boundary | Pedro J. Estébanez | 2023-02-03 | 1 | -1/+7 |
| |/ |
|
* / | Fix null message in assert() | kobewi | 2023-02-08 | 1 | -1/+4 |
|/ |
|
* | GDScript: Improve usability of setter chains | George Marques | 2023-02-02 | 1 | -6/+23 |