| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9808 from MednauN/master | Rémi Verschelde | 2017-07-24 | 1 | -21/+21 |
| |\ | | | | | Fix switching SRGB extension happen before binding of texture | ||||
| | * | Fix switching SRGB extension happen before binding of texture | Evgeny Zuev | 2017-07-24 | 1 | -21/+21 |
| | | | | | | | | | | | | | Previously, texture parameter `_TEXTURE_SRGB_DECODE_EXT` was changed before the call of `glBindTexture`, which caused modification of previously bound texture instead of desired one. Now it's changed after `glBindTexture`. | ||||
| * | | Merge pull request #9819 from kubecz3k/collisionobj-shape-api | Rémi Verschelde | 2017-07-24 | 4 | -0/+55 |
| |\ \ | | | | | | | expose missing CollisionShape API for CollisionObject | ||||
| | * | | expose missing CollisionShape API for CollisionObject | Jakub Grzesik | 2017-07-24 | 4 | -0/+55 |
| |/ / | |||||
| * | | Merge pull request #9817 from RameshRavone/patch-2 | Thomas Herzog | 2017-07-24 | 1 | -0/+1 |
| |\ \ | | | | | | | GDNative register_property | ||||
| | * | | GDNative register_property | Ramesh Ravone | 2017-07-24 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge pull request #9814 from karroffel/nativescript-doublefree | Thomas Herzog | 2017-07-24 | 2 | -3/+3 |
| |\ \ | | | | | | | [NativeScript] forgot to uncomment userdata return | ||||
| | * | | [NativeScript] forgot to uncomment userdata return | Karroffel | 2017-07-24 | 2 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #9809 from karroffel/nativescript-doublefree | Thomas Herzog | 2017-07-24 | 1 | -35/+1 |
| |\| | | |/ |/| | [NativeScript] fix double free but on exit | ||||
| | * | [NativeScript] fix double free but on exit | Karroffel | 2017-07-24 | 1 | -35/+1 |
| | | | |||||
| * | | Merge pull request #9807 from Noshyaar/pr-df | Rémi Verschelde | 2017-07-24 | 1 | -0/+1 |
| |\ \ | | | | | | | EditorNode: fix missing distraction-free tooltip | ||||
| | * | | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | 2017-07-24 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | 2017-07-24 | 26 | -72/+69 |
| |\ \ \ | | | | | | | | | Add object type hint for docs | ||||
| | * | | | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 26 | -74/+71 |
| | | | | | |||||
| * | | | | Merge pull request #9802 from vnen/fix-uwp-build | Rémi Verschelde | 2017-07-24 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | UWP: Fix build issue caused by atomic operations | ||||
| | * | | | | UWP: Fix build issue caused by atomic operations | George Marques | 2017-07-23 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #9804 from karroffel/gdnative-rewrite | Thomas Herzog | 2017-07-24 | 50 | -2007/+2544 |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | [GDNative] new GDNative API | ||||
| | * | | [GDNative] new GDNative API | Karroffel | 2017-07-24 | 50 | -2007/+2544 |
| |/ / | | | | | | | | | | | | | | | | | | | | | This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality. | ||||
| * | | small grammar fix | Juan Linietsky | 2017-07-23 | 1 | -3/+3 |
| | | | |||||
| * | | -Ability to set default import presets for type | Juan Linietsky | 2017-07-23 | 12 | -223/+348 |
| | | | | | | | | | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | ||||
| * | | Merge pull request #9795 from marcelofg55/master | Rémi Verschelde | 2017-07-23 | 1 | -73/+31 |
| |\ \ | | | | | | | Fix Right-Click (Ctrl-Click) on OS X | ||||
| | * | | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | 2017-07-23 | 1 | -73/+31 |
| | | | | |||||
| * | | | Merge pull request #9794 from Noshyaar/pr-impd | Rémi Verschelde | 2017-07-23 | 3 | -1/+10 |
| |\ \ \ | |/ / |/| | | Suppress get_edited_scene_root error | ||||
| | * | | Suppress get_edited_scene_root error | Poommetee Ketson | 2017-07-23 | 3 | -1/+10 |
| | | | | |||||
| * | | | Requesting for dictionary keys also respects insertion order, closes #9161 | Juan Linietsky | 2017-07-23 | 1 | -0/+21 |
| | | | | |||||
| * | | | Merge pull request #9718 from endragor/ptrcall-fixes | Thomas Herzog | 2017-07-23 | 1 | -28/+28 |
| |\ \ \ | |/ / |/| | | Use specific size for numeric types in ptrcall | ||||
| | * | | Use specific size for numeric types in ptrcall | Ruslan Mustakov | 2017-07-20 | 1 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | The script system does not provide information about specific int sizes, so we should establish convention to use the largest size (64 bits). For real types double is always used. | ||||
| * | | | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | 2017-07-23 | 26 | -26/+24 |
| |\ \ \ | | | | | | | | | Clang-formatting *.cpp and *.h (some files excluded) | ||||
| | * | | | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 29 | -29/+27 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | 2017-07-23 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | EditorNode: request_attn when behind other windows | ||||
| | * | | | EditorNode: request_attn when behind other windows | Poommetee Ketson | 2017-07-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | ||||
| * | | | | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | 2017-07-23 | 2 | -29/+37 |
| |\ \ \ \ | | | | | | | | | | | Added configurable modifier key to activate freelook | ||||
| | * | | | | Added configurable modifier key to activate freelook | Marc Gilleron | 2017-07-23 | 2 | -29/+37 |
| | |/ / / | |||||
| * | | | | Merge pull request #9776 from Noshyaar/pr-sprite | Rémi Verschelde | 2017-07-23 | 1 | -13/+0 |
| |\ \ \ \ | | | | | | | | | | | Sprite: fix disconnect nonexistent signal | ||||
| | * | | | | Sprite: fix disconnect nonexistent signal | Poommetee Ketson | 2017-07-23 | 1 | -13/+0 |
| | | | | | | |||||
| * | | | | | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | 2017-07-23 | 4 | -174/+285 |
| |\ \ \ \ \ | | | | | | | | | | | | | Move About dialog to editor_about.cpp | ||||
| | * | | | | | Move About dialog to editor_about.cpp | Poommetee Ketson | 2017-07-23 | 4 | -174/+285 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9773 from Noshyaar/pr-tabs | Rémi Verschelde | 2017-07-23 | 2 | -1/+18 |
| |\ \ \ \ \ | | | | | | | | | | | | | Tabs: expose tab_close_display_policy property | ||||
| | * | | | | | Tabs: expose tab_close_display_policy property | Poommetee Ketson | 2017-07-23 | 2 | -1/+18 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9772 from Noshyaar/pr-classxml | Rémi Verschelde | 2017-07-23 | 1 | -9/+15 |
| |\ \ \ \ \ | | | | | | | | | | | | | Docs: fix broken ref tags | ||||
| | * | | | | | Docs: fix broken ref tags | Poommetee Ketson | 2017-07-22 | 1 | -9/+15 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9771 from Noshyaar/pr-rst | Rémi Verschelde | 2017-07-23 | 1 | -8/+17 |
| |\ \ \ \ \ | | | | | | | | | | | | | Docs: ignore tags inside code,codeblock tag | ||||
| | * | | | | | Docs: ignore tags inside code,codeblock tag | Poommetee Ketson | 2017-07-22 | 1 | -8/+17 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9770 from eska014/html5-focus | Rémi Verschelde | 2017-07-23 | 3 | -31/+94 |
| |\ \ \ \ \ | | | | | | | | | | | | | Implement input focus behavior in HTML5 | ||||
| | * | | | | | Implement input focus behavior in HTML5 | L. Krause | 2017-07-22 | 3 | -31/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted | ||||
| * | | | | | | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | 2017-07-23 | 1 | -0/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed script tab selection on file close, issue 8400 | ||||
| | * | | | | | | Fixed script tab selection on file close, issue 8400 | Paulb23 | 2017-07-22 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | 2017-07-23 | 1 | -2/+12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ScriptEditor: suppress get_child errors | ||||
| | * | | | | | | | ScriptEditor: suppress get_child errors | Poommetee Ketson | 2017-07-22 | 1 | -2/+12 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #9758 from vnen/fix-vs-return | Rémi Verschelde | 2017-07-23 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | VS: Fix return value for user-defined functions | ||||
