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
Age
Commit message (
Expand
)
Author
2022-03-04
Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fix
Rémi Verschelde
2022-03-04
Merge pull request #58201 from V-Sekai/debugger_locals
Rémi Verschelde
2022-03-04
Merge pull request #58320 from mphe/fix_object_typed_arrays
Rémi Verschelde
2022-03-04
Merge pull request #58250 from V-Sekai/typed_array_fix
Rémi Verschelde
2022-03-04
Merge pull request #58626 from groud/fix_gdscript_analyser_crash
Rémi Verschelde
2022-03-04
Merge pull request #58670 from KoBeWi/internal_debugger
Rémi Verschelde
2022-03-03
Merge pull request #58262 from Sauermann/fix-range-doc
Max Hilbrunner
2022-03-02
Fix debugger not opening built-in scripts
kobewi
2022-02-28
Fix a crash in GDScriptAnalyzer when a script class's file is not found
Gilles Roudière
2022-02-23
Merge pull request #58244 from V-Sekai/typed_fail_case_return
Rémi Verschelde
2022-02-23
Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixes
Rémi Verschelde
2022-02-22
Rename motion_velocity to velocity
Chris Bradfield
2022-02-22
Fixes cyclic detection from variables assigning themselves to themselves in a...
SaracenOne
2022-02-19
Fix typed arrays for Object based types
Marvin Ewald
2022-02-18
Make 'is_attribute' false during parse error to prevent crash
SaracenOne
2022-02-18
Describe usage of float in range documentation
Markus Sauermann
2022-02-17
Fix using typed arrays based on script classes
SaracenOne
2022-02-17
Return a correctly typed variant in case of a function error to prevent hard ...
SaracenOne
2022-02-16
Fix local variables not showing when breaking on final line
SaracenOne
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
Fix error when assigning to an explicitly annotated variant from an ambiguous...
SaracenOne
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-11
Fix "Identifier not found" compiler error when accessing inherited signals or...
strank
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-07
[Net] Add type check to GDScriptRPCCallable.
Fabio Alessandrelli
2022-02-07
[Net] Implement GDScript custom RPC callable.
Fabio Alessandrelli
2022-02-07
Merge pull request #57748 from fabriceci/rename-script-template-variable
Rémi Verschelde
2022-02-07
rename jump force to jump velocity
fabriceci
2022-02-07
Add some more fixes to visual shader
Yuri Roubinsky
2022-02-04
Highlight "namespace" as a GDScript keyword in the syntax highlighter
Hugo Locurcio
2022-02-04
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
GDScript: Allow tests to run on release builds
George Marques
2022-02-03
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-01-30
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...
bruvzg
2022-01-27
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
Fix crash with non-constant keys in match statement Dictionary pattern
cdemirer
2022-01-25
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-22
GDScript cache crashfix.
K. S. Ernest (iFire) Lee
2022-01-23
Merge pull request #57052 from KoBeWi/nosort
Rémi Verschelde
2022-01-22
Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check
Rémi Verschelde
2022-01-22
Merge pull request #55214 from Scony/fix-gdscript-crash-2
Rémi Verschelde
2022-01-22
Don't sort printed Dictionary
kobewi
2022-01-20
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-17
Merge pull request #56739 from strank/master
Rémi Verschelde
[prev]
[next]