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
...
*
Honoring the Indent setting for gdscript
Ramesh Ravone
2017-04-25
1
-10
/
+13
*
fixed a bug where saving a GDScript file crashed the editor
Karroffel
2017-04-24
1
-2
/
+5
*
Merge pull request #8444 from magyar123/pr-complete-paths
Rémi Verschelde
2017-04-24
3
-0
/
+32
|
\
|
*
Added autocomplete for file paths in the script editor
mbalint12
2017-04-18
3
-0
/
+32
*
|
Merge pull request #8420 from magyar123/pr-script-files-as-base
Rémi Verschelde
2017-04-24
1
-0
/
+1
|
\
\
|
*
|
Added the ability to select files as base when creating scripts
mbalint12
2017-04-15
1
-0
/
+1
|
|
/
*
|
re-added MultiScript
Karroffel
2017-04-24
1
-2
/
+2
*
|
Added support for space indentation
Paulb23
2017-04-18
2
-2
/
+24
|
/
*
Fixup #8123, seems like I forgot a few things
Bojidar Marinov
2017-04-08
1
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
15
-0
/
+15
*
Fix typo in Parser Error message
curtisxk38
2017-04-05
1
-1
/
+1
*
Add '$' to token names
Saggi Mizrahi
2017-04-01
1
-0
/
+1
*
Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indent
Rémi Verschelde
2017-03-24
1
-1
/
+9
|
\
|
*
Make inline blocks in GDScript more pythonic
Bojidar Marinov
2017-03-23
1
-1
/
+9
*
|
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
4
-9
/
+9
|
/
*
Merge pull request #8095 from RandomShaper/fix-yield-crash
Rémi Verschelde
2017-03-21
1
-1
/
+1
|
\
|
*
Fix random crashes when using yield()
Pedro J. Estébanez
2017-03-21
1
-1
/
+1
*
|
Fixed typo in gdscript autocompletion.
mbalint12
2017-03-17
1
-1
/
+1
|
/
*
Skip asserts on non-debug builds at compiler level
Pedro J. Estébanez
2017-03-13
1
-0
/
+2
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
14
-5863
/
+5221
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
2
-0
/
+57
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-3
/
+3
*
Merge pull request #7878 from RebelliousX/else
Rémi Verschelde
2017-02-28
1
-1
/
+1
|
\
|
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
|
Inf and NaN support added to GDScript.
Saracen
2017-02-28
5
-0
/
+36
|
/
*
Merge pull request #7851 from shlomif/fix-some-compilation-warnings
Rémi Verschelde
2017-02-26
1
-0
/
+1
|
\
|
*
Fix some compilation warnings.
Shlomi Fish
2017-02-21
1
-0
/
+1
*
|
Merge pull request #7809 from hpvb/fix-6798
Rémi Verschelde
2017-02-26
1
-4
/
+25
|
\
\
|
*
|
Allow preload to accept a const string.
Hein-Pieter van Braam
2017-02-16
1
-4
/
+25
*
|
|
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
2
-2
/
+2
|
|
/
|
/
|
*
|
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
2017-02-16
2
-2
/
+2
*
|
-begin of export work, not done yet
Juan Linietsky
2017-02-15
1
-0
/
+2
|
/
*
Remove bounds check when resuming from yield.
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
2
-4
/
+4
*
Fix parsing bug which causes range(variable) to crash the engine
lonesurvivor
2017-02-04
1
-4
/
+3
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-3
/
+4
*
Merge pull request #7583 from karroffel/wildcard
Rémi Verschelde
2017-01-23
3
-7
/
+9
|
\
|
*
made _ a special token in GDScript
karroffel
2017-01-20
3
-7
/
+9
*
|
Overloaded basic math funcs (double and float variants). Use real_t rather th...
Ferenc Arn
2017-01-16
1
-32
/
+32
|
/
*
Merge pull request #7532 from tagcup/pcg_prng
Rémi Verschelde
2017-01-16
1
-2
/
+2
|
\
|
*
Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...
Ferenc Arn
2017-01-15
1
-2
/
+2
*
|
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
|
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
4
-4
/
+4
*
|
Style: Cleanups, added headers, renamed files
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
|
Style: Cosmetic fixes to play nice with clang-format
Rémi Verschelde
2017-01-15
2
-50
/
+65
|
/
*
Compile error when duplicate key in dictionery literal #7034
James Mintram
2017-01-14
1
-0
/
+11
*
Merge pull request #6845 from karroffel/master
Juan Linietsky
2017-01-14
6
-2
/
+697
|
\
|
*
pattern matcher: Implemented backend
Karroffel
2017-01-11
4
-286
/
+372
|
*
pattern matcher: Implemented transformations
Karroffel
2017-01-11
3
-35
/
+393
|
*
pattern matching: implemented parser
Karroffel
2017-01-11
4
-1
/
+252
[prev]
[next]