index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Core] Disconnect one-shot signals before calling callbacks
A Thousand Ships
2024-03-20
4
-0
/
+40
*
Merge pull request #87680 from AThousandShips/the_angry_count
Rémi Verschelde
2024-03-13
2
-0
/
+129
|
\
|
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
2
-0
/
+129
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
19
-25
/
+284
|
/
*
Merge pull request #82952 from AbelToy/gds-export-array
Rémi Verschelde
2024-03-06
10
-5
/
+324
|
\
|
*
Support Array and PackedArray in @export_*
Abel Toy
2024-03-06
10
-5
/
+324
*
|
[GDScript] Fix some test file paths
A Thousand Ships
2024-03-04
14
-0
/
+0
*
|
Merge pull request #86973 from HolonProduction/tests-batch-1
Rémi Verschelde
2024-03-04
72
-6
/
+665
|
\
\
|
*
|
Cleanup
HolonProduction
2024-03-01
6
-38
/
+1
|
*
|
Debugging additions
HolonProduction
2024-03-01
3
-6
/
+29
|
*
|
Add test for `get_node` autocompletion
HolonProduction
2024-03-01
72
-5
/
+678
|
|
/
*
/
GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...
20kdc
2024-03-01
2
-9
/
+29
|
/
*
Core: Add `Callable.create` static method for `Variant` callables
Danil Alexeev
2024-02-29
2
-2
/
+11
*
Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation
Rémi Verschelde
2024-02-27
14
-103
/
+152
|
\
|
*
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
14
-103
/
+152
*
|
Merge pull request #88020 from emre0altan/match-null-crashes-GDScript-compiler
Rémi Verschelde
2024-02-23
2
-0
/
+8
|
\
\
|
*
|
set has_type false if it is BUILTIN but Variant::NIL
emre0altan
2024-02-11
2
-0
/
+8
*
|
|
Fix running tests in template builds
A Thousand Ships
2024-02-22
1
-0
/
+3
*
|
|
GDScript: Enable compression on export
George Marques
2024-02-08
2
-2
/
+2
*
|
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
8
-22
/
+156
*
|
|
Fix various typos with codespell
Rémi Verschelde
2024-02-07
1
-2
/
+2
*
|
|
GDScript: Add `is not` operator
Danil Alexeev
2024-02-04
2
-0
/
+17
|
/
/
*
|
Merge pull request #86823 from dalexeev/gds-utility-func-as-callable
Rémi Verschelde
2024-01-30
2
-0
/
+17
|
\
\
|
*
|
GDScript: Allow utility functions to be used as `Callable`
Danil Alexeev
2024-01-05
2
-0
/
+17
*
|
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
9
-141
/
+0
*
|
|
Merge pull request #87294 from vnen/allow-free-callable
Rémi Verschelde
2024-01-18
2
-0
/
+13
|
\
\
\
|
*
|
|
Allow `free()` to be used as Callable
George Marques
2024-01-18
2
-0
/
+13
*
|
|
|
Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...
Rémi Verschelde
2024-01-18
9
-0
/
+141
|
\
\
\
\
|
*
|
|
|
Add UID support to GDScript files
kobewi
2024-01-17
9
-0
/
+141
|
|
/
/
/
*
/
/
/
Allow specifying a scene in completion tests
HolonProduction
2024-01-08
3
-8
/
+53
|
/
/
/
*
|
|
Merge pull request #85178 from HolonProduction/completion-tests
Rémi Verschelde
2024-01-08
14
-11
/
+220
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add unit test runner for autocompletion
HolonProduction
2024-01-05
14
-11
/
+220
*
|
|
Merge pull request #83120 from dalexeev/gds-allow-property-getter-empty-paren...
Rémi Verschelde
2024-01-04
2
-0
/
+6
|
\
\
\
|
*
|
|
GDScript: Allow empty parentheses for property getter declaration
Danil Alexeev
2023-10-11
2
-0
/
+6
*
|
|
|
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
Rémi Verschelde
2024-01-04
6
-6
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
GDScript: Improve error messages for invalid indexing
Rémi Verschelde
2023-10-02
6
-6
/
+6
*
|
|
|
Merge pull request #86088 from dalexeev/gds-fix-static-func-as-callable-in-st...
Rémi Verschelde
2024-01-02
2
-1
/
+9
|
\
\
\
\
|
*
|
|
|
GDScript: Fix accessing static function as `Callable` in static context
Danil Alexeev
2023-12-12
2
-1
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #82264 from dalexeev/core-builtin-methods-as-callables
Rémi Verschelde
2024-01-02
2
-0
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Core: Allow methods of built-in `Variant` types to be used as Callables
Danil Alexeev
2023-10-25
2
-0
/
+9
*
|
|
|
Correctly check scripts that must inherit `EditorPlugin`
Yuri Sizov
2023-11-23
1
-6
/
+5
|
/
/
/
*
|
|
GDScript: Fix non-static call is allowed in static var lambda body
Danil Alexeev
2023-10-20
9
-1
/
+67
*
|
|
GDScript: Fix incorrect error message for utility functions
Danil Alexeev
2023-10-16
8
-0
/
+26
|
|
/
|
/
|
*
|
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-3
/
+3
*
|
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
8
-1
/
+39
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
2
-0
/
+15
*
|
Merge pull request #82547 from dalexeev/gds-fix-unsafe-call-arg-variant-const...
Rémi Verschelde
2023-10-03
3
-9
/
+49
|
\
\
|
*
|
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
Danil Alexeev
2023-09-30
3
-9
/
+49
|
|
/
*
|
Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-tests
Rémi Verschelde
2023-10-03
1
-0
/
+10
|
\
\
|
*
|
GDScript: Load global classes when running debug tests
George Marques
2023-07-13
1
-0
/
+10
[next]