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
/
test_gdscript.cpp
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
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+3
*
GDScript: Enable compression on export
George Marques
2024-02-08
1
-1
/
+1
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-3
/
+58
*
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
*
|
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-4
/
+5
|
/
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-5
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Extend test_compiler to also disassemble inner classes
strank
2022-06-12
1
-17
/
+29
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Reorganise text editor settings
Paulb23
2021-08-16
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-8
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-2
/
+2
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-0
/
+12
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-1
/
+1
*
Add runner for GDScript testing
George Marques
2021-04-08
1
-72
/
+4
*
Add unit tests for export templates
Gordon MacPherson
2021-03-22
1
-3
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
GDScript: Add initialization for the language before debug tests
George Marques
2020-10-20
1
-0
/
+76
*
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
1
-23
/
+4
*
Move GDScript tests to respective folder under modules
Andrii Doroshenko (Xrayez)
2020-09-02
1
-0
/
+250