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
/
gdscript_test_runner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScriptTestRunner: Fix compiler error output
rune-scape
2024-07-23
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`
Danil Alexeev
2024-04-10
1
-7
/
+16
*
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
-14
/
+82
*
Add unit test runner for autocompletion
HolonProduction
2024-01-05
1
-1
/
+1
*
Correctly check scripts that must inherit `EditorPlugin`
Yuri Sizov
2023-11-23
1
-6
/
+5
*
GDScript: Add `INFERRED_DECLARATION` warning
Danil Alexeev
2023-09-22
1
-1
/
+1
*
Add "untyped_declaration" warning
ryanabx
2023-09-11
1
-0
/
+4
*
GDScript: Further restrict test error output for C++ errors
Rémi Verschelde
2023-06-14
1
-9
/
+9
*
GDScript: Only include script file path in test error output
Rémi Verschelde
2023-06-14
1
-4
/
+10
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-8
/
+8
*
GDScript: Use default path in test generator if not provided
George Marques
2023-04-26
1
-5
/
+5
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-3
/
+3
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-3
/
+3
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-3
/
+3
*
Add option to print filenames in GDScript unit testing
ocean (they/them)
2023-01-30
1
-16
/
+16
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix singleton scene cyclic loading
Adam Scott
2022-11-25
1
-15
/
+26
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-1
/
+7
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-1
/
+0
*
Fix more MSVC C4702 (unreachable code) warnings
Rémi Verschelde
2022-10-07
1
-6
/
+6
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-3
/
+3
*
Variant memory pools
lawnjelly
2022-07-04
1
-2
/
+3
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
1
-5
/
+5
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-5
/
+4
*
Improve autoload inheritance error message
Jason Yundt
2022-04-04
1
-1
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-10
/
+8
*
GDScript: Allow tests to run on release builds
George Marques
2022-02-03
1
-0
/
+42
*
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-1
/
+1
*
GDScript: Make all warnings enabled in test generation
George Marques
2021-10-06
1
-7
/
+6
*
Fix an undefined behaviour
ThreeRhinosInAnElephantCostume
2021-09-13
1
-0
/
+3
*
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Rémi Verschelde
2021-09-13
1
-1
/
+4
|
\
|
*
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-09-11
1
-1
/
+4
*
|
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-26
1
-5
/
+5
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-7
/
+7
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
GDScript: Fix error handler for tests
George Marques
2021-05-24
1
-4
/
+3
*
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
1
-2
/
+2
*
Add runner for GDScript testing
George Marques
2021-04-08
1
-0
/
+584