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
/
core
/
node_path.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-16
Rename cull_AABB to cull_aabb
Rémi Verschelde
4
-9
/
+9
2017-08-16
Use precision for samples only when #version 300 es
Fabio Alessandrelli
1
-0
/
+4
2017-08-16
Fix double point in Navigation2D
Pedro J. Estébanez
1
-1
/
+2
2017-08-16
Remove needless check in motion test
Pedro J. Estébanez
1
-17
/
+13
2017-08-16
Checking vecs before normalization. Fixes #10183
Niko Abeler
1
-7
/
+9
2017-08-16
Rename layouts file to editor_layouts-3.cfg
Pedro J. Estébanez
1
-6
/
+6
2017-08-16
Allow zero-padded serial naming
Pedro J. Estébanez
1
-1
/
+2
2017-08-16
Revive inspector property evaluation
Pedro J. Estébanez
2
-4
/
+3
2017-08-16
Keep shapes bound to out-of-tree 3D physics objects
Pedro J. Estébanez
1
-7
/
+0
2017-08-15
Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889
Juan Linietsky
3
-8
/
+14
2017-08-15
Fixes crash related to animatio editor, closes #8687
Juan Linietsky
1
-2
/
+2
2017-08-15
Fix debug materials, closes #8607
Juan Linietsky
1
-20
/
+21
2017-08-15
Comment include order to avoid errors
Pedro J. Estébanez
1
-1
/
+1
2017-08-15
Small fix for problem of nodes losing type, this is not good enough to solve ...
Juan Linietsky
3
-1
/
+15
2017-08-15
Fix Editor dimming.
Andreas Haas
1
-5
/
+11
2017-08-15
Converting to MeshLibrary works again, fixes #8092
Juan Linietsky
4
-174
/
+185
2017-08-15
Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622
Juan Linietsky
1
-2
/
+1
2017-08-15
Removing a Resource also deletes imported files.
Andreas Haas
4
-0
/
+64
2017-08-14
Fix get_screen_* funcs returning old values after resolution changes on Windows
Marcelo Fernandez
2
-48
/
+96
2017-08-14
Use const reference where favorable
Wilson E. Alvarez
17
-30
/
+71
2017-08-14
Rename Light2D::scale to texture_scale, so it doesn't conflict
Bojidar Marinov
1
-1
/
+1
2017-08-14
Ability to save objects to binary format
Juan Linietsky
4
-32
/
+174
2017-08-14
Enable command-line export
Ruslan Mustakov
3
-13
/
+31
2017-08-14
Use include/exclude export filters. Fixes #9860
Ruslan Mustakov
2
-1
/
+64
2017-08-14
Fix console warning: Condition !env is true
M.H. Alkotob
1
-2
/
+2
2017-08-14
Fix StreamPeer put_utf8_string not working
Fabio Alessandrelli
1
-1
/
+1
2017-08-14
spatial selection if subscene geometry is far from origin
Jakub Grzesik
1
-2
/
+6
2017-08-13
Avoids inverted anchors
Gilles Roudiere
3
-20
/
+28
2017-08-13
Adds a function to set Anchors with a layout preset
Gilles Roudiere
4
-27
/
+173
2017-08-13
Handle undo/redo of anchor positioning
Gilles Roudiere
1
-0
/
+11
2017-08-13
Added the possibility to move all anchors at once when they are clustered
Gilles Roudiere
2
-1
/
+14
2017-08-13
Make anchors snap to each other
Gilles Roudiere
2
-26
/
+31
2017-08-13
Displays percentages when dragging anchors
Gilles Roudiere
2
-3
/
+48
2017-08-13
Simplifies the canvas editor code
Gilles Roudiere
2
-51
/
+37
2017-08-13
Add lines to make understandable when anchors are snapped
Gilles Roudiere
2
-23
/
+86
2017-08-13
Snap anchors when dragged, depending on the zoom level
Gilles Roudiere
2
-1
/
+22
2017-08-13
Make anchors draggable
Gilles Roudiere
2
-11
/
+99
2017-08-13
Add anchor visualization
Gilles Roudiere
6
-38
/
+175
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
27
-169
/
+117
2017-08-13
Exposed create_from_mesh in Navmesh
TwistedTwigleg
1
-0
/
+2
2017-08-12
Scroll bars now look different on press
kbake
7
-1
/
+99
2017-08-12
Updated function argument names
Wilson E. Alvarez
74
-194
/
+195
2017-08-12
InputDefault: Fix joypad actions when axis quickly changes direction.
Andreas Haas
1
-2
/
+8
2017-08-12
InputEventJoypadMotion: Add missing is_pressed() method.
Andreas Haas
2
-0
/
+6
2017-08-12
Disabling Particles::one_shot restarts emission
Zher Huei Lee
2
-0
/
+4
2017-08-12
Fix missing and incorrect values in return value of _move method
Nathan Hold
1
-1
/
+2
2017-08-12
Fix broken stream reading in StreamPeerBuffer
Raymoo
1
-1
/
+2
2017-08-12
Project manager UI displaced by long paths #10245
Zher Huei Lee
1
-0
/
+3
2017-08-11
Some fixes for shaders and WebGL2
Fabio Alessandrelli
4
-2
/
+12
2017-08-11
fix crash after click on MeshInstance with no owner
Jakub Grzesik
1
-2
/
+2
[next]