Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-25 | Merge pull request #10581 from hpvb/fix-gcc6+ | Rémi Verschelde | |
Make cast_to a static member of Object. | |||
2017-08-24 | Fix bug where not all previews are shown, closes #9895 | Juan Linietsky | |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | |
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/ | |||
2017-08-24 | -Code completion for enumerations | Juan Linietsky | |
-Disabled GDNative and GDNativeScript so build compiles again | |||
2017-08-23 | Changed MethodBind API to request information from methods. It's much claner ↵ | Juan Linietsky | |
now. Also changed PropertyInfo to include informatino about class names. | |||
2017-08-23 | Remove an assignment to self | Hein-Pieter van Braam | |
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. | |||
2017-08-23 | Removed EditorHelp::_scroll_changed | Wilson E. Alvarez | |
2017-08-23 | Merge pull request #10573 from tagcup/gizmo_aabb_scaling_order | Rémi Verschelde | |
Fix the order of transformations for selection bounding box in spatial editor. | |||
2017-08-23 | Merge pull request #10558 from RandomShaper/undo-after-auto-indent | Rémi Verschelde | |
Add ability to undo auto-indent | |||
2017-08-23 | Merge pull request #10550 from djrm/pr_color_fixes | Rémi Verschelde | |
Child process connected message is now green. | |||
2017-08-22 | Fix the order of transformations for selection bounding box in spatial editor. | Ferenc Arn | |
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. | |||
2017-08-23 | Merge pull request #10551 from djrm/pr_editor_fixes | Rémi Verschelde | |
Do not use old styles for tab buttons [ci skip] | |||
2017-08-22 | Ability to set script debugger reason text context. | Daniel J. Ramirez | |
2017-08-22 | Add ability to undo auto-indent | Pedro J. Estébanez | |
Closes #10420. | |||
2017-08-22 | Merge pull request #10538 from groud/fix_useless_separator | Rémi Verschelde | |
Fix unneeded separator in Script Editor's Debug menu | |||
2017-08-22 | Fix uneeded separator | Gilles Roudiere | |
2017-08-22 | Merge pull request #10507 from toger5/override_code_them_bg | Rémi Verschelde | |
added setting to override the theme background with editor theme color | |||
2017-08-22 | Merge pull request #10519 from toger5/remove_addition_border | Rémi Verschelde | |
Remove addition border | |||
2017-08-22 | Merge pull request #10527 from hpvb/fix-10517 | Rémi Verschelde | |
Add null check to ScriptEditor get_current_tab_control() call | |||
2017-08-21 | Fixed build for Visual Studio | Mason Ashbridge | |
2017-08-21 | Do not use old styles for tab buttons | Daniel J. Ramirez | |
2017-08-22 | Add null check to ScriptEditor get_current_tab_control() call | Hein-Pieter van Braam | |
This fixes #10517 | |||
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-22 | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | |
Added notification const NOTIFICATION_WM_ABOUT | |||
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-21 | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | |
SVG support | |||
2017-08-21 | added setting to override the theme background with editor theme color | toger5 | |
2017-08-21 | removed additional border function. (not needed with new styleboxes) | toger5 | |
2017-08-21 | Merge pull request #10508 from Paulb23/increase_smooth_scroll_speed | Rémi Verschelde | |
Increased smooth scroll speed and added user setting | |||
2017-08-21 | fixed rounded corners for visual script editor | toger5 | |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-08-21 | Increased smooth scroll speed and added user setting | Paulb23 | |
2017-08-21 | Fixes for new two-dash long command line arguments | Rémi Verschelde | |
- 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 | |||
2017-08-21 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-08-20 | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | |
project.godot. Closes #9459 | |||
2017-08-20 | Fix mismatched hints for filesystem/import/pvrtc_texture_tool | Rémi Verschelde | |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-20 | Merge pull request #10483 from Zylann/orbit_sensitivity | Rémi Verschelde | |
Reduced default orbit sensitivity for smoother rotation | |||
2017-08-20 | Added missing icon and svgs upscaling | Daniel J. Ramirez | |
2017-08-20 | Added pure vector theme, with dark icons variation | Daniel J. Ramirez | |
2017-08-20 | Added support for SVG | Daniel J. Ramirez | |
2017-08-20 | Inspector is no longer cleared when game runs, fixes #9408 | Juan Linietsky | |
2017-08-20 | Reduced default orbit sensitivity for smoother rotation | Marc Gilleron | |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | |
Adds Engine::is_editor_hint() method | |||
2017-08-20 | Merge pull request #10476 from Paulb23/delete_current_line_issue_9643 | Rémi Verschelde | |
Delete current line, issue 9643 | |||
2017-08-20 | Merge pull request #10473 from akien-mga/run_window_placement_default | Rémi Verschelde | |
Rename "Default" window placement mode to "Top Left" | |||
2017-08-20 | Merge pull request #10460 from Zylann/orbit_sensitivity | Rémi Verschelde | |
Added option for mouse orbit sensitivity | |||
2017-08-20 | Merge pull request #10455 from groud/control_margin_fixes | Rémi Verschelde | |
Some control fixes and removed other useless lines | |||
2017-08-20 | Delete current line, issue 9643 | Paulb23 | |
2017-08-20 | Rename "Default" window placement mode to "Top Left" | Rémi Verschelde | |
It is no longer the default value ;) |