Commit Graph

8538 Commits

Author SHA1 Message Date
4fc246e99e Merge pull request #52573 from e8newallm/Save_Scene-52078 2021-09-29 09:15:14 +02:00
ad635567b1 Merge pull request #53189 from AnilBK/use-class-specific-funcs 2021-09-29 07:40:52 +02:00
50c0cee44e Merge pull request #53186 from groud/tiles_fixes 2021-09-29 07:05:19 +02:00
fc9767abb1 Use functions defined in the their classes. 2021-09-29 09:36:34 +05:45
27b9b3ef3c Various tiles-related fixes 2021-09-28 19:25:49 +02:00
06b9ea1921 Merge pull request #41855 from Razoric480/key_up_down_spin_slider 2021-09-28 17:33:49 +02:00
3e18cc24a4 Add up/down keys to inc/dec val in spin slider
Fixes #godotengine/godot-proposals#29
2021-09-28 10:21:19 -04:00
46607ec08e Merge pull request #53064 from YeldhamDev/template_manager_mirror_icon 2021-09-28 12:14:13 +02:00
e2b58ef4dc Set dialog folder icon color 2021-09-27 19:33:15 +01:00
a402bf0ea4 Fix tile size property 2021-09-26 19:32:30 +02:00
1363fe3892 Fix error when opening multiple debugger sessions 2021-09-26 02:41:11 -03:00
e84861d596 Make some buttons in editor use the lighter version of the TabMenu icon 2021-09-25 15:30:11 -03:00
3143e7df69 Add history navigation in the script editor using extra mouse buttons
This feature is enabled by default, but it can be disabled in the editor
settings in case it interferes with other uses of the extra buttons
(such as push-to-talk in a VoIP program).
2021-09-25 13:33:07 +02:00
9293c76636 Merge pull request #53049 from AnilBK/dont-construct-2 2021-09-25 12:26:08 +02:00
cdd912c48e Construct values only when necessary. 2021-09-25 14:46:45 +05:45
1a3d53c008 TexturePreview Update text when texture is being changed 2021-09-25 00:10:12 +02:00
ed5f6cc351 Fix GPUParticle3D emission point generation
`emission_point_texture` is now correctly created from an image containing the emission points.
2021-09-24 23:11:10 +02:00
8b279541b2 Merge pull request #52987 from Calinou/editor-debugger-color-error-warning-lines 2021-09-24 21:41:51 +02:00
89c718c58b Merge pull request #44352 from KoBeWi/ItemList🔥🔥🔥🔥🔥
Add Delete All button to ItemList editor
2021-09-24 20:46:42 +02:00
f7e152b001 Add Delete All button to ItemList editor 2021-09-24 14:56:46 +02:00
32ab77ef8f Merge pull request #52430 from AnilBK/vector2-replacements 2021-09-24 13:04:42 +02:00
10801b90f9 Merge pull request #52994 from YeldhamDev/dock_popup_arrow_fix 2021-09-24 08:49:45 +02:00
f289b13b6b Fix arrow pointing in the wrong direction in the Dock Position popup 2021-09-23 21:32:48 -03:00
cae492562b Color error and warning lines in the editor debugger's Errors panel
This improves readability when some errors/warnings are unfolded,
as their stack traces will keep their original colors.
2021-09-24 01:15:36 +02:00
e92064fbef Merge pull request #52924 from David1Socha/expose_import_keep_when_multiple_selected 2021-09-24 01:14:59 +02:00
ec9f9f72e2 export "Keep" import option when multiple files are selected
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
2021-09-23 16:48:32 -05:00
cc51b045da Construct values only when necessary. 2021-09-23 22:26:07 +05:45
f9e6329496 Implement animated tiles 2021-09-23 17:24:37 +02:00
88b347dc27 Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions 2021-09-23 13:14:20 +02:00
545db3c8af Update Font advanced import dialog character ranges to Unicode 14. Fix character range selector column number. 2021-09-22 16:55:39 +03:00
0f48599ada Merge pull request #52808 from AnilBK/simplify-logic 2021-09-22 14:08:19 +02:00
c63d51408f Use Rect2's get_end(). 2021-09-22 14:09:45 +05:45
c63d1c3e4a Merge pull request #52923 from SirQuartz/paint-tool 2021-09-22 10:06:17 +02:00
d625901032 Fix paint tool duplicate shortcut
This pull request fixes an issue where the pain tool in tile_map_editor.cpp had two different shortcuts for the same tool.
2021-09-21 23:04:46 -04:00
1032c8535b Fix 3D view name typo 2021-09-22 10:30:48 +08:00
ba57252bd8 Merge pull request #52878 from AnilBK/add-get-center 2021-09-21 21:30:30 +02:00
726b826b31 Merge pull request #52901 from nonunknown/master 2021-09-21 21:04:52 +02:00
5489f43844 Fix alpha typo in code completion color 2021-09-21 12:59:01 -03:00
90908cd67d Add Get Center Method for Rect2/Rect2i and AABB. 2021-09-21 21:14:17 +05:45
b1853d8672 i18n: Sync translations with Weblate
(cherry picked from commit 323c3ee9db5414dbd79748a98e21446dddecb057)
2021-09-21 17:28:21 +02:00
6b65092c57 Added ability to override shortcut definitions for OSX (remove preprocessor defines) 2021-09-22 00:09:57 +10:00
b458feba24 Merge pull request #51655 from RevoluPowered/improve-gdscript-code-editor-performance
Improve GDScript Editor performance
2021-09-21 15:18:17 +02:00
28b7c1be80 Improve implementation of builtin action overrides 2021-09-21 22:25:31 +10:00
1881b3adc5 Improve GDScript Editor and Improve latency
Improvements:
- GDScript Highlighter is faster by 25% as keys are smaller (hashes instead of strings)
- Removes message queue from _apply_settings_change to allow resize to work correctly
- Some performance fixes are pending still

Note: this resolves the code editor behaving badly when resizing in debug builds
2021-09-21 13:56:47 +02:00
2785ad32df Merge pull request #52884 from aaronfranke/doc-no-empty
Don't generate empty methods/constants doc sections and reduce code duplication
2021-09-21 11:12:19 +02:00
40eabbb120 Merge pull request #52601 from KoBeWi/scene_renaissance
Make restore_scenes_on_load true by default
2021-09-21 10:45:18 +02:00
e3ebe8b976 Merge pull request #52886 from bruvzg/rtl_fixes
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
2021-09-21 10:16:56 +02:00
99dc2ec9e1 Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment. 2021-09-21 10:35:23 +03:00
b323660fe8 Merge pull request #52868 from jmb462/mouse_input
Allow mouse button event detection in Action Map Editor
2021-09-21 09:33:53 +02:00
d54f2ad7ca Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00