Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-20 | Merge pull request #8842 from BastiaanOlij/expose_texture_id | Rémi Verschelde | |
Added texture_get_texid | |||
2017-05-20 | Merge pull request #8841 from BastiaanOlij/osx_cleanup_old_classes | Rémi Verschelde | |
Removing unused files and old GLFW comments on OSX | |||
2017-05-20 | Merge pull request #8838 from zlsa/master | Rémi Verschelde | |
Export nested nodes in TileSet scenes; resolves #8819. | |||
2017-05-20 | Merge pull request #8829 from supagu/astar-bidirectional | Rémi Verschelde | |
Added bool to allow astar points to be connected in one direction only | |||
2017-05-20 | Merge pull request #8824 from volzhs/android-payment-master | Rémi Verschelde | |
Fix android payment logical error | |||
2017-05-20 | Merge pull request #8822 from kurikaesu/windows-msvc-compiler-fixes | Rémi Verschelde | |
Detect newer Visual Studio compilers correctly like VS2017. | |||
2017-05-20 | Merge pull request #8818 from tagcup/mesh_methods | Rémi Verschelde | |
GDScript bindings for various missing Mesh functions. | |||
2017-05-20 | Add recent contributors to AUTHORS | Rémi Verschelde | |
2017-05-20 | Merge pull request #8843 from BastiaanOlij/remove_iphone_rasterer | Rémi Verschelde | |
Removing rasterizer from iphone | |||
2017-05-20 | Merge pull request #8844 from Hinsbart/audioplayer-crash | Rémi Verschelde | |
Fix crash when saving AudioPlayer without stream. | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-20 | Fix crash when saving AudioPlayer without stream. | Andreas Haas | |
Guards against calling this setter with invalid input. | |||
2017-05-20 | Removing rasterizer from iphone | BastiaanOlij | |
2017-05-20 | Added texture_get_texid | BastiaanOlij | |
2017-05-20 | Doing a little bit of cleanup | BastiaanOlij | |
2017-05-19 | Merge pull request #8821 from touilleMan/gdnative_missing_functions | Thomas Herzog | |
Finish implementing GDnative builtins bindings | |||
2017-05-19 | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | |
_import_scene, recurses through the scene tree and exports all available nodes. | |||
2017-05-19 | Finish implementation of GDnative builtins bindings | Emmanuel Leblond | |
2017-05-19 | Added bool to allow astar points to be connected in one direction only | Fabian Mathews | |
2017-05-19 | Fix android payment logical error | volzhs | |
getting sku detail runs only if mod != 0 which means querying 20*n will not get sku details. referenced from https://github.com/googlesamples/android-play-billing/blob/master/TrivialDrive/app/src/main/java/com/example/android/trivialdrivesample/util/IabHelper.java#L1029-L1062 | |||
2017-05-19 | Detect newer Visual Studio compilers correctly like VS2017. | Aren Villanueva | |
2017-05-18 | GDScript bindings for various missing Mesh functions. | Ferenc Arn | |
Fixes #8041. | |||
2017-05-18 | Merge pull request #8796 from yanorax/treecolumn_title_pressed | Rémi Verschelde | |
Add column_title_pressed signal to Tree node | |||
2017-05-18 | Merge pull request #8793 from ippan/shader_varying | Rémi Verschelde | |
fix varying in 3.0 shader | |||
2017-05-18 | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | |
Editor: Make "open 2d/3d/script editor" shortcuts configurable. | |||
2017-05-18 | Merge pull request #8807 from RandomShaper/mq-flush-reentrant | Rémi Verschelde | |
Make MessageQueue::flush() reentrant | |||
2017-05-18 | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | |
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | |||
2017-05-18 | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcut | Rémi Verschelde | |
Add the ability to delete bezier path handles. | |||
2017-05-18 | Merge pull request #8649 from neikeq/pr-ringbuffer-find | Rémi Verschelde | |
RingBuffer: Adds find() method | |||
2017-05-18 | Merge pull request #8716 from Hinsbart/import-plugins | Rémi Verschelde | |
Bring back EditorImportPlugin | |||
2017-05-18 | Make MessageQueue::flush() reentrant | Pedro J. Estébanez | |
2017-05-18 | Merge pull request #8756 from BastiaanOlij/mfi_support_3.0 | Rémi Verschelde | |
MFI gamepad support for iPhone | |||
2017-05-18 | Merge pull request #8798 from RandomShaper/gdfs-ext-check | Rémi Verschelde | |
Add extended check option to GDFunctionState::is_valid() | |||
2017-05-18 | Add column_title_pressed signal to Tree node | yanorax | |
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 | |||
2017-05-17 | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | |
2017-05-17 | Use new Godot icon consistently everywhere | Rémi Verschelde | |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | |
Also cleanup comments on variant types. | |||
2017-05-17 | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | |
2017-05-17 | MFI gamepad support for iPhone | BastiaanOlij | |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-17 | fix varying in 3.0 shader | PanPan | |
2017-05-16 | Merge pull request #8778 from honix/master | Rémi Verschelde | |
Particles potential crash fix 2 | |||
2017-05-16 | Particles potential crash fix 2 | honix | |
2017-05-16 | Merge pull request #8784 from bojidar-bg/editorconfig-trim-whitespace | Rémi Verschelde | |
Add trim_trailing_whitespace to .editorconfig [ci skip] | |||
2017-05-16 | Add trim_trailing_whitespace to .editorconfig | Bojidar Marinov | |
2017-05-16 | Merge pull request #8780 from RandomShaper/updgrade-android-build-tools | Rémi Verschelde | |
Upgrade Android build tools to the latest | |||
2017-05-16 | Upgrade Android build tools to the latest | Pedro J. Estébanez | |
2017-05-15 | Merge pull request #8775 from godotengine/revert-8772-master | Andreas Haas | |
Revert "Particles potential crash fix" | |||
2017-05-15 | Revert "Particles potential crash fix" | Andreas Haas | |
2017-05-15 | Merge pull request #8772 from honix/master | Andreas Haas | |
Particles potential crash fix |