| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update ISSUE_TEMPLATE.md | Juan Linietsky | 2017-08-21 | 1 | -1/+1 |
| | | |||||
| * | Several fixes to subsurface scattering. Closes #9530 | Juan Linietsky | 2017-08-21 | 4 | -71/+89 |
| | | |||||
| * | Fix build after merge of #10254 | Rémi Verschelde | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 37 | -128/+65 |
| |\ | | | | | Removed unnecessary assignments | ||||
| | * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 37 | -128/+65 |
| | | | |||||
| * | | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | 2017-08-22 | 5 | -2/+29 |
| |\ \ | | | | | | | Added notification const NOTIFICATION_WM_ABOUT | ||||
| | * | | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | 2017-08-17 | 5 | -2/+29 |
| | | | | |||||
| * | | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 107 | -1891/+2058 |
| |\ \ \ | | | | | | | | | ClassDB: Provide the enum name of integer constants | ||||
| | * | | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 107 | -1893/+2058 |
| | | | | | |||||
| * | | | | Merge pull request #10415 from tagcup/euler_hack | Rémi Verschelde | 2017-08-22 | 1 | -13/+4 |
| |\ \ \ \ | | | | | | | | | | | Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) conven… | ||||
| | * | | | | Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) convention. | Ferenc Arn | 2017-08-18 | 1 | -13/+4 |
| | | | | | | | | | | | | | | | | | | | | | Fixes #10352. | ||||
| * | | | | | Merge pull request #10225 from Noshyaar/map | Rémi Verschelde | 2017-08-22 | 3 | -2/+40 |
| |\ \ \ \ \ | | | | | | | | | | | | | GDScript Built-in: add inverse_lerp & range_lerp | ||||
| | * | | | | | GDScript Built-in: add inverse_lerp & range_lerp | Poommetee Ketson | 2017-08-18 | 3 | -2/+40 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde | 2017-08-22 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | TextEdit: Fix line padding triggering too early. | ||||
| | * | | | | | | TextEdit: Fix line padding. | Andreas Haas | 2017-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | off-by-one error in the line count calculation. Fixes #10411 | ||||
| * | | | | | | | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | 2017-08-21 | 3138 | -57207/+13281 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | SVG support | ||||
| | * | | | | | | | Added missing icon and svgs upscaling | Daniel J. Ramirez | 2017-08-20 | 29 | -54/+159 |
| | | | | | | | | | |||||
| | * | | | | | | | Added pure vector theme, with dark icons variation | Daniel J. Ramirez | 2017-08-20 | 3099 | -57178/+8463 |
| | | | | | | | | | |||||
| | * | | | | | | | Added support for SVG | Daniel J. Ramirez | 2017-08-20 | 26 | -26/+4710 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #10443 from karroffel/propagate_call | Rémi Verschelde | 2017-08-21 | 3 | -0/+31 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add "propagate_call" method to Node | ||||
| | * | | | | | | | | add "propagate_call" method to Node | Karroffel | 2017-08-19 | 3 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is possible to propagate a notification down the Node tree by using `propagate_notification`, but there was no such method for doing the same but with method calls. This commit adds the `propagate_call` method, which calls a method on a node and all child nodes. An optional paramter `parent_first` determines whether the parent node gets called before or after the children have been visited. It defaults to false, so the parent gets called last. | ||||
| * | | | | | | | | | Merge pull request #10518 from godotengine/revert-8144-symlink | Juan Linietsky | 2017-08-21 | 1 | -23/+22 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revert "Reworked change_dir to support symlinks" | ||||
| | * | | | | | | | | | Revert "Reworked change_dir to support symlinks" | Juan Linietsky | 2017-08-21 | 1 | -23/+22 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #10484 from Sipaha/pr_mt_queue_deadlock_fix | Rémi Verschelde | 2017-08-21 | 2 | -18/+47 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix deadlock in CommandQueueMT | ||||
| | * | | | | | | | | | Move wait_for_flush out of queue lock | Sipaha | 2017-08-21 | 2 | -18/+47 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #10506 from hpvb/fix-10501 | Rémi Verschelde | 2017-08-21 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix color_ramp indexing negative elements | ||||
| | * | | | | | | | | | | Fix color_ramp indexing negative elements | Hein-Pieter van Braam | 2017-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'pos' variable passed to get_color() and get_offset() can be negative if the color ramp itself is empty. This causes a lookup in an empty position in the color Vector which leads to a crash. We add a check so we never do a lookup in the color Vector if the gradient is empty. This fixes #10501 | ||||
| * | | | | | | | | | | | Merge pull request #10508 from Paulb23/increase_smooth_scroll_speed | Rémi Verschelde | 2017-08-21 | 4 | -1/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Increased smooth scroll speed and added user setting | ||||
| | * | | | | | | | | | | | Increased smooth scroll speed and added user setting | Paulb23 | 2017-08-21 | 4 | -1/+19 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #10512 from toger5/fixed_vs_editor_nodes | Rémi Verschelde | 2017-08-21 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fixed rounded corners for visual script editor | ||||
| | * | | | | | | | | | | | fixed rounded corners for visual script editor | toger5 | 2017-08-21 | 1 | -4/+4 |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #10514 from groud/fix_grid_size_dialog | Rémi Verschelde | 2017-08-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Fix spinboxes bad look | ||||
| | * | | | | | | | | | | Fix spinboxes bad look | Gilles Roudiere | 2017-08-21 | 1 | -1/+1 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #10471 from akien-mga/args-doubledash | Rémi Verschelde | 2017-08-21 | 17 | -330/+217 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Third take at making command-line arguments more UNIX-like + main.cpp and help cleanup | ||||
| | * | | | | | | | | | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-21 | 16 | -278/+165 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there | ||||
| | * | | | | | | | | | | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-21 | 4 | -104/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also improves the command-line help text readability. | ||||
| * | | | | | | | | | | | Merge pull request #10505 from marcelofg55/osx_window_position | Rémi Verschelde | 2017-08-21 | 1 | -3/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | Fix y axis for set_window_position on OS X | ||||
| | * | | | | | | | | | | Fix y axis for set_window_position on OS X | Marcelo Fernandez | 2017-08-21 | 1 | -3/+8 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix binary object marshalling, closes #9472 | Juan Linietsky | 2017-08-21 | 1 | -1/+6 |
| | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #10492 from Rubonnek/fix-segfault-on-arch-linux | Juan Linietsky | 2017-08-20 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed segfault when hovering over tree elements and showing tooltips. | ||||
| | * | | | | | | | | | | Fixed segfault when hovering over scene tree elements and showing tooltips. | Wilson E. Alvarez | 2017-08-20 | 1 | -0/+4 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | 2017-08-20 | 3 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | project.godot. Closes #9459 | ||||
| * | | | | | | | | | | | Implemented missing opaque prepass render mode, fixes #9452 | Juan Linietsky | 2017-08-20 | 1 | -0/+10 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Fix mismatched hints for filesystem/import/pvrtc_texture_tool | Rémi Verschelde | 2017-08-20 | 1 | -3/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | property validate assignment condition in new variables, fixes #9411 | Juan Linietsky | 2017-08-20 | 1 | -1/+7 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #10483 from Zylann/orbit_sensitivity | Rémi Verschelde | 2017-08-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Reduced default orbit sensitivity for smoother rotation | ||||
| | * | | | | | | | | Reduced default orbit sensitivity for smoother rotation | Marc Gilleron | 2017-08-20 | 1 | -1/+1 |
| | |/ / / / / / / | |||||
| * / / / / / / / | Inspector is no longer cleared when game runs, fixes #9408 | Juan Linietsky | 2017-08-20 | 1 | -3/+0 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 52 | -114/+167 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adds Engine::is_editor_hint() method | ||||
| | * | | | | | | | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 47 | -114/+135 |
| | | | | | | | | | |||||
