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
/
visual_script
/
visual_script_expression.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...
bruvzg
5
-3
/
+25
2017-12-14
fix for compiling the new lightmapper
Michele Valente
2
-4
/
+4
2017-12-14
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
3
-7
/
+11
2017-12-14
-Add lightmapper
Juan Linietsky
44
-1138
/
+4584
2017-12-14
Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"
Rémi Verschelde
4
-51
/
+82
2017-12-13
[DOCS] JSON: Small fixes
Max Hilbrunner
2
-6
/
+6
2017-12-13
Fix crash (and bug) in RichTextLabel
poke1024
1
-1
/
+1
2017-12-13
TileMapEditor: Fix tile placement.
Andreas Haas
1
-0
/
+1
2017-12-13
Scons: Build modules in seperate env.
Andreas Haas
4
-6
/
+19
2017-12-12
Fixed Tileset editor button having the wrong text and not being translatable.
Michael Alexsander Silva Dias
1
-1
/
+1
2017-12-12
Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC
Matthias Hoelzl
2
-2
/
+4
2017-12-12
Fix mingw build for thekla_atlas
Hein-Pieter van Braam
3
-14
/
+16
2017-12-12
Enhance undoredo action name, TTR, cleanup
Poommetee Ketson
12
-163
/
+18
2017-12-12
Mono: Build in cloned env.
Andreas Haas
1
-9
/
+12
2017-12-12
stream_peer_openssl: add missing break & format
Max Hilbrunner
1
-2
/
+6
2017-12-12
HTTPClient: Add PATCH method and missing HTTP status codes
mhilbrunner
3
-4
/
+73
2017-12-12
Change statable to multistate, remove extra separator
Poommetee Ketson
4
-25
/
+24
2017-12-11
[DOC] Update Node class ref
Chris Bradfield
1
-51
/
+55
2017-12-12
Update libwebp to 0.6.1
volzhs
162
-6153
/
+7519
2017-12-11
Use MinGW specific binutils for debug symbols separation
bruvzg
1
-3
/
+8
2017-12-11
Properly support nested ternary expressions
Bojidar Marinov
1
-4
/
+7
2017-12-11
Highlight Editor Settings categories
Ray Koopa
1
-1
/
+2
2017-12-11
Fix Index p_current=0 error at starting editor
volzhs
2
-3
/
+9
2017-12-11
doc: Sync classref with current source
Rémi Verschelde
4
-17
/
+42
2017-12-11
Fix align=center info is not saved with CheckBox & CheckButton
volzhs
1
-1
/
+1
2017-12-11
Fix CheckBox minimum size
volzhs
4
-11
/
+58
2017-12-11
Fix CheckButton minimum size
volzhs
6
-17
/
+40
2017-12-11
Fixed bad bindings
AndreaCatania
1
-2
/
+2
2017-12-11
Fixed #14503
Dmitry Koteroff
1
-0
/
+1
2017-12-10
Fix SceneTreeEditor crashing when calling _deselect_items
Stefano Bonicatti
1
-1
/
+2
2017-12-10
[DOCS] IP.xml typo fix
Max Hilbrunner
1
-2
/
+2
2017-12-10
[DOCS] HTTPClient & HTTPRequest
mhilbrunner
2
-28
/
+101
2017-12-10
[DOCS] IP
Max Hilbrunner
1
-2
/
+12
2017-12-10
[DOCS] IP_Unix
Max Hilbrunner
1
-0
/
+2
2017-12-10
Fix skybox generation imprecision with Clang
Stefano Bonicatti
1
-2
/
+2
2017-12-10
iOS: Drop obsolete code from never-public modules
Rémi Verschelde
2
-138
/
+3
2017-12-10
Fix player window centering on macOS retina screens
Bernhard Liebl
1
-1
/
+8
2017-12-10
Implemented physics linear and angular lock
AndreaCatania
12
-133
/
+122
2017-12-10
Drop unused OS_Unix::has_data and related logic
Rémi Verschelde
1
-32
/
+2
2017-12-10
Updated controller mappings for windows/mac/linux
Andrew Silver
1
-8
/
+73
2017-12-10
TileMap: Drop unused center_x/center_y booleans
Rémi Verschelde
3
-67
/
+4
2017-12-10
Fix crash in RichTextLabel::selection_copy()
Bernhard Liebl
2
-3
/
+3
2017-12-10
Fix wrong return value in some virtual method bindings
Rémi Verschelde
8
-11
/
+43
2017-12-10
Fix usage of signed type in skeleton shader
Rémi Verschelde
1
-5
/
+7
2017-12-10
Fixed close current scene closing the wrong scene, issue 13844
Paulb23
1
-0
/
+3
2017-12-10
Fixed a typo in the Node docs
Andrew Silver
1
-1
/
+1
2017-12-10
Ray cast return shape id. Fixes #14473
AndreaCatania
2
-2
/
+9
2017-12-10
fix certain popup close clicks with popup buttons
Bernhard Liebl
6
-0
/
+31
2017-12-10
Fix no mouse if touch device present in X11
Pedro J. Estébanez
1
-16
/
+17
2017-12-10
Implemented skeleton visibility
AndreaCatania
9
-18
/
+359
[next]