aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8821 from touilleMan/gdnative_missing_functionsThomas Herzog2017-05-1943-2284/+2467
|\ | | | | Finish implementing GDnative builtins bindings
| * Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-1943-2284/+2467
|/
* Merge pull request #8796 from yanorax/treecolumn_title_pressedRémi Verschelde2017-05-181-0/+21
|\ | | | | Add column_title_pressed signal to Tree node
| * Add column_title_pressed signal to Tree nodeyanorax2017-05-181-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_varyingRémi Verschelde2017-05-181-1/+1
|\ \ | | | | | | fix varying in 3.0 shader
| * | fix varying in 3.0 shaderPanPan2017-05-171-1/+1
| | |
* | | Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde2017-05-183-23/+52
|\ \ \ | | | | | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable.
| * | | Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas2017-05-183-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-reentrantRémi Verschelde2017-05-181-6/+9
|\ \ \ \ | | | | | | | | | | Make MessageQueue::flush() reentrant
| * | | | Make MessageQueue::flush() reentrantPedro J. Estébanez2017-05-181-6/+9
| | | | |
* | | | | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcutRémi Verschelde2017-05-182-42/+78
|\ \ \ \ \ | | | | | | | | | | | | Add the ability to delete bezier path handles.
| * | | | | Add the ability to delete bezier path handles.Zaven Muradyan2017-04-162-42/+78
| | | | | |
* | | | | | Merge pull request #8649 from neikeq/pr-ringbuffer-findRémi Verschelde2017-05-181-0/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | RingBuffer: Adds find() method
| * | | | | | RingBuffer: Adds find() methodIgnacio Etcheverry2017-05-051-0/+26
| | | | | | |
* | | | | | | Merge pull request #8716 from Hinsbart/import-pluginsRémi Verschelde2017-05-185-2/+216
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bring back EditorImportPlugin
| * | | | | | | Bring back EditorImportPluginAndreas Haas2017-05-125-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.0Rémi Verschelde2017-05-183-80/+451
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | MFI gamepad support for iPhone
| * | | | | | | | MFI gamepad support for iPhoneBastiaanOlij2017-05-173-80/+451
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #8798 from RandomShaper/gdfs-ext-checkRémi Verschelde2017-05-183-4/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add extended check option to GDFunctionState::is_valid()
| * | | | | | | | Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-173-4/+20
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Adapt tutorials (Godot Docs) icon to new designRémi Verschelde2017-05-178-169/+174
| | | | | | | |
* | | | | | | | Use new Godot icon consistently everywhereRémi Verschelde2017-05-1712-155/+329
| | | | | | | |
* | | | | | | | Fix two typos from previous commitRémi Verschelde2017-05-1710-107/+42
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Also cleanup comments on variant types.
* | | | | | | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-17110-3203/+690
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #8778 from honix/masterRémi Verschelde2017-05-161-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Particles potential crash fix 2
| * | | | | Particles potential crash fix 2honix2017-05-161-0/+2
| | | | | |
* | | | | | Merge pull request #8784 from bojidar-bg/editorconfig-trim-whitespaceRémi Verschelde2017-05-161-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add trim_trailing_whitespace to .editorconfig [ci skip]
| * | | | | | Add trim_trailing_whitespace to .editorconfigBojidar Marinov2017-05-161-0/+3
|/ / / / / /
* | | | | | Merge pull request #8780 from RandomShaper/updgrade-android-build-toolsRémi Verschelde2017-05-161-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Upgrade Android build tools to the latest
| * | | | | Upgrade Android build tools to the latestPedro J. Estébanez2017-05-161-1/+1
|/ / / / /
* | | | | Merge pull request #8775 from godotengine/revert-8772-masterAndreas Haas2017-05-151-2/+0
|\ \ \ \ \ | | | | | | | | | | | | Revert "Particles potential crash fix"
| * | | | | Revert "Particles potential crash fix"Andreas Haas2017-05-151-2/+0
|/ / / / /
* | | | | Merge pull request #8772 from honix/masterAndreas Haas2017-05-151-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Particles potential crash fix
| * | | | | Particles potential crash fixhonix2017-05-151-0/+2
| |/ / / /
* | | | | Merge pull request #8761 from noshyaar/pr2Rémi Verschelde2017-05-151-0/+2
|\ \ \ \ \ | | | | | | | | | | | | AssetInstaller: fix toggling dir bug, scan after install
| * | | | | AssetInstaller: fix toggling dir bug, scan after installPoommetee Ketson2017-05-141-0/+2
| | | | | |
* | | | | | Merge pull request #8759 from AlexHoratio/masterRémi Verschelde2017-05-151-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed #8526, popup menu width now responds to submenu icon
| * | | | | | Fixed #8526, popup menu width now responds to submenu iconAlexHoratio2017-05-141-0/+5
| |/ / / / /
* | | | | | Merge pull request #8732 from akien-mga/exhaustive-copyrightRémi Verschelde2017-05-151-0/+1139
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document exhaustive licensing info of all files
| * | | | | | Document exhaustive licensing info of all filesRémi Verschelde2017-05-121-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/masterRémi Verschelde2017-05-155-9/+67
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory
| * | | | | | | Fix natural sorting order in EditorFileDialog, FileDialog and ↵Damian Day2017-05-125-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/masterRémi Verschelde2017-05-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Docs: ERR_EOF -> ERR_FILE_EOF
| * | | | | | | | docs: ERR_EOF -> ERR_FILE_EOFhonix2017-05-141-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #8764 from BeayemX/fix-typoRémi Verschelde2017-05-141-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixed typo 'one short connection' to 'one shot'
| * | | | | | | fixed typo 'one short connection' to 'one shot'Christian Winter2017-05-141-1/+1
|/ / / / / / /
* | | / / / / New logo, in SVG formatJuan Linietsky2017-05-142-102/+158
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #8743 from karroffel/gdnative-reload-fixesThomas Herzog2017-05-131-7/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [GDNative] fixed a reload bug
| * | | | | [GDNative] fixed a reload bugKarroffel2017-05-131-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_caseRémi Verschelde2017-05-121-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Project Settings: Use capitalized properties.