Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-04 | Merge pull request #41761 from madmiraal/fix-assignment-operators | Rémi Verschelde | |
Ensure assignment operators return by reference to avoid unnecessary copies. | |||
2020-09-04 | Ensure assignment operators return by reference to avoid unnecessary copies. | Marcel Admiraal | |
2020-09-04 | Merge pull request #40996 from Calinou/improve-debug-editor-tooltips | Rémi Verschelde | |
Improve editor tooltips related to debugging | |||
2020-09-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 41b9e1d7ea6241114babf0681c4e25400230ecfc) | |||
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | |
2020-09-03 | Merge pull request #41022 from qarmin/fixes_leak_with_creating_settings | Rémi Verschelde | |
Fixes leak with creating editor settings | |||
2020-09-03 | Merge pull request #41050 from Calinou/spriteframes-editor-compact | Rémi Verschelde | |
Make the SpriteFrames animation speed SpinBox take less vertical space | |||
2020-09-03 | Merge pull request #41332 from bruvzg/win_subsys_option | Rémi Verschelde | |
Revert #41164, add subsystem build option. | |||
2020-09-03 | Merge pull request #41702 from kotelifelif/37424 | Rémi Verschelde | |
Update search function in project settings | |||
2020-09-03 | Merge pull request #41724 from Chaosus/vs_fix_particles | Yuri Roubinsky | |
Restore Particles functionality in visual shader | |||
2020-09-03 | Restore Particles functionality in visual shader | Yuri Roubinsky | |
2020-09-03 | Merge pull request #41589 from sburris0/master | Rémi Verschelde | |
Make blank project name create an error, not a warning | |||
2020-09-02 | Fix filtering of search results in SectionedInspector | booer | |
2020-09-02 | Fix editor inspector refresh not working | Eric M | |
2020-09-01 | Merge pull request #41668 from clayjohn/GLOW-HQ | Rémi Verschelde | |
Add high quality glow mode | |||
2020-09-01 | Merge pull request #37022 from aaronfranke/editor-plugin-iter-back | Rémi Verschelde | |
Iterate backwards over EditorPlugin's list of plugins in get_editor etc | |||
2020-09-01 | Merge pull request #37240 from aaronfranke/pm-min-size | Rémi Verschelde | |
Change the "remove missing" button to disabled rather than hidden | |||
2020-09-01 | Merge pull request #40868 from aaronfranke/color-html-rgba | Rémi Verschelde | |
Change Color HTML conversion from ARGB to RGBA | |||
2020-08-31 | Add high quality glow mode | clayjohn | |
2020-09-01 | Change Color HTML conversion from ARGB to RGBA | Aaron Franke | |
Also add support for 3 and 4 digit values in C#. Now it actually matches the HTML/CSS spec. | |||
2020-08-31 | Fix being able to create invalid scripts by pressing enter inside "Path" | Michael Alexsander | |
2020-08-31 | Change the "remove missing" button to disabled rather than hidden | Aaron Franke | |
Also set a minimum size | |||
2020-08-31 | Merge pull request #41601 from hinlopen/remember-last-filter-order | Rémi Verschelde | |
Fix not saving new filter order in project manager | |||
2020-08-31 | Merge pull request #30148 from zaksnet/fix-texture-editor | Rémi Verschelde | |
Adds automatic update for StyleBoxTexture > region_rect | |||
2020-08-31 | Merge pull request #38580 from aaronfranke/import-dock | Rémi Verschelde | |
Make the Import dock depend on the FileSystem dock for editor feature profiles | |||
2020-08-30 | Fix crash because of initialized EditorDebuggerPlugin field | Ignacio Etcheverry | |
2020-08-29 | Adds automatic update for region_rect | Zak | |
When changing the texture region for a StyleBox, the regions was not updating automatically in the Texture editor. | |||
2020-08-29 | Fix not saving new filter order | Stijn Hinlopen | |
2020-08-28 | Make blank project name create an error, not a warning | Spencer Burris | |
2020-08-28 | Add placeholders to the searchbars in the Project/Editor settings | Michael Alexsander | |
2020-08-27 | Refactor project filter in Project Manager | Stijn Hinlopen | |
- Reorder search/sort bar - Removed ProjectListFilter (unnecessary abstraction) - Reorder side bar buttons - Removed some unused variables/methods | |||
2020-08-27 | Merge pull request #41523 from Lunatoid/theme-editor-h-scrollbar | Rémi Verschelde | |
Gives the theme editor a horizontal scrollbar | |||
2020-08-27 | Merge pull request #39440 from simpuid/custom-profilers | Rémi Verschelde | |
Debugger Plugins in Godot | |||
2020-08-27 | Merge pull request #40302 from verdog/camera-bounds-fix | Rémi Verschelde | |
Fix Camera2D Incorrect Preview Bounds | |||
2020-08-27 | Make the Import dock depend on the FileSystem dock | Aaron Franke | |
2020-08-27 | Iterate backwards over EditorPlugin's list of plugins in get_editor etc | Aaron Franke | |
2020-08-26 | Added debugger plugin support | simpu | |
Changes: * EngineDebugger is exposed to gdscript. Game side of communication can be implemented through it. * EditorDebuggerPlugin is added which handles the editor side of communication. | |||
2020-08-26 | Gives the theme editor a horizontal scrollbar | Lunatoid | |
Fixes #34509 where the theme editor would push away the inspector if something like "hseperation" is really high. Now `set_enable_h_scroll` is true which fixes this. | |||
2020-08-25 | Accept DynamicFontData for Fonts | Tomasz Chabora | |
2020-08-25 | Merge pull request #41138 from ↵ | Rémi Verschelde | |
EricEzaM/open-inspector-section-on-drag-and-drop-hover Added ability to unfold editor sections when dragging and dropping. | |||
2020-08-25 | Merge pull request #41085 from SekoiaTree/master | Rémi Verschelde | |
Fixed node scaling arrows being wrong | |||
2020-08-25 | Merge pull request #40443 from SkyLucilfer/PluralsSupport | Rémi Verschelde | |
Added plurals and context support to Translation | |||
2020-08-25 | Added ability to unfold editor sections when dragging and dropping. | Eric M | |
Also added editor setting to control the delay used before unfold occurs. | |||
2020-08-25 | Fixed node scaling arrows being wrong | SekoiaTree | |
Patch for #21755. Node scaling arrows pointed the wrong way when nodes were rotated. Ammend: made math cleaner. Simplified expression Changes suggested by Aaron Franke Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | |||
2020-08-19 | Improve search and display in the editor property/method selector | Hugo Locurcio | |
- Use postfix notation for types in the method selector (for consistency with the editor help). - Perform a case-insensitive match and replace spaces with underscores in the search string. - Fix extraneous space after the `void` return type. | |||
2020-08-19 | Merge pull request #41080 from naithar/feature/ios-framework-import | Rémi Verschelde | |
[iOS] [4.0] Export: Add a method to embed a framework | |||
2020-08-19 | iOS Export: Add a method to embed a framework | Sergey Minakov | |
By default 'add_ios_framework' would not embed a framework to save previous behavior. New 'add_ios_embedded_framework' would embed framework on export. | |||
2020-08-19 | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. | SkyJJ | |
2020-08-19 | Updated Translation architecture to have TranslationPO, did some commit ↵ | SkyJJ | |
fixes and updated class Reference. | |||
2020-08-19 | Update POT generation to handle context and plurals | SkyJJ | |