Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | Merge pull request #6716 from Hinsbart/completion_fix | Rémi Verschelde | |
Fix code completion drawing under other gui elements. | |||
2016-10-09 | Merge pull request #6712 from lordadamson/issue6012 | Rémi Verschelde | |
fix #6012 exposed setters and getters of Camera H/V offset to GDScript | |||
2016-10-09 | Merge pull request #6711 from Faless/add_go_to_origin_shortcut | Rémi Verschelde | |
Add shortcut to reset cursor position in 3D Editor ( #166 ) | |||
2016-10-09 | Merge pull request #6707 from volzhs/graphnode | Rémi Verschelde | |
Expose selected value of GraphNode | |||
2016-10-09 | Merge pull request #6706 from RandomShaper/light2d-editor-only | Rémi Verschelde | |
Add editor_only param to Light2D | |||
2016-10-09 | Merge pull request #6705 from volzhs/graphedit | Rémi Verschelde | |
Fix GraphEdit grab random node when delete or deselect by clicking empty space | |||
2016-10-09 | Merge pull request #6704 from RandomShaper/fix-android-build-flags | Rémi Verschelde | |
Fix compile flags not getting to the Android build | |||
2016-10-09 | Merge pull request #6703 from razvanc-r/fix_node_path | Rémi Verschelde | |
fixes #6695 - MultiNodeEdit edit path in exported NodePath | |||
2016-10-09 | Merge pull request #6702 from Faless/load_error_leading_slash | Rémi Verschelde | |
Add error when (pre)loading paths with leading / (#4280 - #3106) | |||
2016-10-09 | Merge pull request #6701 from Hinsbart/connect_noscript | Rémi Verschelde | |
ConnectionDialog: Don't allow connecting to a Node without a script if target method is invalid. | |||
2016-10-09 | Merge pull request #6699 from razvanc-r/fix_variant_can_convert | Rémi Verschelde | |
fixes #6331, Variant::can_convert | |||
2016-10-09 | Merge pull request #6693 from J08nY/issue-editor-only-light | Rémi Verschelde | |
light: respect editor_only setting in release build, fixes #6665 | |||
2016-10-09 | Merge pull request #6691 from Faless/expose_more_physics | Rémi Verschelde | |
Expose more 2D/3D physics options in project settings (#5029) | |||
2016-10-09 | Merge pull request #6673 from J08nY/issue-update-spinner | Rémi Verschelde | |
Fix #6653, add an option to stop the update spinner from spinning | |||
2016-10-09 | Merge pull request #6657 from Faless/multi_channel_rpc | Rémi Verschelde | |
Use 2 different ENet channels for reliable/unreliable packets | |||
2016-10-09 | Merge pull request #6627 from seijihariki/fix_crash_collider_overlap | Rémi Verschelde | |
Fix for crash when finding intersection on colliders that overlap | |||
2016-10-09 | Merge pull request #6613 from pkowal1982/tween | Rémi Verschelde | |
Tween reset/stop/resume/remove for all object properties at once | |||
2016-10-09 | Merge pull request #6553 from pkowal1982/treecheckbox | Rémi Verschelde | |
Use full width of TreeItem::Cell to change value in CELL_MODE_CHECK | |||
2016-10-08 | editor_node: add an option to stop the update spinner from spinning, fixes #6653 | J08nY | |
2016-10-05 | fixes #6695 - MultiNodeEdit edit path in exported NodePath | Răzvan Cosmin Rădulescu | |
2016-10-05 | Fix code completion drawing under other gui elements. | Andreas Haas | |
Raises the z-index of the Script editor when the completion is shown. fixes #1257 fixes #6690 | |||
2016-10-05 | bind method canvas_item_set_sort_children_by_y | Ariel Manzur | |
2016-10-05 | fix #6012 exposed setters and getters of Camera H/V offset to GDScript | Adham Zahran | |
2016-10-04 | Add shortcut to reset cursor position in 3D Editor ( #166 ) | Fabio Alessandrelli | |
The shortcut will focus the origin after you moved around with shift + mouse3. The default shortcut is the letter "O", like "F" for focus. This can be customized in the editor shortcuts menu. Closes #166 | |||
2016-10-05 | Expose selected value of GraphNode | volzhs | |
2016-10-05 | Fix GraphEdit grab random node when delete or deselect by clicking empty space | volzhs | |
2016-10-04 | Fix compile flags not getting to the Android build | Pedro J. Estébanez | |
2016-10-04 | Add editor_only param to Light2D | Pedro J. Estébanez | |
2016-10-04 | Add warning when (pre)loading paths with leading / (#4280 - #3106) | Fabio Alessandrelli | |
2016-10-04 | ConnectionDialog: Don't allow connecting to a Node without a script if ↵ | Andreas Haas | |
target method is invalid. Shows a warning now. Fixes #6656 | |||
2016-10-04 | fixes #6331, Variant::can_convert | Răzvan Cosmin Rădulescu | |
2016-10-03 | light: respect editor_only setting in release build and dont show the light | J08nY | |
2016-10-03 | Expose more 2D/3D physics options in project settings | Fabio Alessandrelli | |
2016-10-03 | Merge pull request #6605 from zaps166/old-gl-ext-funcs | Rémi Verschelde | |
Add compatibility with old OpenGL 2.1 drivers | |||
2016-10-03 | Merge pull request #6675 from J08nY/issue-vector3-angle-to | Rémi Verschelde | |
Adds Vector.angle_to(Vector other), fixes #3912 [ci skip] | |||
2016-10-03 | Vector3: added angle_to(Vector3 other) | J08nY | |
2016-10-03 | Vector3: format properly, fix indents | J08nY | |
2016-10-03 | Merge pull request #6617 from zaps166/theora-x86-simd-fix | Rémi Verschelde | |
Fixes in Theora SCsub | |||
2016-10-03 | Limit directional shadow draw distance, fixes #559, optimization (#1991) | mookiexl | |
* Shadow fadeout exponent hardcoded for now, should be user configurable. * optimization - skip shadows outside visible range | |||
2016-10-03 | Fixes in Theora SCsub | Błażej Szczygieł | |
- properly pass x86 assembly define to the compiler, - don't compile unnecessary/encoder files. | |||
2016-10-03 | Merge pull request #6686 from Faless/inputevent_none_fix | Rémi Verschelde | |
Properly encode InputEvent of type NONE. Fix #5987 | |||
2016-10-03 | Merge pull request #6684 from Hinsbart/save_all | Rémi Verschelde | |
Fix "Save All" option in Script editor. | |||
2016-10-03 | Merge pull request #6677 from J08nY/issue-pck-packer | Rémi Verschelde | |
PCKPacker: Move to core from tools, fixes #4129 | |||
2016-10-03 | Merge pull request #6672 from WalasPrime/doc_raycasts | Rémi Verschelde | |
Filled blanks and normalized documentation on RayCast[2D] | |||
2016-10-03 | Merge pull request #6662 from RandomShaper/export-texture-flags | Rémi Verschelde | |
Respect texture .flags files on export | |||
2016-10-03 | Merge pull request #6650 from volzhs/resource-path | Rémi Verschelde | |
Fix error when using 2 or more slashes on resource path | |||
2016-10-03 | Merge pull request #6640 from Hinsbart/color_picker | Rémi Verschelde | |
Add inline ColorPicker to Script text editor. | |||
2016-10-03 | Merge pull request #6634 from zaps166/fix-resampler-crash | Rémi Verschelde | |
Don't crash when video is stopped and played again | |||
2016-10-03 | Merge pull request #6608 from Hinsbart/signal_err | Rémi Verschelde | |
Throw error when trying to emit a non-existing signal. | |||
2016-10-03 | Merge pull request #6606 from zaps166/don-crash-on-unsupported-gl | Rémi Verschelde | |
Don't crach when OpenGL version is unsupported |