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
2019-12-16
Merge pull request #34280 from zaksnet/fix-yield-documentation
Rémi Verschelde
2019-12-15
Updates docs for GDScript built-in functions
Haoyu Qiu
2019-12-13
GDScript: Convert values when setting member variables
George Marques
2019-12-13
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
Fix documentation for yield
Zak
2019-12-12
Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete
Rémi Verschelde
2019-12-12
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov
2019-12-11
Add note in 'load()' docs that the path must be absolute
Michael Alexsander
2019-12-11
Merge pull request #34271 from vnen/gdscript-unused-class-variable-disable
Rémi Verschelde
2019-12-11
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde
2019-12-11
Disable GDScript warning for unused class variable by default
George Marques
2019-12-10
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-06
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-04
Merge pull request #34067 from bojidar-bg/32370-retype-message
Rémi Verschelde
2019-12-03
Mention that `int()` can be used as an alternative to `floor()`
Hugo Locurcio
2019-12-02
Make error when accidentially redeclaring a variable's type clearer
Bojidar Marinov
2019-11-30
Add docs for is_equal_approx on structures
Aaron Franke
2019-11-30
Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")
miere43
2019-11-27
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-26
Remove type hint from the @GDScript class documentation
Hugo Locurcio
2019-11-25
Added missing documentation for yield()
Zak Stam
2019-11-22
Fix typos with codespell
Rémi Verschelde
2019-11-17
Make the script templates' blank lines conform with the official style guide
Michael Alexsander
2019-11-15
Parser: Check all the arguments of the ternary operator
lupoDharkael
2019-11-12
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
Rémi Verschelde
2019-11-12
Fixes #32963 by correctly parsing bin/hex literals
Micheál Keane
2019-11-11
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-07
Add setting to exclude addons from script warnings
mashumafi
2019-11-07
Merge pull request #33257 from aaronfranke/printraw
Rémi Verschelde
2019-11-04
Merge pull request #33266 from Xrayez/inst2dict-original-path
Rémi Verschelde
2019-11-02
Use GDScript resource path over script path for `inst2dict`
Andrii Doroshenko (Xrayez)
2019-11-02
Document behavior of printraw
Aaron Franke
2019-11-02
Fix Color8 GDScript documentation
Aaron Franke
2019-11-01
GDScript: validate instance before accessing it on error
George Marques
2019-11-01
GDScript: Avoid editor crashes when there's cyclic inheritance
George Marques
2019-10-31
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez)
2019-10-29
Fixed leak in gdscript when creating empty WeakRef
PouleyKetchoupp
2019-10-25
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Rémi Verschelde
2019-10-25
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-24
Fix `inst2dict` calling to getters to retrieve value
Andrii Doroshenko (Xrayez)
2019-10-22
Merge pull request #32919 from vnen/gdscript-unused-args
Rémi Verschelde
2019-10-22
Merge pull request #32903 from madmiraal/fix-27649-part9
Rémi Verschelde
2019-10-22
Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltons
Rémi Verschelde
2019-10-19
GDScript: Add _ prefix on class name in type compatibility check
George Marques
2019-10-19
Fix wrong counting of function argument usage
George Marques
2019-10-18
Remove duplicate valid value check in gdscript_tokenizer.cpp.
Marcel Admiraal
2019-10-17
Fix autocompletion for singletons
EbbDrop
2019-10-14
Small fixes to redundand code, copy paste bugs
qarmin
[next]