aboutsummaryrefslogtreecommitdiff
path: root/core/script_debugger_local.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-09fix #6012 exposed setters and getters of Camera H/V offset to GDScriptAdham Zahran1-4/+8
2016-10-09Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli2-0/+8
2016-10-09Fix compile flags not getting to the Android buildPedro J. Estébanez1-3/+3
2016-10-09Add editor_only param to Light2DPedro J. Estébanez2-1/+37
2016-10-09Add warning when (pre)loading paths with leading / (#4280 - #3106)Fabio Alessandrelli2-1/+14
2016-10-09ConnectionDialog: Don't allow connecting to a Node without a script if target...Andreas Haas1-0/+8
2016-10-09fixes #6331, Variant::can_convertRăzvan Cosmin Rădulescu1-11/+3
2016-10-09light: respect editor_only setting in release build and dont show the lightJ08nY1-2/+4
2016-10-09Expose more 2D/3D physics options in project settingsFabio Alessandrelli7-14/+15
2016-10-09Vector3: added angle_to(Vector3 other)J08nY2-5/+9
2016-10-09Vector3: format properly, fix indentsJ08nY2-97/+100
2016-10-09Limit directional shadow draw distance, fixes #559, optimization (#1991)mookiexl2-3/+22
2016-10-09Fixes in Theora SCsubBłażej Szczygieł1-23/+21
2016-10-09Improve debug focus behaviorPedro J. Estébanez9-1/+30
2016-10-09Properly encode InputEvent of type NONE. Fix #5987Fabio Alessandrelli1-1/+15
2016-10-09PCKPacker: moved from tools into core, fixes #4129J08nY6-8/+3
2016-10-09PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...J08nY2-13/+27
2016-10-09Filled blanks and normalized documentation on RayCast[2D]Karol Walasek1-4/+31
2016-10-09Respect texture .flags files on exportPedro J. Estébanez4-75/+100
2016-10-09Fix typo for word_wrapvolzhs4-5/+5
2016-10-09Fix error when using 2 or more slashes on resource pathvolzhs1-0/+5
2016-10-09Fix #6480, area duplicated paramPawel Kowal2-4/+4
2016-10-09Windows: prevent huge prints from crashing the engineMarc Gilleron1-2/+5
2016-10-09LineEdit long indicator, fix #6624Pawel Kowal1-3/+4
2016-10-09Don't crash when video is stopped and played againBłażej Szczygieł1-1/+2
2016-10-09Now ignoring remaining collision shapes.Victor Seiji Hariki1-0/+3
2016-10-09removed confusing "if(true)" statement with empty "else" blocksyskrank1-9/+4
2016-10-09Tween reset/stop/resume/remove for all object properties at oncePawel Kowal2-18/+21
2016-10-09Throw error when trying to emit a non-existing signal.Andreas Haas1-0/+9
2016-10-09Don't crash in "_process_hdr()" if "framebuffer.luminance" is emptyBłażej Szczygieł1-0/+4
2016-10-09Don't crach when OpenGL version is unsupportedBłażej Szczygieł1-2/+3
2016-10-09Add compatibility with old OpenGL 2.1 driversBłażej Szczygieł1-1/+39
2016-10-09Add CC parameter to allow use of custom C compilerEmmanuel Leblond1-1/+2
2016-10-09AnimationEditor: zoom using ctrl+wheelAndreas Haas1-2/+10
2016-10-09Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel1-1/+1
2016-10-09expose GeometryInstance.get_aabb() etc fixes #6587yg2f2-0/+5
2016-10-09x11: Fix event.is_action() for release of modifier keysAndreas Haas1-0/+13
2016-10-09Fix crash when disabling main screen pluginGeorge Marques1-0/+4
2016-10-09Fix manifest generation bug in Android exportPedro J. Estébanez1-6/+4
2016-10-09removed redundant assign operation in mesh_add_surface: elem_count is reassig...knd1-4/+0
2016-10-09Add function to get readable names for joystick eventsAndreas Haas4-0/+72
2016-10-09Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl9-52/+39
2016-10-09Show True/False tooltip in property editor for bool valuesPawel Kowal1-0/+2
2016-10-09Add docs for XMLparser, VideoPlayer and most of TreeGeorge Marques1-0/+106
2016-10-09Expose Vector2::clamped() to scriptsAndreas Haas1-0/+2
2016-10-09Make the choosable default editor layout the same as the actual default one.Andreas Haas1-3/+3
2016-10-09Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2-12/+24
2016-10-09Add scrolling to Tree control in Drag and Drop modePawel Kowal3-0/+36
2016-10-09Fix input action pressed state not changing for quick joystick movements.Andreas Haas4-60/+8
2016-10-09Add a function to plugin get the main screen parentGeorge Marques4-1/+15