George Marques
|
b4d0a09f15
GDScript: Reintroduce binary tokenization on export
|
1 年間 前 |
Rémi Verschelde
|
6de06138c0
Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-tests
|
1 年間 前 |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
1 年間 前 |
George Marques
|
80ba1e0614
GDScript: Load global classes when running debug tests
|
2 年 前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年 前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年 前 |
strank
|
2079e19899
Extend test_compiler to also disassemble inner classes
|
3 年 前 |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 年 前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年 前 |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 年 前 |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 年 前 |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 年 前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年 前 |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 年 前 |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 年 前 |
Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 年 前 |
George Marques
|
3155368093
GDScript: Add lambdas to the type analyzer
|
4 年 前 |
George Marques
|
c6e66a43b0
GDScript: Add lambda syntax parsing
|
4 年 前 |
George Marques
|
5f77f38573
Add runner for GDScript testing
|
4 年 前 |
Gordon MacPherson
|
6b4ff3b44b
Add unit tests for export templates
|
4 年 前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年 前 |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 年 前 |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 年 前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年 前 |
George Marques
|
48b91b900d
GDScript: Add initialization for the language before debug tests
|
4 年 前 |
Andrii Doroshenko (Xrayez)
|
0cc05c5a31
Register GDScript test tools as test commands to run via command-line
|
5 年 前 |
Andrii Doroshenko (Xrayez)
|
6b7e50ab34
Move GDScript tests to respective folder under modules
|
5 年 前 |