| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 28 | -85/+79 |
| | | |||||
| * | Merge pull request #10581 from hpvb/fix-gcc6+ | Rémi Verschelde | 2017-08-25 | 76 | -802/+732 |
| |\ | | | | | Make cast_to a static member of Object. | ||||
| | * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 76 | -802/+732 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | ||||
| * | | Fix bug where not all previews are shown, closes #9895 | Juan Linietsky | 2017-08-24 | 1 | -2/+8 |
| |/ | |||||
| * | -Code completion for enumerations | Juan Linietsky | 2017-08-24 | 4 | -9/+11 |
| | | | | | -Disabled GDNative and GDNativeScript so build compiles again | ||||
| * | Changed MethodBind API to request information from methods. It's much claner ↵ | Juan Linietsky | 2017-08-23 | 4 | -146/+268 |
| | | | | | | | now. Also changed PropertyInfo to include informatino about class names. | ||||
| * | Remove an assignment to self | Hein-Pieter van Braam | 2017-08-23 | 1 | -1/+0 |
| | | | | | | This line does a = a and has a FIXME line. It seems that reduz can't think of a reason for it either, so here it goes. | ||||
| * | Removed EditorHelp::_scroll_changed | Wilson E. Alvarez | 2017-08-23 | 2 | -14/+0 |
| | | |||||
| * | Merge pull request #10573 from tagcup/gizmo_aabb_scaling_order | Rémi Verschelde | 2017-08-23 | 1 | -1/+5 |
| |\ | | | | | Fix the order of transformations for selection bounding box in spatial editor. | ||||
| | * | Fix the order of transformations for selection bounding box in spatial editor. | Ferenc Arn | 2017-08-22 | 1 | -1/+5 |
| | | | | | | | | | | | | | This was broken in #7438 where the ordering of scaling in Basis::scale() was fixed, but this line of code (which relied on the incorrect behavior) wasn't updated correctly. Fixes #9894. | ||||
| * | | Merge pull request #10558 from RandomShaper/undo-after-auto-indent | Rémi Verschelde | 2017-08-23 | 1 | -1/+12 |
| |\ \ | | | | | | | Add ability to undo auto-indent | ||||
| | * | | Add ability to undo auto-indent | Pedro J. Estébanez | 2017-08-22 | 1 | -1/+12 |
| | | | | | | | | | | | | | Closes #10420. | ||||
| * | | | Merge pull request #10550 from djrm/pr_color_fixes | Rémi Verschelde | 2017-08-23 | 2 | -4/+24 |
| |\ \ \ | |_|/ |/| | | Child process connected message is now green. | ||||
| | * | | Ability to set script debugger reason text context. | Daniel J. Ramirez | 2017-08-22 | 2 | -4/+24 |
| | | | | |||||
| * | | | Merge pull request #10551 from djrm/pr_editor_fixes | Rémi Verschelde | 2017-08-23 | 1 | -0/+2 |
| |\ \ \ | |_|/ |/| | | | | | | | | Do not use old styles for tab buttons [ci skip] | ||||
| | * | | Do not use old styles for tab buttons | Daniel J. Ramirez | 2017-08-21 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #10538 from groud/fix_useless_separator | Rémi Verschelde | 2017-08-22 | 1 | -1/+0 |
| |\ \ | | | | | | | Fix unneeded separator in Script Editor's Debug menu | ||||
| | * | | Fix uneeded separator | Gilles Roudiere | 2017-08-22 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge pull request #10507 from toger5/override_code_them_bg | Rémi Verschelde | 2017-08-22 | 2 | -2/+8 |
| |\ \ \ | | | | | | | | | added setting to override the theme background with editor theme color | ||||
| | * | | | added setting to override the theme background with editor theme color | toger5 | 2017-08-21 | 2 | -2/+8 |
| | | | | | |||||
| * | | | | Merge pull request #10519 from toger5/remove_addition_border | Rémi Verschelde | 2017-08-22 | 1 | -14/+2 |
| |\ \ \ \ | | | | | | | | | | | Remove addition border | ||||
| | * | | | | removed additional border function. (not needed with new styleboxes) | toger5 | 2017-08-21 | 1 | -14/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #10527 from hpvb/fix-10517 | Rémi Verschelde | 2017-08-22 | 1 | -1/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add null check to ScriptEditor get_current_tab_control() call | ||||
| | * | | | | | Add null check to ScriptEditor get_current_tab_control() call | Hein-Pieter van Braam | 2017-08-22 | 1 | -1/+4 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | This fixes #10517 | ||||
| * / | | | | Fixed build for Visual Studio | Mason Ashbridge | 2017-08-21 | 1 | -1/+0 |
| |/ / / / | |||||
| * | | | | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 7 | -32/+16 |
| |\ \ \ \ | | | | | | | | | | | Removed unnecessary assignments | ||||
| | * | | | | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 7 | -32/+16 |
| | |/ / / | |||||
| * | | | | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | 2017-08-22 | 1 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | Added notification const NOTIFICATION_WM_ABOUT | ||||
| | * | | | | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | 2017-08-17 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 3 | -37/+37 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ClassDB: Provide the enum name of integer constants | ||||
| | * | | | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 3 | -37/+37 |
| | | | | | | |||||
| * | | | | | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | 2017-08-21 | 3113 | -57191/+8571 |
| |\ \ \ \ \ | | | | | | | | | | | | | SVG support | ||||
| | * | | | | | Added missing icon and svgs upscaling | Daniel J. Ramirez | 2017-08-20 | 27 | -45/+147 |
| | | | | | | | |||||
| | * | | | | | 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 | 1 | -10/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #10508 from Paulb23/increase_smooth_scroll_speed | Rémi Verschelde | 2017-08-21 | 2 | -0/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Increased smooth scroll speed and added user setting | ||||
| | * | | | | | | Increased smooth scroll speed and added user setting | Paulb23 | 2017-08-21 | 2 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | fixed rounded corners for visual script editor | toger5 | 2017-08-21 | 1 | -4/+4 |
| | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-21 | 4 | -80/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | 3 | -16/+16 |
| |/ / / / / | | | | | | | | | | | | | | | | Also improves the command-line help text readability. | ||||
| * | | | | | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | 2017-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | project.godot. Closes #9459 | ||||
| * | | | | | Fix mismatched hints for filesystem/import/pvrtc_texture_tool | Rémi Verschelde | 2017-08-20 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | 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 | 5 | -5/+6 |
| |\ \ \ \ | |/ / / |/| | | | Adds Engine::is_editor_hint() method | ||||
| | * | | | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 5 | -5/+3 |
| | | | | | |||||
| | * | | | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 2 | -1/+3 |
| | |/ / | |||||
| * | | | Merge pull request #10476 from Paulb23/delete_current_line_issue_9643 | Rémi Verschelde | 2017-08-20 | 2 | -0/+18 |
| |\ \ \ | | | | | | | | | Delete current line, issue 9643 | ||||
| | * | | | Delete current line, issue 9643 | Paulb23 | 2017-08-20 | 2 | -0/+18 |
| | | | | | |||||
