| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-05-22 | fixed osx input event | toger5 | 1 | -135/+141 | |
| 2017-05-21 | fixed crash when dragging to change color in color picker | toger5 | 1 | -1/+1 | |
| 2017-05-21 | Fix 2d path editor controls. | Zaven Muradyan | 1 | -85/+53 | |
| Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | |||||
| 2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 206 | -9039/+8419 | |
| this might cause bugs I haven't found yet.. | |||||
| 2017-05-20 | GDScript can now tell if the wheel is in contact with the ground; change ↵ | Zireael07 | 2 | -0/+23 | |
| roll influence of the wheel in editor | |||||
| 2017-05-20 | Add recent contributors to AUTHORS | Rémi Verschelde | 1 | -1/+4 | |
| 2017-05-20 | Fix crash when saving AudioPlayer without stream. | Andreas Haas | 1 | -0/+1 | |
| Guards against calling this setter with invalid input. | |||||
| 2017-05-20 | Removing rasterizer from iphone | BastiaanOlij | 3 | -3467/+0 | |
| 2017-05-20 | Added texture_get_texid | BastiaanOlij | 5 | -0/+12 | |
| 2017-05-20 | Doing a little bit of cleanup | BastiaanOlij | 6 | -518/+2 | |
| 2017-05-19 | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | 2 | -12/+15 | |
| _import_scene, recurses through the scene tree and exports all available nodes. | |||||
| 2017-05-19 | Finish implementation of GDnative builtins bindings | Emmanuel Leblond | 43 | -2284/+2467 | |
| 2017-05-19 | Added bool to allow astar points to be connected in one direction only | Fabian Mathews | 2 | -4/+6 | |
| 2017-05-19 | Fix android payment logical error | volzhs | 1 | -24/+23 | |
| 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 | 1 | -0/+27 | |
| 2017-05-18 | GDScript bindings for various missing Mesh functions. | Ferenc Arn | 1 | -0/+5 | |
| Fixes #8041. | |||||
| 2017-05-18 | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | 3 | -23/+52 | |
| Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | |||||
| 2017-05-18 | Make MessageQueue::flush() reentrant | Pedro J. Estébanez | 1 | -6/+9 | |
| 2017-05-18 | Add column_title_pressed signal to Tree node | yanorax | 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 | |||||
| 2017-05-17 | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | 8 | -169/+174 | |
| 2017-05-17 | Use new Godot icon consistently everywhere | Rémi Verschelde | 12 | -155/+329 | |
| 2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | 10 | -107/+42 | |
| Also cleanup comments on variant types. | |||||
| 2017-05-17 | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | 3 | -4/+20 | |
| 2017-05-17 | MFI gamepad support for iPhone | BastiaanOlij | 3 | -80/+451 | |
| 2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 110 | -3203/+690 | |
| 2017-05-17 | fix varying in 3.0 shader | PanPan | 1 | -1/+1 | |
| 2017-05-16 | Particles potential crash fix 2 | honix | 1 | -0/+2 | |
| 2017-05-16 | Add trim_trailing_whitespace to .editorconfig | Bojidar Marinov | 1 | -0/+3 | |
| 2017-05-16 | Upgrade Android build tools to the latest | Pedro J. Estébanez | 1 | -1/+1 | |
| 2017-05-15 | Revert "Particles potential crash fix" | Andreas Haas | 1 | -2/+0 | |
| 2017-05-15 | Particles potential crash fix | honix | 1 | -0/+2 | |
| 2017-05-14 | fixed typo 'one short connection' to 'one shot' | Christian Winter | 1 | -1/+1 | |
| 2017-05-14 | Fixed #8526, popup menu width now responds to submenu icon | AlexHoratio | 1 | -0/+5 | |
| 2017-05-14 | docs: ERR_EOF -> ERR_FILE_EOF | honix | 1 | -1/+1 | |
| 2017-05-14 | New logo, in SVG format | Juan Linietsky | 2 | -102/+158 | |
| 2017-05-14 | AssetInstaller: fix toggling dir bug, scan after install | Poommetee Ketson | 1 | -0/+2 | |
| 2017-05-13 | [GDNative] fixed a reload bug | Karroffel | 1 | -7/+7 | |
| When there was no terminate function defined in the library the exported variables would not update. This fixes that. | |||||
