Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | Add a way to retrieve stack bottom of the main thread | Ruslan Mustakov | |
I'm working on Nim bindings and Nim GC needs to know the stack boundaries to check whether certain pointers are located on the stack or in the heap. This commit adds godot_get_stack_bottom procedure to gdnative module which returns pointer to the stack bottom of the main thread. Later on this may be improved to return stack bottom of the current thread. | |||
2017-07-24 | Merge pull request #9804 from karroffel/gdnative-rewrite | Thomas Herzog | |
[GDNative] new GDNative API | |||
2017-07-24 | [GDNative] new GDNative API | Karroffel | |
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. | |||
2017-07-23 | small grammar fix | Juan Linietsky | |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Merge pull request #9795 from marcelofg55/master | Rémi Verschelde | |
Fix Right-Click (Ctrl-Click) on OS X | |||
2017-07-23 | Merge pull request #9794 from Noshyaar/pr-impd | Rémi Verschelde | |
Suppress get_edited_scene_root error | |||
2017-07-23 | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | |
2017-07-23 | Requesting for dictionary keys also respects insertion order, closes #9161 | Juan Linietsky | |
2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | |
2017-07-23 | Merge pull request #9718 from endragor/ptrcall-fixes | Thomas Herzog | |
Use specific size for numeric types in ptrcall | |||
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | |
EditorNode: request_attn when behind other windows | |||
2017-07-23 | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | |
Added configurable modifier key to activate freelook | |||
2017-07-23 | Merge pull request #9776 from Noshyaar/pr-sprite | Rémi Verschelde | |
Sprite: fix disconnect nonexistent signal | |||
2017-07-23 | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | |
Move About dialog to editor_about.cpp | |||
2017-07-23 | Merge pull request #9773 from Noshyaar/pr-tabs | Rémi Verschelde | |
Tabs: expose tab_close_display_policy property | |||
2017-07-23 | Merge pull request #9772 from Noshyaar/pr-classxml | Rémi Verschelde | |
Docs: fix broken ref tags | |||
2017-07-23 | Merge pull request #9771 from Noshyaar/pr-rst | Rémi Verschelde | |
Docs: ignore tags inside code,codeblock tag | |||
2017-07-23 | Merge pull request #9770 from eska014/html5-focus | Rémi Verschelde | |
Implement input focus behavior in HTML5 | |||
2017-07-23 | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | |
Fixed script tab selection on file close, issue 8400 | |||
2017-07-23 | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | |
ScriptEditor: suppress get_child errors | |||
2017-07-23 | Merge pull request #9758 from vnen/fix-vs-return | Rémi Verschelde | |
VS: Fix return value for user-defined functions | |||
2017-07-23 | Merge pull request #9741 from vnen/fix-vs-customnode | Rémi Verschelde | |
Fix issues with custom nodes in visual script | |||
2017-07-23 | Merge pull request #9713 from marcelofg55/master | Rémi Verschelde | |
Fix for possible crash in OS X audio init. | |||
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). | |||
2017-07-23 | Merge pull request #9684 from eska014/html5-msvc | Rémi Verschelde | |
Fix building HTML5 when cmd.exe is set up for MSVC | |||
2017-07-23 | Merge pull request #9785 from vnen/update-zstd | Rémi Verschelde | |
zstd: Update to upstream version 1.3.0 | |||
2017-07-23 | Tabs: expose tab_close_display_policy property | Poommetee Ketson | |
2017-07-23 | EditorNode: request_attn when behind other windows | Poommetee Ketson | |
The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | |||
2017-07-23 | Added configurable modifier key to activate freelook | Marc Gilleron | |
2017-07-22 | zstd: Update to upstream version 1.3.0 | George Marques | |
2017-07-22 | Fix atomic operations in NO_THREADS builds | L. Krause | |
2017-07-22 | function to add script and instance at once, as needed by neikeq | Juan Linietsky | |
2017-07-22 | Script languges are uninitialized properly now. | Juan Linietsky | |
2017-07-22 | Merge pull request #9757 from RameshRavone/patch-1 | Thomas Herzog | |
gdnative bug fix in get (return null check) | |||
2017-07-23 | Sprite: fix disconnect nonexistent signal | Poommetee Ketson | |
2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson | |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-22 | libpng: Update to upstream version 1.6.31rc01 | Rémi Verschelde | |
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722. | |||
2017-07-22 | Implement input focus behavior in HTML5 | L. Krause | |
- Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted | |||
2017-07-22 | Docs: fix broken ref tags | Poommetee Ketson | |
2017-07-22 | Docs: ignore tags inside code,codeblock tag | Poommetee Ketson | |
2017-07-22 | Fix building HTML5 when cmd.exe is set up for MSVC | L. Krause | |
2017-07-22 | Merge pull request #9754 from Hinsbart/obj_fix | Rémi Verschelde | |
OBJ Importer: Fix relative path materials. | |||
2017-07-22 | Merge pull request #9749 from kubecz3k/animtree-slider-fix | Rémi Verschelde | |
AnimationTree nodes sliders fixes | |||
2017-07-22 | Merge pull request #9743 from Noshyaar/pr-itemlist | Rémi Verschelde | |
Enhanced About dialog, Add ItemList auto_height | |||
2017-07-22 | Merge pull request #9742 from quinnyo/project-manager-new-config | Rémi Verschelde | |
updated project manager to use new project.godot values | |||
2017-07-22 | Merge pull request #9717 from kubecz3k/plugin-methods-rename | Rémi Verschelde | |
Rename of two EditorPlugin methods | |||
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | |