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
/
scene
/
gui
/
button_array.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-02
Fixes editor freeze
crr0004
1
-1
/
+5
2015-09-01
-removed resources dock, good bye old friend
Juan Linietsky
9
-27
/
+402
2015-08-30
new editor settings customization of where to run the game from the editor
Juan Linietsky
7
-10
/
+140
2015-08-30
Added gravity scale, and linear/angular damp override to 3D physics.
Juan Linietsky
11
-42
/
+200
2015-08-30
make moving up&down items from the autoload list work
Juan Linietsky
1
-9
/
+40
2015-08-30
detect node and variable assignments in _ready, _init, etc for further code c...
Juan Linietsky
3
-11
/
+127
2015-08-30
-fix compile issue (pow)
Juan Linietsky
4
-6
/
+40
2015-08-29
-multi-selection (shift-click) working in scene tree
Juan Linietsky
1
-2
/
+4
2015-08-29
-Properly keep animation editor and viewport state while switching scene tabs
Juan Linietsky
4
-1
/
+67
2015-08-29
-display/emulate_touchscreen now really emulates a touchscreen
Juan Linietsky
11
-6
/
+77
2015-08-29
-added hints to sprite v/hframes, fixes truncation problem
Juan Linietsky
4
-6
/
+8
2015-08-29
-fixes to capture mode
Juan Linietsky
6
-29
/
+204
2015-08-25
make sure array is created if not existing, as noted by Guilherme Felipe
Juan Linietsky
4
-7
/
+14
2015-08-25
Show documentation for properties on hover.
Juan Linietsky
7
-1
/
+117
2015-08-25
Ability to edit all kinds of arrays from the property editor.
Juan Linietsky
4
-12
/
+366
2015-08-25
Multiple, simultaneous node editing spuport!!
Juan Linietsky
9
-10
/
+199