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
/
gdscript_parser.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-21
Change function signature from float to double to match type get_doubleCloses...
hungrymonkey
2
-2
/
+2
2018-02-21
Fixes wrong vertical font layout in RichTextLabel
Bernhard Liebl
2
-4
/
+24
2018-02-21
TextEdit folding over unindented comments
Ian
2
-7
/
+38
2018-02-21
Revert "Fix wrong return type of xform functions"
Hein-Pieter van Braam
3
-14
/
+14
2018-02-21
Fixed sky reflection rendering when transparent BG
AndreaCatania
1
-28
/
+39
2018-02-21
Fixes gravity calculation for kinematic bodies in Bullet
Neil Moore
1
-1
/
+2
2018-02-21
Actually fix the db/dc renaming mess
Hein-Pieter van Braam
2
-2
/
+2
2018-02-21
revert the renaming _tree_db_selected function
Hein-Pieter van Braam
2
-4
/
+4
2018-02-21
Update warning about C# support
Rémi Verschelde
1
-3
/
+4
2018-02-21
Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...
Michael Alexsander Silva Dias
1
-10
/
+6
2018-02-21
gltf: improve embedded data discovery
Florian Zwoch
1
-1
/
+2
2018-02-21
Enable snapping when control key pressed
Chaosus
2
-1
/
+5
2018-02-21
Fixed disappearing text on filedialog buttons
Max
1
-4
/
+4
2018-02-21
[Mono] Fixed "expression did not evaluate to a constant" compiler error for v...
Nathan Warden
1
-3
/
+4
2018-02-21
Fix a rendering bug with screen_texture
Bojidar Marinov
1
-6
/
+4
2018-02-21
using TIME in light shader enables uses_fragment_time
karroffel
2
-7
/
+9
2018-02-21
Keep to show current script when closing all docs
volzhs
4
-13
/
+22
2018-02-21
Added an auto quit and auto build flag to the command line options.
Nathan Warden
3
-5
/
+23
2018-02-21
Create and return LightmapCapture.
K. S. Ernest (iFire) Lee
1
-13
/
+60
2018-02-21
Add dummy audio driver, fix dummy rasterizer
K. S. Ernest (iFire) Lee
4
-7
/
+84
2018-02-21
Fixes to OS_Server and DummyRasterizer to match new signatures
Fabio Alessandrelli
4
-2
/
+14
2018-02-21
server platform now compiles and run on linux.
Fabio Alessandrelli
4
-47
/
+147
2018-02-21
Add dummy Texture handling
Fabio Alessandrelli
1
-10
/
+74
2018-02-21
Disable GLES builders and source from server compilation
Fabio Alessandrelli
2
-3
/
+6
2018-02-21
Add dummy resterizer driver
Fabio Alessandrelli
2
-0
/
+544
2018-02-19
Remove unused variable from plugin settings update
George Marques
1
-2
/
+0
2018-02-19
Fixing folder/file case sensitive renaming issue
Stephen Traskal
1
-0
/
+5
2018-02-19
fix spurious error messages during autocomplete and validate
x1212
1
-25
/
+4
2018-02-19
Fix 2d collision body update on shape remove
Konrad Nowakowski
1
-0
/
+1
2018-02-19
Flush HTTPClient response data only on request/close in HTML5 platform
Leon Krause
1
-2
/
+0
2018-02-19
Warn when polling HTTPClient synchronously in HTML5 platform
Leon Krause
2
-0
/
+24
2018-02-19
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
Leon Krause
1
-0
/
+2
2018-02-19
Fix HTML5 HTTPClient response header retrieval
Leon Krause
1
-2
/
+4
2018-02-19
Fix HTML5 HTTPClient failure detection
Leon Krause
1
-11
/
+7
2018-02-19
Mono: Fix build status icons
Ignacio Etcheverry
1
-5
/
+3
2018-02-19
implement signal related methods in csharp_script so signals can be used with...
Paul Joannon
4
-8
/
+89
2018-02-19
add a [Signal] attribute to CSharpScripts
Paul Joannon
7
-1
/
+103
2018-02-19
Direct to InputEventJoypadButton for using buttons
Benjamin Stammen
1
-1
/
+1
2018-02-19
Remove window decorations for fullscreen on X11
Pedro J. Estébanez
1
-2
/
+9
2018-02-19
Gridmap editor now lists plane instead of floor when not horizontal.
Anish
2
-3
/
+18
2018-02-19
X11: Link libgcc statically with use_static_cpp option
Rémi Verschelde
1
-3
/
+3
2018-02-19
Update CA certificates to latest Mozilla bundle
Rémi Verschelde
2
-3096
/
+1948
2018-02-19
Makes project manager never initialize mono debug.
Pieter-Jan Briers
3
-17
/
+9
2018-02-19
Give C# NodePath a ToString().
Pieter-Jan Briers
1
-1
/
+2
2018-02-19
Makes NodePath and RID follow PascalCase in C#.
Pieter-Jan Briers
1
-1
/
+1
2018-02-19
fix crash autotile edit mode
damarindra
1
-0
/
+5
2018-02-19
Fixes OptionButton selection index being reset to zero at instanciation
Alexander Alekseev
1
-1
/
+2
2018-02-19
Made modifications to the RigidBody(2D) descriptions.
Michael Alexsander Silva Dias
2
-9
/
+4
2018-02-19
Documentation tool does not add escapes to code and codeblocks
Anish
1
-4
/
+26
2018-02-19
Add locale renames for Hebrew and Indonesian on Windows
Rémi Verschelde
1
-1
/
+18
[next]