Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
issues.
|
|
|
|
now, closes #3194
|
|
|
|
|
|
The function call was removed in #5538 because of the unused return value,
but the function itself has side effects and the absence of the call was
causing crashes.
|
|
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
|
|
Optimize member access with self
|
|
|
|
|
|
#5247 , probably closes other yield related crashes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Added draft of C script API (still disabled and unused)
|
|
Let the compiler take the fast path when a member is superfluously accessed with `self.`.
|
|
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false`
|
|
|
|
closes other issues
|
|
Removed lots of prints
|
|
correctly parse floats in scientific notation (Fix #5267)
|
|
|
|
Part of #5272
|
|
Also removes a couple wrong Godot headers from third-party source files.
|
|
GDScript incorrectly parsed float values in scientific notation
when no decimal point was given. "1e-5" was parsed as "15".
Fix this by not requiring a decimal point when we found an exponent
for the number to be considered a float.
Fixes #5267
|
|
|
|
add it
|
|
this is added to #5204
|
|
Fix crash in code completion
|
|
Closes #5260.
|
|
Fix #4641
|
|
GridMap: Initialize "navigation" pointer
|
|
use and also fixes #4756
|
|
size. Fixes many issues, closes #4907
|
|
|
|
|
|
#5150
|
|
those with export()
-Added PROPERTY_USAGE_SCRIPT_VARIABLE to identify what comes from script
-closes #5146
|
|
|
|
|
|
|
|
|
|
Fix #5015
|