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
/
script_debugger_local.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-09
fix #6012 exposed setters and getters of Camera H/V offset to GDScript
Adham Zahran
1
-4
/
+8
2016-10-09
Add shortcut to reset cursor position in 3D Editor ( #166 )
Fabio Alessandrelli
2
-0
/
+8
2016-10-09
Fix compile flags not getting to the Android build
Pedro J. Estébanez
1
-3
/
+3
2016-10-09
Add editor_only param to Light2D
Pedro J. Estébanez
2
-1
/
+37
2016-10-09
Add warning when (pre)loading paths with leading / (#4280 - #3106)
Fabio Alessandrelli
2
-1
/
+14
2016-10-09
ConnectionDialog: Don't allow connecting to a Node without a script if target...
Andreas Haas
1
-0
/
+8
2016-10-09
fixes #6331, Variant::can_convert
Răzvan Cosmin Rădulescu
1
-11
/
+3
2016-10-09
light: respect editor_only setting in release build and dont show the light
J08nY
1
-2
/
+4
2016-10-09
Expose more 2D/3D physics options in project settings
Fabio Alessandrelli
7
-14
/
+15
2016-10-09
Vector3: added angle_to(Vector3 other)
J08nY
2
-5
/
+9
2016-10-09
Vector3: format properly, fix indents
J08nY
2
-97
/
+100
2016-10-09
Limit directional shadow draw distance, fixes #559, optimization (#1991)
mookiexl
2
-3
/
+22
2016-10-09
Fixes in Theora SCsub
Błażej Szczygieł
1
-23
/
+21
2016-10-09
Improve debug focus behavior
Pedro J. Estébanez
9
-1
/
+30
2016-10-09
Properly encode InputEvent of type NONE. Fix #5987
Fabio Alessandrelli
1
-1
/
+15
2016-10-09
PCKPacker: moved from tools into core, fixes #4129
J08nY
6
-8
/
+3
2016-10-09
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2
-13
/
+27
2016-10-09
Filled blanks and normalized documentation on RayCast[2D]
Karol Walasek
1
-4
/
+31
2016-10-09
Respect texture .flags files on export
Pedro J. Estébanez
4
-75
/
+100
2016-10-09
Fix typo for word_wrap
volzhs
4
-5
/
+5
2016-10-09
Fix error when using 2 or more slashes on resource path
volzhs
1
-0
/
+5
2016-10-09
Fix #6480, area duplicated param
Pawel Kowal
2
-4
/
+4
2016-10-09
Windows: prevent huge prints from crashing the engine
Marc Gilleron
1
-2
/
+5
2016-10-09
LineEdit long indicator, fix #6624
Pawel Kowal
1
-3
/
+4
2016-10-09
Don't crash when video is stopped and played again
Błażej Szczygieł
1
-1
/
+2
2016-10-09
Now ignoring remaining collision shapes.
Victor Seiji Hariki
1
-0
/
+3
2016-10-09
removed confusing "if(true)" statement with empty "else" block
syskrank
1
-9
/
+4
2016-10-09
Tween reset/stop/resume/remove for all object properties at once
Pawel Kowal
2
-18
/
+21
2016-10-09
Throw error when trying to emit a non-existing signal.
Andreas Haas
1
-0
/
+9
2016-10-09
Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty
Błażej Szczygieł
1
-0
/
+4
2016-10-09
Don't crach when OpenGL version is unsupported
Błażej Szczygieł
1
-2
/
+3
2016-10-09
Add compatibility with old OpenGL 2.1 drivers
Błażej Szczygieł
1
-1
/
+39
2016-10-09
Add CC parameter to allow use of custom C compiler
Emmanuel Leblond
1
-1
/
+2
2016-10-09
AnimationEditor: zoom using ctrl+wheel
Andreas Haas
1
-2
/
+10
2016-10-09
Use pkgconfig to locate ALSA libs (#6119)
romeojulietthotel
1
-1
/
+1
2016-10-09
expose GeometryInstance.get_aabb() etc fixes #6587
yg2f
2
-0
/
+5
2016-10-09
x11: Fix event.is_action() for release of modifier keys
Andreas Haas
1
-0
/
+13
2016-10-09
Fix crash when disabling main screen plugin
George Marques
1
-0
/
+4
2016-10-09
Fix manifest generation bug in Android export
Pedro J. Estébanez
1
-6
/
+4
2016-10-09
removed redundant assign operation in mesh_add_surface: elem_count is reassig...
knd
1
-4
/
+0
2016-10-09
Add function to get readable names for joystick events
Andreas Haas
4
-0
/
+72
2016-10-09
Fix for #6158. Converting Vector2 to Size2 for scaling functions.
anneomcl
9
-52
/
+39
2016-10-09
Show True/False tooltip in property editor for bool values
Pawel Kowal
1
-0
/
+2
2016-10-09
Add docs for XMLparser, VideoPlayer and most of Tree
George Marques
1
-0
/
+106
2016-10-09
Expose Vector2::clamped() to scripts
Andreas Haas
1
-0
/
+2
2016-10-09
Make the choosable default editor layout the same as the actual default one.
Andreas Haas
1
-3
/
+3
2016-10-09
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.
Andreas Haas
2
-12
/
+24
2016-10-09
Add scrolling to Tree control in Drag and Drop mode
Pawel Kowal
3
-0
/
+36
2016-10-09
Fix input action pressed state not changing for quick joystick movements.
Andreas Haas
4
-60
/
+8
2016-10-09
Add a function to plugin get the main screen parent
George Marques
4
-1
/
+15
[next]