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
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-06-05
2
-7
/
+7
*
Fix documentation version strings
Hein-Pieter van Braam
2018-06-01
3
-3
/
+3
*
Adds keywords to autocomplete predictions.
Anish
2018-05-13
1
-0
/
+7
*
Fix a crash when trying to run Godot debugger on a release build.
Brian Richardson
2018-05-13
1
-1
/
+1
*
Fix enums without class name not opening docs page
Peter Folkins
2018-05-13
1
-0
/
+12
*
Fix script template on `_ready` behavior
Poommetee Ketson
2018-04-15
1
-1
/
+1
*
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...
Lars Kokemohr
2018-04-14
2
-4
/
+17
*
For-in loop variable added to autocompletion
Rado'sPC\aRaGaR
2018-04-14
1
-3
/
+13
*
Revert "fix spurious error messages during autocomplete and validate"
Hein-Pieter van Braam
2018-02-27
1
-4
/
+25
*
doc: Update version string for 3.0.2
Rémi Verschelde
2018-02-27
3
-3
/
+3
*
Update doc version strings to 3.0.1
Hein-Pieter van Braam
2018-02-24
3
-3
/
+3
*
Removed whitespaces around arguments of functions.
anakimluke
2018-02-22
1
-2
/
+0
*
Fix typos with codespell
luz.paz
2018-02-22
2
-3
/
+3
*
fix spurious error messages during autocomplete and validate
x1212
2018-02-19
1
-25
/
+4
*
Show default values in docs for GDScript built-in functions
George Marques
2018-02-19
2
-2
/
+4
*
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
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-1
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
15
-0
/
+15
*
Merge pull request #15089 from poke1024/funcref-warn
Rémi Verschelde
2018-01-03
1
-1
/
+1
|
\
|
*
Warn about funcref creation
Bernhard Liebl
2017-12-26
1
-1
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
15
-30
/
+30
|
/
*
Cleanup some #if 0'd code
Rémi Verschelde
2017-12-17
1
-0
/
+2
*
Merge pull request #12845 from remorse107/Array-Dictionary-Fix
Rémi Verschelde
2017-12-16
1
-9
/
+33
|
\
|
*
Fix issue #11400. Fixes issue with arrays and dictionary acting as static obj...
Robert Morse
2017-11-17
1
-9
/
+33
*
|
GDScript files are converted to binary on export now.
Juan Linietsky
2017-12-14
1
-0
/
+44
*
|
Scons: Build modules in seperate env.
Andreas Haas
2017-12-13
1
-1
/
+4
*
|
Properly support nested ternary expressions
Bojidar Marinov
2017-12-11
1
-4
/
+7
*
|
Style: Re-apply clang-format over recent invalid additions
Rémi Verschelde
2017-12-10
1
-2
/
+2
*
|
Make GDScript parser raise error when exporting Object
George Marques
2017-12-09
1
-0
/
+4
*
|
Fixed is_playing funtion (was reporting wrong), closes #13928
Juan Linietsky
2017-12-07
1
-2
/
+2
*
|
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
5
-12
/
+12
*
|
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
2
-8
/
+7
*
|
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
2
-6
/
+6
*
|
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-24
3
-3
/
+3
*
|
Add cartesian to polar conversion functions
pablotato
2017-11-20
2
-0
/
+32
*
|
Allow to extends constant variable
sanikoyes
2017-11-20
2
-9
/
+51
*
|
Merge pull request #11940 from GodotExplorer/debugger
Rémi Verschelde
2017-11-20
3
-7
/
+80
|
\
\
|
*
|
Move the remote scene tree to the scene tree dock.
Geequlim
2017-11-17
1
-4
/
+17
[next]