| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8891 from nunodonato/newmenu | Rémi Verschelde | 2017-05-25 | 2 | -156/+113 |
| |\ | | | | | Join text menus on the top-left, move shortcut buttons to new locations (Preliminary work towards achieving the changes discussed in #8865.) | ||||
| | * | Join text menus on the top-left, move shortcut buttons to new location | Nuno Donato | 2017-05-24 | 2 | -156/+113 |
| | | | |||||
| * | | Merge pull request #8885 from capnm/fix-2d-editor-zoom | Rémi Verschelde | 2017-05-25 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix 2D-editor mouse wheel zoom for x11. | ||||
| | * | | Fix 2D-editor mouse wheel zoom (x11). | Martin Capitanio | 2017-05-24 | 1 | -1/+1 |
| | |/ | | | | | | | Fixes #8888 | ||||
| * | | Merge pull request #8878 from BastiaanOlij/ios_make_arm64_default | Rémi Verschelde | 2017-05-25 | 1 | -8/+9 |
| |\ \ | | | | | | | Make arm64 the default option and set minimum to iOS 9 | ||||
| | * | | Make arm64 the default option and set minimum to iOS 9 | BastiaanOlij | 2017-05-23 | 1 | -8/+9 |
| | | | | |||||
| * | | | Merge pull request #8869 from Hinsbart/errors | Rémi Verschelde | 2017-05-25 | 4 | -7/+5 |
| |\ \ \ | |_|/ |/| | | Fix errors on engine startup. | ||||
| | * | | Fix errors on engine startup. | Andreas Haas | 2017-05-22 | 4 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bunch of the most spammy console errors introduced by recent refactorings: - `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead. - `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one. - Some methods have been moved from `Texture` to `Image`, but the old bindings were still there. - A few `name == ""` errors related to duplicating nodes. | ||||
| * | | | Merge pull request #8884 from karroffel/gdnative-fixes | Thomas Herzog | 2017-05-23 | 4 | -15/+8 |
| |\ \ \ | | | | | | | | | [GDNative] fixed some functions that returned references | ||||
| | * | | | [GDNative] fixed some functions that returned references | Karroffel | 2017-05-23 | 4 | -15/+8 |
| |/ / / | | | | | | | | | | Those errors were introduced with #8821 (6fd217d). These functions need to return reference types, otherwise setting values on those containers does not work. | ||||
| * | | | Merge pull request #8881 from vnen/uwp-3 | Rémi Verschelde | 2017-05-23 | 5 | -87/+74 |
| |\ \ \ | | | | | | | | | Fix UWP compilation issues | ||||
| | * | | | Fix UWP compilation issues | George Marques | 2017-05-23 | 5 | -87/+74 |
| |/ / / | | | | | | | | | | Also fix VS2017 compilation problems. | ||||
| * | | | Merge pull request #8880 from vnen/fix-canvas-item-editor-crash | Rémi Verschelde | 2017-05-23 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | Fix crash when interacting with the 2d editor | ||||
| | * | | Fix crash when interacting with the 2d editor | George Marques | 2017-05-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #8877 from BastiaanOlij/fix_ios_godot3 | Rémi Verschelde | 2017-05-23 | 3 | -10/+21 |
| |\ \ \ | |/ / |/| | | More fixes for iOS Godot 3.0 | ||||
| | * | | More fixes for iOS Godot 3.0 | BastiaanOlij | 2017-05-23 | 3 | -10/+21 |
| | | | | | | | | | | | | | | | | | | | - nicely exit if initialisation fails - fix a few issues around new event handling - use 16bit single channel framebuffer as 32bit is not supported on iOS | ||||
| * | | | Merge pull request #8876 from BastiaanOlij/fix_vs15 | Rémi Verschelde | 2017-05-23 | 3 | -51/+58 |
| |\ \ \ | |/ / |/| | | Fix a few issues compiling windows and using VS2015 and earlier | ||||
| | * | | Fix a few issues compiling windows and using VS2015 and earlier | BastiaanOlij | 2017-05-23 | 3 | -51/+58 |
| | | | | |||||
| * | | | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky | 2017-05-23 | 2 | -2/+2 |
| | | | | | | | | | | | | | -Removed redundant bind in input_event | ||||
| * | | | Fix stex import into black textures when lossless and lossy are selected, ↵ | Juan Linietsky | 2017-05-23 | 2 | -2/+3 |
| |/ / | | | | | | | closes #8801 | ||||
| * | | fixed crash on code that checks InputEvent | Juan Linietsky | 2017-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #8872 from volzhs/editor-theme-lineedit | Rémi Verschelde | 2017-05-23 | 1 | -4/+5 |
| |\ \ | |/ |/| | Fix disabled style of LineEdit | ||||
| | * | Fix disabled style of LineEdit | volzhs | 2017-05-23 | 1 | -4/+5 |
| | | | |||||
| * | | Merge pull request #8863 from volzhs/editor-theme-new-node | Rémi Verschelde | 2017-05-22 | 1 | -1/+1 |
| |\ \ | | | | | | | Show description box on create new node window | ||||
| | * | | Show description box on create new node window | volzhs | 2017-05-22 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #8862 from volzhs/editor-theme-margin | Rémi Verschelde | 2017-05-22 | 1 | -0/+1 |
| |\ \ | | | | | | | Fit grid with label and component of editor | ||||
| | * | | Fit grid with label and component of editor | volzhs | 2017-05-22 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #8861 from volzhs/editor-theme-filedialog | Rémi Verschelde | 2017-05-22 | 1 | -0/+5 |
| |\ \ | | | | | | | Show disabled item with proper color on FileDialog of editor theme | ||||
| | * | | Show disabled item with proper color on FileDialog of editor theme | volzhs | 2017-05-22 | 1 | -0/+5 |
| | |/ | | | | | | | Fix #8635 | ||||
| * | | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scale | Rémi Verschelde | 2017-05-22 | 1 | -4/+2 |
| |\ \ | | | | | | | Fix weigth scale of A* being applied to the whole estimation | ||||
| | * | | Fix weigth scale of A* being applied to the whole path and estimation | Bojidar Marinov | 2017-05-22 | 1 | -5/+2 |
| | | | | | | | | | | | | | Attempt to fix #8584 | ||||
| * | | | Merge pull request #8850 from tagcup/astar_overestimate | Rémi Verschelde | 2017-05-22 | 2 | -1/+2 |
| |\ \ \ | | | | | | | | | Avoid overestimating the cost in AStar heuristics. | ||||
| | * | | | Avoid overestimating the cost in AStar heuristics. | Ferenc Arn | 2017-05-21 | 2 | -1/+2 |
| | | |/ | |/| | | | | | | | | | | | | | | | | This is a necessary condition for finding optimal solutions. This is achieved by simply requiring/ensuring that no weights are smaller than 1. Fixes #8584. | ||||
| * | | | Merge pull request #8853 from toger5/InputEvent_osx_fix | Rémi Verschelde | 2017-05-22 | 1 | -137/+143 |
| |\ \ \ | | | | | | | | | fixed osx input event | ||||
| | * | | | added modifier key to scroll event | toger5 | 2017-05-22 | 1 | -34/+34 |
| | | | | | |||||
| | * | | | fixed osx input event | toger5 | 2017-05-22 | 1 | -135/+141 |
| | |/ / | |||||
| * | | | Merge pull request #8832 from Zireael07/vehicle-improvs-master | Rémi Verschelde | 2017-05-22 | 2 | -0/+23 |
| |\ \ \ | | | | | | | | | Expose wheel's contact to GDScript and set roll influence in editor [3.0] | ||||
| | * | | | GDScript can now tell if the wheel is in contact with the ground; change ↵ | Zireael07 | 2017-05-20 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | roll influence of the wheel in editor | ||||
| * | | | | Merge pull request #8854 from toger5/fix_color_picker_crash | Rémi Verschelde | 2017-05-22 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | fixed crash when dragging to change color in color picker | ||||
| | * | | | | fixed crash when dragging to change color in color picker | toger5 | 2017-05-21 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #8852 from voithos/bezier-controls-fix | Rémi Verschelde | 2017-05-22 | 1 | -85/+53 |
| |\ \ \ \ | |/ / / |/| | | | Fix 2d path editor controls. | ||||
| | * | | | Fix 2d path editor controls. | Zaven Muradyan | 2017-05-21 | 1 | -85/+53 |
| |/ / / | | | | | | | | | | | | | Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | ||||
| * | | | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 206 | -9039/+8419 |
| | | | | | | | | | | | | | this might cause bugs I haven't found yet.. | ||||
| * | | | Merge pull request #8842 from BastiaanOlij/expose_texture_id | Rémi Verschelde | 2017-05-20 | 5 | -0/+12 |
| |\ \ \ | | | | | | | | | Added texture_get_texid | ||||
| | * | | | Added texture_get_texid | BastiaanOlij | 2017-05-20 | 5 | -0/+12 |
| | |/ / | |||||
| * | | | Merge pull request #8841 from BastiaanOlij/osx_cleanup_old_classes | Rémi Verschelde | 2017-05-20 | 6 | -518/+2 |
| |\ \ \ | | | | | | | | | Removing unused files and old GLFW comments on OSX | ||||
| | * | | | Doing a little bit of cleanup | BastiaanOlij | 2017-05-20 | 6 | -518/+2 |
| | |/ / | |||||
| * | | | Merge pull request #8838 from zlsa/master | Rémi Verschelde | 2017-05-20 | 2 | -12/+15 |
| |\ \ \ | | | | | | | | | Export nested nodes in TileSet scenes; resolves #8819. | ||||
| | * | | | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | 2017-05-19 | 2 | -12/+15 |
| | |/ / | | | | | | | | | | _import_scene, recurses through the scene tree and exports all available nodes. | ||||
| * | | | Merge pull request #8829 from supagu/astar-bidirectional | Rémi Verschelde | 2017-05-20 | 2 | -4/+6 |
| |\ \ \ | | | | | | | | | Added bool to allow astar points to be connected in one direction only | ||||
