Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Merge pull request #18891 from groud/fix_bone_selection | Rémi Verschelde | |
Bring back 2D bone selection | |||
2018-05-16 | Merge pull request #18938 from guilhermefelipecgs/missing_header | Rémi Verschelde | |
Add missing copyright headers | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | Properly show the property name on tooltip | Juan Linietsky | |
2018-05-16 | AssetLib pagination modifications | Karolis K | |
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
2018-05-16 | Merge pull request #18921 from volzhs/margin-find-replace-bar | Rémi Verschelde | |
Add margin bottom with find/replace bar on script editor | |||
2018-05-16 | Merge pull request #18442 from StraToN/add-button-sort-methods-overview | Rémi Verschelde | |
Add a ToggleButton for alphabetic sorting in methods overview | |||
2018-05-16 | Add margin bottom with find/replace bar on script editor | volzhs | |
2018-05-15 | Fix compile error with clang | Marcelo Fernandez | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-15 | Merge pull request #18894 from volzhs/fix-toggle-visibility | Rémi Verschelde | |
Respect visibility change by Scene dock when using Sync Scene Changes | |||
2018-05-15 | Respect visibility change by Scene dock when using Sync Scene Changes | volzhs | |
Fix #18757 with keeping a feature introduced at 8343c9fbd | |||
2018-05-15 | Bring back 2D bone selection | Gilles Roudiere | |
2018-05-15 | Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platform | Rémi Verschelde | |
Fix two issues preventing model import from working properly when platform=server | |||
2018-05-15 | Merge pull request #18881 from groud/fix_hovered_nodes2D | Rémi Verschelde | |
Fixes hovered Nodes2D display in the editor (remove duplicates) | |||
2018-05-15 | Merge pull request #14848 from ianb96/ww | Rémi Verschelde | |
TextEdit Word Wrap | |||
2018-05-15 | Fixes hovered Nodes2D display in the editor (remove duplicates) | Gilles Roudiere | |
2018-05-14 | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | |
Enable autoload in editor | |||
2018-05-14 | TextEdit word wrap | Ian | |
2018-05-14 | Merge pull request #18797 from TailyFair/assetlib-video-overlay | Rémi Verschelde | |
Added video thumbnail overlay in asset description | |||
2018-05-13 | Editor: make custom bold font config working | Martin Capitanio | |
Fixes #18737 | |||
2018-05-12 | Merge pull request #18788 from Chaosus/fixblackpreviews | Rémi Verschelde | |
Fix black script previews | |||
2018-05-12 | Merge pull request #18800 from dragmz/removefile | Rémi Verschelde | |
fix for removing files | |||
2018-05-11 | Merge pull request #18742 from TailyFair/assetlib-fix | Max Hilbrunner | |
Fix AssetLib icon if remote icon load fails | |||
2018-05-11 | Thumbnail overlay for videos in AssetLib | Karolis K | |
2018-05-11 | fix for removing files | Marcin Zawiejski | |
2018-05-11 | Fix crash on editor startup when running with platform=server | Josh Faust | |
2018-05-11 | Fix black script previews | Chaosus | |
2018-05-11 | Merge pull request #18770 from eska014/cmdline | Rémi Verschelde | |
Command line fixes | |||
2018-05-11 | Add button hbox with alphabetic sort toggle above methods outline. | Julian Murgia | |
2018-05-11 | Merge pull request #18781 from toger5/bold_font_error_message | Rémi Verschelde | |
fixed bold font error message | |||
2018-05-11 | fixed bodl font error message | toger5 | |
2018-05-10 | Use mimetype according to glTF spec. | Yaakuro | |
2018-05-10 | Allow exporting runnable presets from command line | Leon Krause | |
2018-05-10 | Fix icon if remote icon load fails | Karolis K | |
2018-05-10 | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | |
GDScript function definition and get_node shortcut syntax highlighting | |||
2018-05-09 | Disable 'run' button if any project not selected and tiny refactoring | DmitryKrutskikh | |
2018-05-08 | Change from "search dialog" to "search bar" on help screen | Guilherme Silva | |
2018-05-08 | Merge pull request #17578 from endragor/ft-outlines | Rémi Verschelde | |
Perfect FreeType-based outlines for DynamicFonts | |||
2018-05-08 | Fix the 3D grid color setting hints | Hugo Locurcio | |
It was mistakenly changed to RGBA in #18525 when it should have stayed RGB (the 3D grid does not currently support transparency). | |||
2018-05-08 | Merge pull request #18693 from AndreaCatania/patch-1 | Rémi Verschelde | |
Fixed editor crash during editor closing | |||
2018-05-08 | Perfect FreeType-based outlines for DynamicFonts | Ruslan Mustakov | |
- Implement outlines based on FreeType Stroker API. This allows artifact-free results, similar to what you will see in Web or any text editing tools. Outline is a part of DynamicFont rather than Label, because outlines have to be baked into the font's atlas. Font has a default outline_color and a Label can specify font_outline_modulator that will be multiplied with the Font's color to get the final result. - draw_char now has to be called twice to fully render a text - first with p_outline == true for each character and then with p_outline == false for each character. - Number of draw-calls is reduced from 5 to 2 per outlined character. - Overall cleanup of DynamicFont code, extracted duplicated code pieces into separate methods. - The change is backward-compatible - Labels still have outline properties that work exactly as they worked before. Closes #16279. | |||
2018-05-08 | Merge pull request #15928 from StateOff/feature_batch_rename | Rémi Verschelde | |
Implements "Batch Rename" editor tool. | |||
2018-05-08 | Removed pointer deletion during editor closing | Andrea Catania | |
2018-05-07 | Merge pull request #16893 from GodotExplorer/debugger-improvement-3 | Juan Linietsky | |
Save runtime node as scene from remote scene tree. | |||
2018-05-07 | Merge pull request #11973 from AndreaCatania/ragdoll | Juan Linietsky | |
Ragdoll - Physical bone node | |||
2018-05-07 | Implemented ragdoll | AndreaCatania | |
Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll a Implemented implicit hierarchy. Improved Added some physics properties Added bone offset to preserve COM, partially fixed scaling work in progress WIP wip Implemented Joint Gizmos Implemented pin joint joint Implemented all joints | |||
2018-05-07 | Merge pull request #18113 from toger5/bold_font | Juan Linietsky | |
added bold font to editor (support for coustom bold font) | |||
2018-05-07 | Merge pull request #18684 from muiroc/fix_dragdrop_instancing | Juan Linietsky | |
Editor: Makes dragdrop instantiation behavior consistent with the instance scene button |