summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-17Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde
Adds display of old bounding box as suggested by Zephilinox in issue …
2017-09-17Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson
Added adaptive text editor theme
2017-09-17Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson
Compile fix for clang error on spatial_editor_plugin.cpp
2017-09-16Add missing icons in animation tree editorGuilherme Felipe
2017-09-16Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky
interpolation.
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-14Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez
implementation
2017-09-14adds display of old bounding box as suggested by Zephilinox in issue #10936poke1024
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam
More consistent script color temperatures.
2017-09-14Merge pull request #11195 from poke1024/fix10936Rémi Verschelde
Sprite selection rectangle updates again (fixes #10936)
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke1024
sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
2017-09-13More consistent script color temperatures.Daniel J. Ramirez
2017-09-13Merge pull request #11081 from djrm/pr_better_3d_gridRémi Verschelde
Better looking spatial editor grid
2017-09-13Merge pull request #7908 from SaracenOne/recastRémi Verschelde
In-editor navmesh generation.
2017-09-13Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde
Smarter toggle comment block. fixes #10720
2017-09-12Merge pull request #11047 from toger5/interpolation_chnageRémi Verschelde
Modify inertia implementation for freelook and orbit
2017-09-12Merge pull request #11025 from volzhs/script-editorRémi Verschelde
Fit script editor grid with others
2017-09-12Merge pull request #11020 from toger5/theme_animation_editor_colorsRémi Verschelde
removed hardcoded color and added theme update for animation editor
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
Fix unused variable warnings
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
Remove assignment and declarations in if statements
2017-09-11fix always updating +removed print +use EDITOR_DEFtoger5
2017-09-09update icons for animation_player_plugin (top bar)toger5
2017-09-08Better looking spatial editor gridDaniel J. Ramirez
2017-09-08Fix unused variable warningsHein-Pieter van Braam
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means.
2017-09-08Fix various assorted warningsHein-Pieter van Braam
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably ↵Juan Linietsky
several more issues. Made it optional in the project settings but defaults to true.
2017-09-07Modify inertia implementation for freelook and orbittoger5
- freelook now uses position based inertia (holding a key for a specific time always rults in the same distance traveled independent of inertia setting) - orbit inertia now is angle bases. (not transformation based) -> camera always takes the same path. - added setting for orbit inertia - added setting hints for freelook settings.
2017-09-07Revert "Removed camera interpolation in orthogonal mode (I have no idea how ↵toger5
to fix this due to how orthogonal works), closes #10718" This reverts commit 895140389a7306eafc9a36f51d892ece0001f223.
2017-09-07Removed camera interpolation in orthogonal mode (I have no idea how to fix ↵Juan Linietsky
this due to how orthogonal works), closes #10718
2017-09-07Fit script editor grid with othersvolzhs
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-05Smarter toggle comment block. issue #10720Paulo Gomes
Added check to see if all lines in selection are commented (is_commented) If so remove the comment from each line else add a comment. If the line is empty, with trailing spaces or tabs, remove those. This will add an extra comment character to the lines that are already commented, so when you uncomment a block it retains the previous commented lines. Following Zylann logic, if the selected lines are all commented out, it removes one # from each. Otherwise, it adds one. It works how it is, but i would like some feedback on how to implement this.
2017-09-04Merge pull request #10907 from SaracenOne/spatial_edit_dragRémi Verschelde
Added support for drag and drop in spatial editor.
2017-09-04Merge pull request #10931 from djrm/pr_style_fixesRémi Verschelde
Improved color temperature in script editor
2017-09-04Merge pull request #10941 from Noshyaar/pr-cursorRémi Verschelde
2DEditor: enhance viewport cursor shape
2017-09-04Recast integration.Saracen
2017-09-04-Changed KinematicBody API yet again to make it friendlierJuan Linietsky
-Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation)
2017-09-04Merge pull request #10939 from neikeq/fix-overridden-external-editorsRémi Verschelde
Fixes language overridden external editors
2017-09-04Merge pull request #10920 from Paulb23/smooth_scrolling_shader_editorRémi Verschelde
Enabled smooth scrolling for shader editor
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
2017-09-04Merge pull request #10895 from Paulb23/fix_delete_animation_framesRémi Verschelde
Fixed delete animation frames in AnimatedSprite, issue 10788
2017-09-042DEditor: enhance viewport cursor shapePoommetee Ketson
2017-09-03Fixes language overridden external editorsIgnacio Etcheverry
2017-09-03-Added an optimization so physics shapes are configured later, speeds up ↵Juan Linietsky
grid map loading and editing