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-08-30
Merge pull request #65066 from aaronfranke/str-path-join
Rémi Verschelde
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
Follow-up fixes to number highlighting
VolTer
2022-08-29
Merge pull request #65003 from MewPurPur/fix-number-coloring
Rémi Verschelde
2022-08-29
Fix number highlighting
VolTer
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Merge pull request #64651 from MewPurPur/fix-globalfunc-highlighting
Rémi Verschelde
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-26
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-25
Merge pull request #64857 from MewPurPur/tweak-stringname-color
Rémi Verschelde
2022-08-25
Added highlighting color for GDScript and GlobalScope functions
VolTer
2022-08-25
Tweaked StringName highlighting color
VolTer
2022-08-24
Replace Array return types with TypedArray 3
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-20
Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolor
Max Hilbrunner
2022-08-19
Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods
Yuri Sizov
2022-08-19
Add documentation for all annotations
Yuri Sizov
2022-08-19
Merge pull request #63326 from MewPurPur/binary-highlighting-fix
Max Hilbrunner
2022-08-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-14
Improve binary operator highlighting
VolTer
2022-08-10
Merge pull request #62934 from Xwdit/script_doc_arg_def_var
Rémi Verschelde
2022-08-10
Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type
Rémi Verschelde
2022-08-10
Fix script documentation method argument default values
Xwdit
2022-08-10
Fixed incorrect type display of function argument in GDScript editor tooltips
Xwdit
2022-08-10
Fixed incorrect type display of void return in GDScript editor tooltips
Xwdit
2022-08-10
Prevent global functions from overriding completion of subscript
Yuri Rubinsky
2022-08-08
Merge pull request #64099 from A-Lamia/lsp_uri_path_fixes
Rémi Verschelde
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
Merge pull request #64076 from raulsntos/doc-fixes
Rémi Verschelde
2022-08-08
Add `@GDScript.type_exists` documentation
Raul Santos
2022-08-08
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...
Lamia
2022-08-08
Merge pull request #64046 from AntonioDell/bugfix/63715-infer-preloaded-const...
Rémi Verschelde
2022-08-07
fix(gdscript): Infer type from preload const
Antonio Dell'Annunziata
2022-08-07
Merge pull request #63919 from Faless/scons/4.x_easy_deps
Rémi Verschelde
2022-08-06
Merge pull request #63712 from object71/fix-export-issues
Rémi Verschelde
2022-08-04
[Scons] Implement module dependency sorting.
Fabio Alessandrelli
2022-08-03
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-02
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-08-01
Merge pull request #55450 from Calinou/script-editor-improve-light-theme-synt...
Rémi Verschelde
2022-07-31
Improve script editor's light theme syntax colors for better readability
Hugo Locurcio
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
Merge pull request #63603 from aaronfranke/editor-paths
Rémi Verschelde
2022-07-29
Merge pull request #63595 from reduz/remove-signal-connect-binds
Rémi Verschelde
2022-07-29
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-29
fix(gdscript): Fix infinite loop on type inferernce from super method calls
Antonio Dell'Annunziata
[next]