| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8821 from touilleMan/gdnative_missing_functions | Thomas Herzog | 2017-05-19 | 43 | -2284/+2467 |
| |\ | | | | | Finish implementing GDnative builtins bindings | ||||
| | * | Finish implementation of GDnative builtins bindings | Emmanuel Leblond | 2017-05-19 | 43 | -2284/+2467 |
| |/ | |||||
| * | Merge pull request #8796 from yanorax/treecolumn_title_pressed | Rémi Verschelde | 2017-05-18 | 1 | -0/+21 |
| |\ | | | | | Add column_title_pressed signal to Tree node | ||||
| | * | Add column_title_pressed signal to Tree node | yanorax | 2017-05-18 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | The Tree node column/table form is missing the ability to capture column title clicks easily. Adding this functionality will give us the ability to create functions such as sort by column, which is a common table manipulation ability in games/apps. https://godotengine.org/qa/7699 | ||||
| * | | Merge pull request #8793 from ippan/shader_varying | Rémi Verschelde | 2017-05-18 | 1 | -1/+1 |
| |\ \ | | | | | | | fix varying in 3.0 shader | ||||
| | * | | fix varying in 3.0 shader | PanPan | 2017-05-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | 2017-05-18 | 3 | -23/+52 |
| |\ \ \ | | | | | | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | ||||
| | * | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | 2017-05-18 | 3 | -23/+52 |
| | | | | | | | | | | | | | | | | | Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | ||||
| * | | | | Merge pull request #8807 from RandomShaper/mq-flush-reentrant | Rémi Verschelde | 2017-05-18 | 1 | -6/+9 |
| |\ \ \ \ | | | | | | | | | | | Make MessageQueue::flush() reentrant | ||||
| | * | | | | Make MessageQueue::flush() reentrant | Pedro J. Estébanez | 2017-05-18 | 1 | -6/+9 |
| | | | | | | |||||
| * | | | | | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcut | Rémi Verschelde | 2017-05-18 | 2 | -42/+78 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add the ability to delete bezier path handles. | ||||
| | * | | | | | Add the ability to delete bezier path handles. | Zaven Muradyan | 2017-04-16 | 2 | -42/+78 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #8649 from neikeq/pr-ringbuffer-find | Rémi Verschelde | 2017-05-18 | 1 | -0/+26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | RingBuffer: Adds find() method | ||||
| | * | | | | | | RingBuffer: Adds find() method | Ignacio Etcheverry | 2017-05-05 | 1 | -0/+26 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #8716 from Hinsbart/import-plugins | Rémi Verschelde | 2017-05-18 | 5 | -2/+216 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Bring back EditorImportPlugin | ||||
| | * | | | | | | | Bring back EditorImportPlugin | Andreas Haas | 2017-05-12 | 5 | -2/+216 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new implementation of the EditorImportPlugin class, allowing to leverage the new importing system via tool scripts. Will be especially useful when used together with GDNative, to support formats like fbx :) | ||||
| * | | | | | | | | Merge pull request #8756 from BastiaanOlij/mfi_support_3.0 | Rémi Verschelde | 2017-05-18 | 3 | -80/+451 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | MFI gamepad support for iPhone | ||||
| | * | | | | | | | | MFI gamepad support for iPhone | BastiaanOlij | 2017-05-17 | 3 | -80/+451 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #8798 from RandomShaper/gdfs-ext-check | Rémi Verschelde | 2017-05-18 | 3 | -4/+20 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add extended check option to GDFunctionState::is_valid() | ||||
| | * | | | | | | | | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | 2017-05-17 | 3 | -4/+20 |
| | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | 2017-05-17 | 8 | -169/+174 |
| | | | | | | | | | |||||
| * | | | | | | | | Use new Godot icon consistently everywhere | Rémi Verschelde | 2017-05-17 | 12 | -155/+329 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 10 | -107/+42 |
| | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Also cleanup comments on variant types. | ||||
| * | | | | | | | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 110 | -3203/+690 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge pull request #8778 from honix/master | Rémi Verschelde | 2017-05-16 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Particles potential crash fix 2 | ||||
| | * | | | | | Particles potential crash fix 2 | honix | 2017-05-16 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #8784 from bojidar-bg/editorconfig-trim-whitespace | Rémi Verschelde | 2017-05-16 | 1 | -0/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add trim_trailing_whitespace to .editorconfig [ci skip] | ||||
| | * | | | | | | Add trim_trailing_whitespace to .editorconfig | Bojidar Marinov | 2017-05-16 | 1 | -0/+3 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #8780 from RandomShaper/updgrade-android-build-tools | Rémi Verschelde | 2017-05-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Upgrade Android build tools to the latest | ||||
| | * | | | | | Upgrade Android build tools to the latest | Pedro J. Estébanez | 2017-05-16 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #8775 from godotengine/revert-8772-master | Andreas Haas | 2017-05-15 | 1 | -2/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | Revert "Particles potential crash fix" | ||||
| | * | | | | | Revert "Particles potential crash fix" | Andreas Haas | 2017-05-15 | 1 | -2/+0 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #8772 from honix/master | Andreas Haas | 2017-05-15 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Particles potential crash fix | ||||
| | * | | | | | Particles potential crash fix | honix | 2017-05-15 | 1 | -0/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #8761 from noshyaar/pr2 | Rémi Verschelde | 2017-05-15 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | AssetInstaller: fix toggling dir bug, scan after install | ||||
| | * | | | | | AssetInstaller: fix toggling dir bug, scan after install | Poommetee Ketson | 2017-05-14 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #8759 from AlexHoratio/master | Rémi Verschelde | 2017-05-15 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed #8526, popup menu width now responds to submenu icon | ||||
| | * | | | | | | Fixed #8526, popup menu width now responds to submenu icon | AlexHoratio | 2017-05-14 | 1 | -0/+5 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #8732 from akien-mga/exhaustive-copyright | Rémi Verschelde | 2017-05-15 | 1 | -0/+1139 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Document exhaustive licensing info of all files | ||||
| | * | | | | | | Document exhaustive licensing info of all files | Rémi Verschelde | 2017-05-12 | 1 | -0/+1139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the machine-readable debian/copyright standard to be explicit about both the licenses and the corresponding copyright attributions for Godot source files and thirdparty libraries bundled in the source repository. | ||||
| * | | | | | | | Merge pull request #8717 from damianday/master | Rémi Verschelde | 2017-05-15 | 5 | -9/+67 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory | ||||
| | * | | | | | | | Fix natural sorting order in EditorFileDialog, FileDialog and ↵ | Damian Day | 2017-05-12 | 5 | -9/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712. | ||||
| * | | | | | | | | Merge pull request #8762 from honix/master | Rémi Verschelde | 2017-05-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Docs: ERR_EOF -> ERR_FILE_EOF | ||||
| | * | | | | | | | | docs: ERR_EOF -> ERR_FILE_EOF | honix | 2017-05-14 | 1 | -1/+1 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #8764 from BeayemX/fix-typo | Rémi Verschelde | 2017-05-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fixed typo 'one short connection' to 'one shot' | ||||
| | * | | | | | | | fixed typo 'one short connection' to 'one shot' | Christian Winter | 2017-05-14 | 1 | -1/+1 |
| |/ / / / / / / | |||||
| * | | / / / / | New logo, in SVG format | Juan Linietsky | 2017-05-14 | 2 | -102/+158 |
| | |_|/ / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #8743 from karroffel/gdnative-reload-fixes | Thomas Herzog | 2017-05-13 | 1 | -7/+7 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [GDNative] fixed a reload bug | ||||
| | * | | | | | [GDNative] fixed a reload bug | Karroffel | 2017-05-13 | 1 | -7/+7 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | When there was no terminate function defined in the library the exported variables would not update. This fixes that. | ||||
| * | | | | | Merge pull request #8719 from Hinsbart/settings_case | Rémi Verschelde | 2017-05-12 | 1 | -1/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | Project Settings: Use capitalized properties. | ||||
