Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Some more harmonization of EditorSettings code | Rémi Verschelde | |
2017-10-31 | Reorder EditorSettings code for better legibility | Rémi Verschelde | |
No functional change, only moving stuff around. | |||
2017-10-30 | Add support for non-ISO locale identifiers via renames map | Rémi Verschelde | |
Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it. | |||
2017-10-24 | Merge pull request #12340 from homer666/orbit-inertia-toned-down | Rémi Verschelde | |
Reduce default orbit inertia value [ci skip] | |||
2017-10-23 | Reduce default orbit inertia value | homer666 | |
2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | |
2017-10-10 | Freelook interpolation fixes | Marc Gilleron | |
- Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook | |||
2017-10-06 | EditorSettings: remove duplicate set_favorite_dirs | Poommetee Ketson | |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
2017-10-02 | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | |
Several visual improvements. | |||
2017-09-29 | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | |
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||
2017-09-28 | Several visual improvements. | Daniel J. Ramirez | |
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes. | |||
2017-09-26 | Update theme property respectively | volzhs | |
2017-09-25 | Removed transparency from spatial editor grid. | Daniel J. Ramirez | |
2017-09-24 | Added the ability to revert to initial value in editor settings. | Daniel J. Ramirez | |
2017-09-23 | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | |
-Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them. | |||
2017-09-23 | Allow to set a custom DynamicFont in editor settings | Marc Gilleron | |
2017-09-22 | freelook_base_speed calibration | Unknown | |
freelook_base_speed changed from 0.5 to 0.1 Also precision changed from 0.1 to 0.01 so it's possible to set values lower than 0.1 | |||
2017-09-21 | rotation orbit modifier defaults to none | Unknown | |
2017-09-21 | Merge pull request #11222 from toger5/spatial_scrolling | Rémi Verschelde | |
Spatial scrolling update + better default inertia values | |||
2017-09-21 | Merge pull request #11221 from toger5/editor_spacing | Rémi Verschelde | |
added editor spacing | |||
2017-09-19 | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual improvements and new look for VS | |||
2017-09-19 | settings 'editors/3d' organized, sorted, new_defaults | toger5 | |
2017-09-19 | update inertia/freelook settings values + renamed free_orbit... to | toger5 | |
oribit... | |||
2017-09-19 | zoom inertia uses its own setting (not the same then translation) | toger5 | |
2017-09-19 | added editor spacing | toger5 | |
2017-09-18 | Do not allow link-local addresses to be used by editor debugger | Fabio Alessandrelli | |
Default editor debugger address is now 127.0.0.1 | |||
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-14 | Improved VisualScriptEditor | Daniel J. Ramirez | |
2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | |
Improved style Fixed editor help issues Added editor help index | |||
2017-09-13 | Merge pull request #11199 from SaracenOne/filesystem_dirs | Rémi Verschelde | |
Add option to always show directories in filesystem dock | |||
2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez | |
2017-09-12 | Add option to always show directories in filesystem dock | SaracenOne | |
2017-09-07 | Modify inertia implementation for freelook and orbit | toger5 | |
- 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-04 | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | |
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | |||
2017-09-02 | Revert "added setting to override the theme background with editor theme color" | toger5 | |
This reverts commit ce4eb307789eb86261afecc1400de5e5b0832400. | |||
2017-08-31 | Added setting to toggle auto indent | Paulb23 | |
2017-08-31 | Merge pull request #10766 from poke1024/project-manager-dir | Rémi Verschelde | |
Adds default directory for default_project_path | |||
2017-08-31 | Adds default directory for default_project_path | poke1024 | |
2017-08-30 | added setting for icon/font color: auto,dark,light | toger5 | |
2017-08-30 | White Theme | toger5 | |
- almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme | |||
2017-08-28 | Merge pull request #10614 from poke1024/realtime-polygon-2d | Rémi Verschelde | |
Adds realtime updates to polygon 2d editing | |||
2017-08-28 | Merge pull request #10667 from Zylann/freelook_inertia | Rémi Verschelde | |
Added freelook inertia | |||
2017-08-27 | Added freelook inertia | Marc Gilleron | |
2017-08-27 | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | |
Added/Fixed null pointer checks | |||
2017-08-27 | Merge pull request #10625 from Rubonnek/fixed-leaks | Rémi Verschelde | |
Fixed several memory leaks | |||
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez | |
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde | |
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||
2017-08-26 | polygon2d realtime editing | Bernhard Liebl | |
editing nodes in the polygon2d editor now updates the polygon in realtime; the previous outline is shown, but this can be disabled via a new editor setting | |||
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky | |
-Make sure handles are always visible (on top) -Fixed instanced scene selection (should work properly now) -Added interpolated camera -Customizable gizmo colors in editor settings |