index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #18406 from YeldhamDev/script_templates_period
Max Hilbrunner
2018-05-04
1
-1
/
+1
|
\
|
*
Changed periods in the script templates.
Michael Alexsander Silva Dias
2018-05-02
1
-1
/
+1
*
|
Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export
Rémi Verschelde
2018-05-03
1
-30
/
+28
|
\
\
|
*
|
Allow exporting arrays of resources in GDScript
Bojidar Marinov
2018-02-05
1
-30
/
+28
*
|
|
Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...
Rémi Verschelde
2018-05-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix a crash when trying to run Godot debugger on a release build.
Brian Richardson
2018-05-01
1
-1
/
+1
*
|
|
|
Merge pull request #18452 from flashyincceo/enum-no-class
Rémi Verschelde
2018-05-02
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Fix enums without class name not opening docs page
Peter Folkins
2018-05-01
1
-0
/
+12
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #18531 from KidRigger/issue5972
Rémi Verschelde
2018-05-02
1
-0
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Adds keywords to autocomplete predictions.
Anish
2018-05-01
1
-0
/
+7
|
|
/
/
*
|
|
Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var
Rémi Verschelde
2018-05-01
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-2
/
+3
*
|
|
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
2
-7
/
+7
|
/
/
*
|
Merge pull request #18040 from Paulb23/color_region_cache
Rémi Verschelde
2018-04-09
1
-17
/
+1
|
\
\
|
*
|
Fixed color regions and added local color region cache
Paulb23
2018-04-07
1
-17
/
+1
*
|
|
Merge pull request #16556 from aragar/master
Juan Linietsky
2018-04-08
1
-3
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
For-in loop variable added to autocompletion
Rado'sPC\aRaGaR
2018-02-11
1
-3
/
+13
|
|
/
*
|
Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter
Paulb23
2018-04-04
3
-8
/
+8
*
|
Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighter
Rémi Verschelde
2018-04-04
3
-0
/
+336
|
\
\
|
*
|
Abstracted the syntax highlighter from text edit
Paulb23
2018-04-02
3
-0
/
+336
*
|
|
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
2018-04-03
1
-1
/
+26
|
/
/
*
|
Merge pull request #17291 from Warlaan/master
Hein-Pieter van Braam
2018-03-15
2
-4
/
+17
|
\
\
|
*
|
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...
Lars Kokemohr
2018-03-14
2
-4
/
+17
*
|
|
Fix script template on `_ready` behavior
Poommetee Ketson
2018-03-15
1
-1
/
+1
*
|
|
fix enum from preloaded script in export
x1212
2018-03-04
1
-4
/
+7
|
/
/
*
|
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-27
3
-3
/
+3
*
|
Removed whitespaces around arguments of functions.
anakimluke
2018-02-24
1
-2
/
+0
*
|
Fix typos with codespell
luz.paz
2018-02-21
2
-3
/
+3
*
|
Merge pull request #15852 from poke1024/color_hsv
Rémi Verschelde
2018-02-19
1
-7
/
+36
|
\
\
|
*
|
Add Color.from_hsv()
Bernhard Liebl
2018-01-18
1
-7
/
+36
*
|
|
Merge pull request #15933 from x1212/fix_preload_in_exports
Rémi Verschelde
2018-02-19
1
-25
/
+4
|
\
\
\
|
*
|
|
fix spurious error messages during autocomplete and validate
x1212
2018-02-14
1
-25
/
+4
*
|
|
|
Merge pull request #16173 from vnen/gdscript-arguments
Rémi Verschelde
2018-02-19
2
-2
/
+12
|
\
\
\
\
|
*
|
|
|
Add argument count check for some GDScript functions
George Marques
2018-01-30
2
-2
/
+12
*
|
|
|
|
doc: Update version string in header
Rémi Verschelde
2018-02-19
3
-3
/
+3
*
|
|
|
|
Merge pull request #16176 from vnen/gdscript-default-args
Rémi Verschelde
2018-02-14
2
-2
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Show default values in docs for GDScript built-in functions
George Marques
2018-01-30
2
-2
/
+4
|
|
/
/
/
*
/
/
/
GDScriptParser: Remove debug prints.
Andreas Haas
2018-02-02
1
-2
/
+0
|
/
/
/
*
|
|
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Rémi Verschelde
2018-01-25
1
-1
/
+1
*
|
|
doc: Sync with current source
Rémi Verschelde
2018-01-25
3
-3
/
+3
|
/
/
*
|
GDScript: always call ResourceLoader::load() in non-completion mode
Bernhard Liebl
2018-01-21
1
-1
/
+1
*
|
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
2018-01-20
1
-14
/
+24
*
|
Merge pull request #15849 from poke1024/preload-completion
Rémi Verschelde
2018-01-18
1
-1
/
+3
|
\
\
|
*
|
GDScript: fix autocompletion for preload() (issue 15766)
Bernhard Liebl
2018-01-18
1
-1
/
+3
|
|
/
*
|
Suppress errors on autocompletion for preload()
Bernhard Liebl
2018-01-18
1
-1
/
+1
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
2
-8
/
+8
|
/
*
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-17
1
-1
/
+1
*
Fixes for parameter names of builtin functions in visual scripts/core
Chaosus
2018-01-16
1
-3
/
+3
*
Filled tutorial field in most relevent classes.
Juan Linietsky
2018-01-15
1
-0
/
+1
*
doc: Update version string in XML
Rémi Verschelde
2018-01-13
3
-3
/
+3
[next]