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
2018-09-19
GDScript: Fix infinite loop in autocomplete
George Marques
2018-09-19
GDScript: Forbid enum values to shadow constants
George Marques
2018-09-19
GDScript: Fix autocomplete crash when searching default values
George Marques
2018-09-19
GDScript: Allow Object constants to be used with qualifier
George Marques
2018-09-19
GDScript: Fix stack address test in compiler
George Marques
2018-09-17
Merge pull request #22165 from DualMatrix/atan2_plain_wrong
Rémi Verschelde
2018-09-16
Fixed argument names being swapped for atan2
DualMatrix
2018-09-16
test for depreciacion warnings only on debug builds
Mariusz Chwalba
2018-09-15
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
Clearly deprecate sync too in favor of remotesync.
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-09-08
Fixed scientific notaion not highlighting correctly, issue 21435
Paulb23
2018-09-05
Fixed return type for get_stack() function call
WiggleWizard
2018-08-27
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
Merge pull request #21369 from Noshyaar/exportflag
Rémi Verschelde
2018-08-27
Merge pull request #21450 from vnen/gdscript-type-space
Rémi Verschelde
2018-08-26
GDScript: Remove space before colon on type hints
George Marques
2018-08-26
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
Fixes several resource leaks in ...
Crazy-P
2018-08-24
Deprecating bit flags export with no hint text
Poommetee Ketson
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-21
GDScript: Ignore unused arguments/local vars that start with _
George Marques
2018-08-21
GDScript: Show warning messages only on debugger
George Marques
2018-08-21
GDScript: Fix undefined behavior on GDScriptTokenizerBuffer
George Marques
2018-08-21
GDScript: Forbid invalid identifiers in match bindings
George Marques
2018-08-21
GDSCript: Fix cyclic class dependency detection
George Marques
2018-08-19
Highlight multiline strings as strings instead of comments
Hugo Locurcio
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-13
Remove usage console spam
Chaosus
2018-08-10
Added system for GDScript warnings
George Marques
2018-07-31
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-29
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-26
GDScript: Fix parse error in string formatting
George Marques
2018-07-25
GDScript: Add type inference syntax for function arguments
George Marques
2018-07-25
GDScript: Fix type detection for String formatting operator
George Marques
2018-07-25
GDScript: Fix type detection on Object typed assign
George Marques
2018-07-25
GDScript: Allow accessing constants of outer classes
George Marques
2018-07-25
GDScript: Enable built-in function introspection in non-tools
George Marques
2018-07-25
GDScript: Fix bogus error when a cursor token is found on class
George Marques
2018-07-25
GDScript: Allow strict conversion when assigning typed variables
George Marques
2018-07-25
GDScript: Fix mismatching between export hint and type hint
George Marques
2018-07-25
GDScript: Allow inherited method to add optional arguments
George Marques
2018-07-25
GDScript: Fix returned value of get_default_argument_count()
George Marques
2018-07-25
GDScript: Fix main script detection
George Marques
[prev]
[next]