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-07-08
Use base `Color()` constructors instead of `Color::html()`
Hugo Locurcio
2019-07-06
Merge pull request #30352 from bojidar-bg/28727-enum-value-check
Rémi Verschelde
2019-07-05
Fix parsing of enums allowing for juxtaposed identifiers
Bojidar Marinov
2019-07-04
Parse more informations for code completion
Geequlim
2019-07-03
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
Rémi Verschelde
2019-07-03
Fix inheriting from class_name messing up constants
Bojidar Marinov
2019-07-03
Fix parsing of arguments in constant expressions
Bojidar Marinov
2019-07-01
Merge pull request #28884 from vnen/yield-resume-stack
Rémi Verschelde
2019-07-01
Merge pull request #29980 from Dentrax/directed-by-qarmin
Rémi Verschelde
2019-07-01
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
fix some crashes
Furkan Türkal
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-06-29
Merge pull request #30177 from hbina/use_FALLTHROUGH_macro
Rémi Verschelde
2019-06-29
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...
hbina085
2019-06-28
Add support for creating editor icons per module
Andrii Doroshenko (Xrayez)
2019-06-28
Merge pull request #30134 from Calinou/doc-proofread
Rémi Verschelde
2019-06-28
Fixed regression bug caused in #30095 and actually fix the issue it was suppo...
unknown
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-26
Fixed parser treating compound assignment the same as assignment which gave w...
unknown
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-25
Extends wrapi/wrapf docs
Chaosus
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-19
Merge pull request #29866 from akien-mga/nothing-that-surrounds-us-is-object-...
Rémi Verschelde
2019-06-18
doc: Improve docs for Resource* classes
Rémi Verschelde
2019-06-18
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
GDScript: Improve error on Object to Object invalid argument calls
Rémi Verschelde
2019-06-12
Merge pull request #29306 from qarmin/small_code_fixes
Rémi Verschelde
2019-06-11
Merge pull request #29678 from akien-mga/err-macros-semicolon
Rémi Verschelde
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-07
Added export hint to 2D and 3D physics and render layers.
MrCdK
2019-06-03
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-06-03
Merge pull request #29433 from bojidar-bg/29406-dictionary-constant
Rémi Verschelde
2019-06-03
Properly catch certain errors in Dictionary declarations
Bojidar Marinov
2019-06-03
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-02
Fix GDSCript inner classes be freed after compile
geequlim
2019-06-01
Merge pull request #27789 from Giacom/move_towards
Rémi Verschelde
2019-05-29
Merge pull request #28416 from JellyWX/binary-literals
Rémi Verschelde
2019-05-28
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
Merge pull request #27987 from lupoDharkael/classname-duplicate
Rémi Verschelde
2019-05-26
autocomplete for enum values
hilfazer
2019-05-24
Fix parse error when extends from subclass of named classes
Geequlim
2019-05-21
Merge pull request #29041 from hbina/add_const
Rémi Verschelde
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
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-14
Show function name in debugger stack trace
George Marques
2019-05-14
Keep GDScript functions in stack while yielding
George Marques
2019-05-03
Allow overriding how scripted objects are converted to strings
Leonard Meagher
[next]