Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-25 | Applied clang-format. | Ferenc Arn | |
Since PathEditorPlugin was commented out, it didn't get clang-format'ed. | |||
2017-05-24 | Revive PathEditorPlugin. | Ferenc Arn | |
Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue). | |||
2017-05-23 | Merge pull request #8884 from karroffel/gdnative-fixes | Thomas Herzog | |
[GDNative] fixed some functions that returned references | |||
2017-05-23 | [GDNative] fixed some functions that returned references | Karroffel | |
Those errors were introduced with #8821 (6fd217d). These functions need to return reference types, otherwise setting values on those containers does not work. | |||
2017-05-23 | Merge pull request #8881 from vnen/uwp-3 | Rémi Verschelde | |
Fix UWP compilation issues | |||
2017-05-23 | Fix UWP compilation issues | George Marques | |
Also fix VS2017 compilation problems. | |||
2017-05-23 | Merge pull request #8880 from vnen/fix-canvas-item-editor-crash | Rémi Verschelde | |
Fix crash when interacting with the 2d editor | |||
2017-05-23 | Fix crash when interacting with the 2d editor | George Marques | |
2017-05-23 | Merge pull request #8877 from BastiaanOlij/fix_ios_godot3 | Rémi Verschelde | |
More fixes for iOS Godot 3.0 | |||
2017-05-23 | More fixes for iOS Godot 3.0 | BastiaanOlij | |
- 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 | |||
2017-05-23 | Merge pull request #8876 from BastiaanOlij/fix_vs15 | Rémi Verschelde | |
Fix a few issues compiling windows and using VS2015 and earlier | |||
2017-05-23 | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky | |
-Removed redundant bind in input_event | |||
2017-05-23 | Fix stex import into black textures when lossless and lossy are selected, ↵ | Juan Linietsky | |
closes #8801 | |||
2017-05-23 | Fix a few issues compiling windows and using VS2015 and earlier | BastiaanOlij | |
2017-05-23 | fixed crash on code that checks InputEvent | Juan Linietsky | |
2017-05-23 | Merge pull request #8872 from volzhs/editor-theme-lineedit | Rémi Verschelde | |
Fix disabled style of LineEdit | |||
2017-05-23 | Fix disabled style of LineEdit | volzhs | |
2017-05-22 | Merge pull request #8863 from volzhs/editor-theme-new-node | Rémi Verschelde | |
Show description box on create new node window | |||
2017-05-22 | Merge pull request #8862 from volzhs/editor-theme-margin | Rémi Verschelde | |
Fit grid with label and component of editor | |||
2017-05-22 | Merge pull request #8861 from volzhs/editor-theme-filedialog | Rémi Verschelde | |
Show disabled item with proper color on FileDialog of editor theme | |||
2017-05-22 | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scale | Rémi Verschelde | |
Fix weigth scale of A* being applied to the whole estimation | |||
2017-05-22 | Merge pull request #8850 from tagcup/astar_overestimate | Rémi Verschelde | |
Avoid overestimating the cost in AStar heuristics. | |||
2017-05-22 | Merge pull request #8853 from toger5/InputEvent_osx_fix | Rémi Verschelde | |
fixed osx input event | |||
2017-05-22 | Fix weigth scale of A* being applied to the whole path and estimation | Bojidar Marinov | |
Attempt to fix #8584 | |||
2017-05-22 | Show description box on create new node window | volzhs | |
2017-05-22 | Fit grid with label and component of editor | volzhs | |
2017-05-22 | Show disabled item with proper color on FileDialog of editor theme | volzhs | |
Fix #8635 | |||
2017-05-22 | added modifier key to scroll event | toger5 | |
2017-05-22 | fixed osx input event | toger5 | |
2017-05-22 | Merge pull request #8832 from Zireael07/vehicle-improvs-master | Rémi Verschelde | |
Expose wheel's contact to GDScript and set roll influence in editor [3.0] | |||
2017-05-22 | Merge pull request #8854 from toger5/fix_color_picker_crash | Rémi Verschelde | |
fixed crash when dragging to change color in color picker | |||
2017-05-22 | Merge pull request #8852 from voithos/bezier-controls-fix | Rémi Verschelde | |
Fix 2d path editor controls. | |||
2017-05-21 | fixed crash when dragging to change color in color picker | toger5 | |
2017-05-21 | Fix 2d path editor controls. | Zaven Muradyan | |
Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | |||
2017-05-21 | Avoid overestimating the cost in AStar heuristics. | Ferenc Arn | |
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. | |||
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
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 | |
roll influence of the wheel in editor | |||
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 | |