index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix compiler warnings in GDScript module
George Marques
2018-10-06
1
-10
/
+19
*
Revert cause of #22794
Mariusz Chwalba
2018-10-06
1
-5
/
+5
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
2
-14
/
+14
*
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
2
-2
/
+1
*
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-29
2
-10
/
+0
*
Fix warnings about wrong member initialization order [-Wreorder]
Rémi Verschelde
2018-09-28
1
-2
/
+2
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
4
-2
/
+17
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-3
/
+0
*
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-27
2
-2
/
+2
*
GDScript: Revert extra deletion when creating instance
George Marques
2018-09-19
1
-4
/
+1
*
GDScript: Error on empty blocks at the end of file
George Marques
2018-09-19
1
-2
/
+6
*
GDScript: Fix autocompletion inference after `is` check
George Marques
2018-09-19
1
-0
/
+1
*
GDScript: Fix infinite loop in autocomplete
George Marques
2018-09-19
1
-4
/
+8
*
GDScript: Forbid enum values to shadow constants
George Marques
2018-09-19
1
-0
/
+20
*
GDScript: Fix autocomplete crash when searching default values
George Marques
2018-09-19
1
-1
/
+1
*
GDScript: Allow Object constants to be used with qualifier
George Marques
2018-09-19
1
-3
/
+15
*
GDScript: Fix stack address test in compiler
George Marques
2018-09-19
1
-8
/
+8
*
Merge pull request #22165 from DualMatrix/atan2_plain_wrong
Rémi Verschelde
2018-09-17
1
-1
/
+1
|
\
|
*
Fixed argument names being swapped for atan2
DualMatrix
2018-09-16
1
-1
/
+1
*
|
test for depreciacion warnings only on debug builds
Mariusz Chwalba
2018-09-16
1
-0
/
+2
|
/
*
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
3
-0
/
+7
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
5
-14
/
+19
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
5
-15
/
+15
|
\
|
*
Misc. typos
luz.paz
2018-09-12
5
-15
/
+15
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
12
-47
/
+46
|
/
*
Fix crash when extending non-existing GDScript file
Rémi Verschelde
2018-09-10
1
-11
/
+2
*
Fixed scientific notaion not highlighting correctly, issue 21435
Paulb23
2018-09-08
1
-2
/
+2
*
Fixed return type for get_stack() function call
WiggleWizard
2018-09-05
1
-1
/
+1
*
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
5
-3
/
+75
|
\
|
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
5
-3
/
+75
*
|
Merge pull request #21369 from Noshyaar/exportflag
Rémi Verschelde
2018-08-27
1
-2
/
+3
|
\
\
|
*
|
Deprecating bit flags export with no hint text
Poommetee Ketson
2018-08-24
1
-2
/
+3
*
|
|
Merge pull request #21450 from vnen/gdscript-type-space
Rémi Verschelde
2018-08-27
1
-7
/
+7
|
\
\
\
|
*
|
|
GDScript: Remove space before colon on type hints
George Marques
2018-08-26
1
-7
/
+7
|
|
|
/
|
|
/
|
*
/
|
Fixes several resource leaks in ...
Crazy-P
2018-08-26
2
-4
/
+31
|
/
/
*
/
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
6
-48
/
+5
|
/
*
GDScript: Ignore unused arguments/local vars that start with _
George Marques
2018-08-21
1
-5
/
+7
*
GDScript: Show warning messages only on debugger
George Marques
2018-08-21
1
-3
/
+5
*
GDScript: Fix undefined behavior on GDScriptTokenizerBuffer
George Marques
2018-08-21
1
-2
/
+8
*
GDScript: Forbid invalid identifiers in match bindings
George Marques
2018-08-21
1
-4
/
+12
*
GDSCript: Fix cyclic class dependency detection
George Marques
2018-08-21
1
-2
/
+4
*
Highlight multiline strings as strings instead of comments
Hugo Locurcio
2018-08-19
1
-1
/
+1
*
Fix error spam from loading script class icons
Will Nations
2018-08-15
1
-1
/
+1
*
Add custom icons to script classes.
Will Nations
2018-08-14
4
-2
/
+35
*
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-14
2
-23
/
+32
|
\
|
*
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
2
-23
/
+32
[next]