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
/
gdscript_compiler.cpp
Age
Commit message (
Expand
)
Author
2023-03-13
GDScript: Fix checking if a call is awaited in compiler
Dmitrii Maganov
2023-02-26
Merge pull request #73915 from vonagam/fix-conversions-from-native-member
Rémi Verschelde
2023-02-26
Merge pull request #73964 from vonagam/fix-coroutine-compiler-type
Rémi Verschelde
2023-02-26
Merge pull request #73899 from vnen/gdscript-init-defaults-beforehand
Rémi Verschelde
2023-02-26
GDScript: Fix address type for coroutine results
Dmitrii Maganov
2023-02-25
Revert "GDScript: Fix groups and categories been seen as members"
George Marques
2023-02-25
GDScript: Fix conversions from native members accessed by identifier
Dmitrii Maganov
2023-02-24
GDScript: Initialize all defaults beforehand in implicit constructor
George Marques
2023-02-24
GDScript: Fix groups and categories been seen as members
George Marques
2023-02-21
GDScript: Fix setting native type with script inheritance
George Marques
2023-02-17
GDScript: Rework type check
Dmitrii Maganov
2023-02-15
Add return type for GDScript getters
ocean (they/them)
2023-02-07
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
Remove script class checks when getting function signature
Adam Scott
2023-01-31
GDScript: Allow void functions to return calls to other void functions
George Marques
2023-01-31
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-30
GDScript: Fix vararg method calls with exact arguments
Dmitrii Maganov
2023-01-23
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques
2023-01-23
GDScript: Add names for disassembling function pointers
George Marques
2023-01-22
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-15
Fix cyclic reference errors while reducing identifiers.
Adam Scott
2023-01-12
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques
2023-01-09
Merge pull request #69590 from anvilfolk/enums
Rémi Verschelde
2023-01-09
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
GDScript: Don't use the NIL address to hold return value of functions
George Marques
2023-01-06
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
GDScript: Fix array as default value for parameter
Dmitrii Maganov
2023-01-06
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-03
Merge pull request #70702 from vnen/gdscript-error-on-assign-void
Rémi Verschelde
2023-01-03
Merge pull request #70503 from rune-scape/inner-class-docs
Rémi Verschelde
2022-12-30
GDScript: Error when assigning return value of void function
George Marques
2022-12-28
Fix usage of Enum as constant
Dmitrii Maganov
2022-12-23
Inner classes get their docs back
rune-scape
2022-12-23
Merge pull request #69991 from rune-scape/cast-type
Rémi Verschelde
2022-12-15
GDScript: Fix built-in script and other `find_class` bugs
rune-scape
2022-12-14
GDScript: Allow out of order member resolution
rune-scape
2022-12-12
GDScript: Fix cast producing null
rune-scape
2022-12-11
Add GDScript member initializer implicit type conversion
ocean (they/them)
2022-12-10
Merge pull request #69467 from rune-scape/rune-subclass-script-path
Rémi Verschelde
2022-12-09
Merge pull request #68747 from rune-scape/rune-stringname-unification
Rémi Verschelde
2022-12-05
Unify String and StringName
rune-scape
2022-12-06
Fix incomplete shadowing of member properties by parameters
Dmitrii Maganov
2022-12-01
GDScript: Fix subclass script path issues
rune-scape
2022-11-28
Reset unassigned local variables to null in the loops
Yuri Rubinsky
2022-11-27
Fix cyclic reference base being loaded but not valid (which is ok)
Adam Scott
2022-11-18
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-15
GDScript Compiler: regression fix
Rune
2022-11-13
GDScript compiler subclass bugfixes
Rune
2022-11-08
Fix named enums to use int64 type
Yuri Rubinsky
[next]