index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
gdscript_test_runner.cpp
Age
Commit message (
Expand
)
Author
2023-02-02
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
GDScript: Add warnings that are set to error by default
George Marques
2023-01-30
Add option to print filenames in GDScript unit testing
ocean (they/them)
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-25
Fix singleton scene cyclic loading
Adam Scott
2022-11-18
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-13
GDScript compiler subclass bugfixes
Rune
2022-10-07
Fix more MSVC C4702 (unreachable code) warnings
Rémi Verschelde
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-07-04
Variant memory pools
lawnjelly
2022-06-29
Adding print_rich for printing with BBCode
Voylin
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-04
Improve autoload inheritance error message
Jason Yundt
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-03
GDScript: Allow tests to run on release builds
George Marques
2022-01-06
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-06
GDScript: Make all warnings enabled in test generation
George Marques
2021-09-13
Fix an undefined behaviour
ThreeRhinosInAnElephantCostume
2021-09-13
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Rémi Verschelde
2021-09-11
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-08-26
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-24
GDScript: Fix error handler for tests
George Marques
2021-04-26
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-08
Add runner for GDScript testing
George Marques