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_func_nodes.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-17
Adds keyboards shortcuts
Gilles Roudiere
1
-4
/
+4
2017-09-17
Implements rulers
Gilles Roudiere
3
-58
/
+203
2017-09-17
Fixes axis badly displayed with high zooming values
Gilles Roudiere
1
-2
/
+3
2017-09-17
Split some functions to make the code more readable (maybe at the price of a ...
Gilles Roudiere
2
-135
/
+137
2017-09-17
Make the shortcuts for setting the pivot editable
Gilles Roudiere
2
-7
/
+12
2017-09-17
Display draggable anchors only if the parent is not a container
Gilles Roudiere
2
-117
/
+103
2017-09-17
Display width and height when dragging a node side
Gilles Roudiere
1
-1
/
+5
2017-09-17
Draw a ghost rect when dragging nodes if it's rotated/scaled
Gilles Roudiere
1
-0
/
+18
2017-09-17
Displays margins values when moving the node
Gilles Roudiere
2
-23
/
+91
2017-09-17
Fix crash when using key+u on a line with only a #
Marcelo Fernandez
1
-1
/
+5
2017-09-17
Fix x11 exported executables not getting the +x flag
Marcelo Fernandez
8
-3
/
+42
2017-09-17
doc: Sync classref and escape comparators
Rémi Verschelde
7
-13
/
+153
2017-09-17
[GDnative] Use X macro to define godot_gdnative_api_struct and it instantiation
Emmanuel Leblond
2
-1328
/
+684
2017-09-18
Fix set_item_icon error when starting editor
volzhs
1
-4
/
+3
2017-09-17
[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...
Emmanuel Leblond
4
-2
/
+1384
2017-09-17
Fixed segfault on loading text editor theme
Paulb23
1
-1
/
+2
2017-09-17
correction to one way collision code
Juan Linietsky
2
-4
/
+4
2017-09-17
fixes to one way collision, closes #10971
Juan Linietsky
2
-4
/
+14
2017-09-17
Added Documentation of AudioStream
Grosskopf
3
-0
/
+22
2017-09-17
Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use
Jakob Schwab
2
-5
/
+34
2017-09-17
wrote documentation for audio stream player 3D
Grosskopf
1
-0
/
+32
2017-09-17
Added Documentation of AudioStreamPlayer
Grosskopf
1
-0
/
+11
2017-09-17
Added Documentation of AudioStreamPlayer2D
Grosskopf
1
-0
/
+15
2017-09-16
Modified/Added documentation for PhysicsBody and PhysicsBody2D
FigyTuna
2
-5
/
+16
2017-09-16
[DOCS] Add KinematicCollision descriptions
Chris Bradfield
1
-0
/
+14
2017-09-16
[DOCS] added member descriptions to various shapes
William Taylor
7
-14
/
+25
2017-09-16
Fixed compilation with tools=no
Daniel J. Ramirez
1
-1
/
+8
2017-09-16
[DOCS] Add Light2D member descriptions.
Chris Bradfield
1
-0
/
+21
2017-09-16
[DOCS] CanvasLayer member descriptions
Chris Bradfield
1
-2
/
+6
2017-09-17
Fixed naming of pck file
Bastiaan Olij
1
-2
/
+2
2017-09-16
Modified the descriptions for CollisionPolygon2D and created descriptions for...
FigyTuna
2
-2
/
+11
2017-09-16
Document new KinematicCollision2D class
Chris Bradfield
2
-1
/
+16
2017-09-16
Add missing icons in animation tree editor
Guilherme Felipe
1
-3
/
+3
2017-09-16
[DOCS] update VisibilityNotifier2D class ref.
Chris Bradfield
2
-8
/
+10
2017-09-16
Compile fix for clang error on spatial_editor_plugin.cpp
Marcelo Fernandez
1
-4
/
+4
2017-09-16
Write TextureRect, Label and NinePatchRect
Nathan
3
-11
/
+43
2017-09-16
Apply clang-format again to recent changes
Rémi Verschelde
4
-42
/
+94
2017-09-16
Implement +,-,/, * and negate operators for Color type.
bncastle
3
-5
/
+141
2017-09-16
[DOCS] Update TextureProgress class ref
Chris Bradfield
1
-2
/
+14
2017-09-16
Added Left / Right arrow navigation in tree, issue 10737
Paulb23
1
-29
/
+70
2017-09-16
forgot to set proper default values for new camera interpolation
Juan Linietsky
1
-4
/
+4
2017-09-16
Fixed to InputDefault, button mask was wrong. Fixes to editor camera interpol...
Juan Linietsky
2
-11
/
+23
2017-09-16
Fixed quick open not showing enties with no search text, issue 11277
Paulb23
1
-1
/
+1
2017-09-16
DocData: Fix enums for proxy classes
Ignacio Etcheverry
1
-0
/
+4
2017-09-16
Make doc_status output a bit more markdown-friendly, hide some prints
Bojidar Marinov
1
-4
/
+7
2017-09-16
Adds _OS::PowerState enum
Ignacio Etcheverry
2
-8
/
+17
2017-09-16
Fix possible crash with ctrl-u on script editor
Marcelo Fernandez
1
-2
/
+2
2017-09-16
Refactor the BoxContainer and BoxShape classes
Roger Smith
2
-8
/
+9
2017-09-16
Rewrite the AcceptDialog class
Roger Smith
1
-6
/
+6
2017-09-16
Fix errors in Python 3 build
Matthias Hoelzl
2
-11
/
+11
[next]