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.cpp
Age
Commit message (
Expand
)
Author
2019-08-26
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-05-20
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-05-03
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-02
Fix slight issues with autocompletion and member lists in GDScript
Bojidar Marinov
2019-04-15
GDScript: add variable shadowing warning
lupoDharkael
2019-04-05
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-03-08
Fix typo in GDScript narrowing conversion warning message
Hugo Locurcio
2019-03-04
Close file handles after use of new get_as_utf8_strings, fixes #26578
Juan Linietsky
2019-03-03
Add a dependency search mode for GDScript parser
George Marques
2019-02-28
Merge pull request #26034 from QbieShay/issue_25596
Rémi Verschelde
2019-02-27
Inheriting from virtual class no longer causes the engine to crash, it prints...
QbieShay
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-14
Fix exported property values being lost if base GDScript fails to parse
Ignacio Etcheverry
2019-01-25
Ensure get script method list also checks base classes, fixes #23384
Juan Linietsky
2019-01-23
GDScript: don't allow calling non-static function from script
George Marques
2019-01-10
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-27
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-22
Merge pull request #22953 from DualMatrix/properties_gone
Rémi Verschelde
2018-11-10
Fix GDScript placeholder fallback
Ignacio Etcheverry
2018-10-25
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-24
Add some limits on the Editor Settings
Superwaitsum
2018-10-23
Optional getters/setters editor autocomplete
Jakub Grzesik
2018-10-12
Fixed parents properties not appearing in inspector if parent is class_name.
DualMatrix
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-19
GDScript: Revert extra deletion when creating instance
George Marques
2018-09-15
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-10
Fix crash when extending non-existing GDScript file
Rémi Verschelde
2018-08-26
Fixes several resource leaks in ...
Crazy-P
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-21
GDScript: Show warning messages only on debugger
George Marques
2018-08-15
Fix error spam from loading script class icons
Will Nations
2018-08-14
Add custom icons to script classes.
Will Nations
2018-08-14
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-10
Added system for GDScript warnings
George Marques
2018-07-29
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
Use type information to enable GDScript introspection
George Marques
2018-07-20
Add typed instructions to GDScript
George Marques
2018-07-20
Move inheritance resolution to the parser
George Marques
2018-07-20
Add typing syntax
George Marques
[next]