1
0
Fork 0
Commit Graph

208 Commits

Author SHA1 Message Date
Thaddeus Crews 90bd3ada97
Merge pull request #112769 from KoBeWi/don't🚗translate
Prevent translating custom data layers
2025-11-14 17:16:46 -06:00
Thaddeus Crews d1a90109b4
Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
Thaddeus Crews c287d61402
Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
Thaddeus Crews 26fd075621
Merge pull request #108079 from arkology/scenes-list
Add opened scenes list button
2025-11-14 14:22:42 -06:00
Thaddeus Crews 527cb4123e
Merge pull request #107264 from DevPoodle/local_space_2d
Add "Use Local Space" option to the 2D editor
2025-11-14 14:22:28 -06:00
kobewi e15a54ddea Prevent translating custom data layers 2025-11-14 18:23:08 +01:00
Malcolm Anderson a48353b1c6 Stop drawing of MarginContainer margins if not in tree
Use `is_visible_in_tree()` as per KoBeWi's suggestion
2025-11-13 16:35:13 -08:00
Thaddeus Crews 65beea65d8
Merge pull request #108987 from timothyqiu/plugins-list-cleanup
Clean up `EditorPluginList`
2025-11-13 17:43:01 -06:00
Thaddeus Crews 8950c6527b
Merge pull request #101165 from timoschwarzer/feature/2d-particle-emission-textures-refactor
Improve 2D Particle Emission Mask dialog
2025-11-13 17:42:55 -06:00
Thaddeus Crews 55bedbfaf5
Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
passivestar fac37c66c1 Fix 2d ruler visibility in modern theme 2025-11-12 12:14:11 +04:00
Thaddeus Crews 8327dfa215
Merge pull request #112092 from timothyqiu/ts-nums
Move localized number formatting methods to `TranslationServer`
2025-11-10 17:47:09 -06:00
Thaddeus Crews e33c423700
Merge pull request #108314 from KoBeWi/shift_in_meta
Replace repetitive meta/ctrl condition with a method
2025-11-10 17:47:08 -06:00
Thaddeus Crews 734fe458ba
Merge pull request #105203 from dennmar/red_axes_fix
Fix smart snapping lines to disappear after using the pivot tool
2025-11-10 17:47:05 -06:00
kobewi 98141c3d73 Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +01:00
Thaddeus Crews 2ab796b863
Merge pull request #112360 from DeeJayLSP/more-prop-subsection
Modern Style: Use a StyleBox in signals and groups
2025-11-10 08:20:21 -06:00
Thaddeus Crews ac8991c3c3
Merge pull request #109237 from arkology/theme-editor-ui
`ThemeEditor`: Reorganize/fix UI to make it fit in editor (at its minimum size in single-window mode) better
2025-11-10 08:20:09 -06:00
Haoyu Qiu 72d437c030 Move localized number formatting methods to TranslationServer
Co-Authored-By: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-11-10 15:01:22 +08:00
dennmar 875e06ce89 Fix merge conflict after rebase 2025-11-09 17:59:30 -08:00
Timo Schwarzer a9dab2ba22
Improve 2D Particle Emission Mask dialog
# Conflicts:
#	editor/scene/2d/particles_2d_editor_plugin.cpp
2025-11-09 21:15:55 +01:00
DeeJayLSP 5c4d9930a4 Modern Style: Use a StyleBox in signals and groups 2025-11-07 16:02:26 -03:00
Thaddeus Crews 86e0c22c57
Merge pull request #112375 from timothyqiu/dpi-texture-preview
Allow previewing DPITexture in Inspector
2025-11-04 16:32:55 -06:00
Thaddeus Crews 3fb8961b00
Merge pull request #110120 from TokageItLab/ik-modifier-3d
Add `SkeletonModifier3D` IKs as `IKModifier3D`
2025-11-04 16:32:36 -06:00
Thaddeus Crews 561bac4cb4
Merge pull request #112285 from Insert-Uncreateive-Name-Here/master
Fix `CollisionPolygon3D` debug shape rendering.
2025-11-04 16:32:30 -06:00
Thaddeus Crews dc0aa56865
Merge pull request #109458 from SatLess/DumbRes
Add indicator to linked resources
2025-11-04 16:32:25 -06:00
Sat 804188d320 Add indicator to linked Resources 2025-11-04 16:55:31 -03:00
Haoyu Qiu 8cf34991c1 Allow previewing DPITexture in Inspector 2025-11-04 16:05:51 +08:00
Thaddeus Crews 1adfcb262d
Merge pull request #112349 from kleonc/tile_set_editor_paint_terrain_pick_crash
Fix TileSet editor crash on terrain pick in paint mode
2025-11-03 17:49:36 -06:00
Thaddeus Crews 85082bbe1a
Merge pull request #112241 from KoBeWi/bone_breaker
Fix Polygon2D editor undo crash
2025-11-03 17:49:34 -06:00
kleonc fb5a299a60 Fix TileSet editor crash on terrain pick in paint mode 2025-11-03 20:31:29 +01:00
Silc Lizard (Tokage) Renew bf22eb25e3 Add IKModifier3D 2025-11-04 02:38:48 +09:00
Rémi Verschelde 334e58094a
Merge pull request #112271 from kleonc/tile_set_editor_fix_checking_outside_tiles
Check for tiles outside texture on TileSet atlas settings changes
2025-11-01 19:06:52 +01:00
Rémi Verschelde 1962e7d058
Merge pull request #112249 from YeldhamDev/drag_stuck_fix
Fix canvas editor getting stuck on drag operations
2025-11-01 19:06:07 +01:00
Rémi Verschelde 9a079cd2b2
Merge pull request #110428 from CookieBadger/fix-viewport-numpad-emulation
Fix numpad emulation in 3d navigation shortcuts
2025-11-01 19:05:03 +01:00
Giganzo 1ace0b449a
Fix missing shortcuts for play buttons in SpriteFrames Editor 2025-11-01 18:30:51 +01:00
Michael Moore 4fe40ac07e
Fixing CollisionPolygon3D debug shape rendering.
When a CollisionPolygon3D is drawn with a concave area, it fails to render the surface of the top and bottom.

Steps to reproduce the bug in the editor:
1. Create a new scene
2. Create CollisionPolygon3D
3. Make sure debug fill is checked in the CollisionPolygon3D inspector.
4. Add these vertices to the the polygon (0,0), (1,-1), (1,1), (-1, 1), (-1, 0.3).

You should see that only one triangle from the top and bottom of the polygon is drawn and the reset are missing.
2025-11-01 09:38:58 -05:00
kleonc d9cf67dfe9 Check for tiles outside texture on TileSet atlas settings changes 2025-11-01 02:28:39 +01:00
Michael Alexsander 7a42a4e157
Fix canvas editor getting stuck on drag operations 2025-10-31 13:15:15 -03:00
Thaddeus Crews ae9732139a
Merge pull request #109433 from KoBeWi/hastension
Add `has_extension()` method to String
2025-10-31 09:23:30 -05:00
kobewi 865a2b0ec5 Fix Polygon2D editor undo crash 2025-10-31 15:08:27 +01:00
LuoZhihao ce2fae79b1 Fallback to parent class icon by default for gdextension 2025-10-31 18:03:32 +08:00
Thaddeus Crews 8afb2e5976
Merge pull request #111118 from YeldhamDev/godots_new_groove
Add a new editor theme
2025-10-30 13:51:36 -05:00
Thaddeus Crews fd89a17d2f
Merge pull request #106684 from VojtaStruhar/106388-snap-settings
Change snap settings to not use LineEdits
2025-10-30 10:46:05 -05:00
Michael Alexsander e06f015f95
Add a new editor theme
Co-authored-by: passivestar <60579014+passivestar@users.noreply.github.com>
2025-10-30 00:31:54 -03:00
Thaddeus Crews 0994b19ba4
Merge pull request #111025 from xuhuisheng/dev/clear_inheritance
Fix Clear Inheritance issues
2025-10-29 13:13:53 -05:00
Thaddeus Crews 95977711ed
Merge pull request #107887 from DexterFstone/add-copy-paste-animation-sprite-frames
Add ability to copy and paste animations in SpriteFrames
2025-10-29 13:13:52 -05:00
emild e3eef8c363 fix numpad emulation in 3d navigation shortcuts 2025-10-29 16:26:54 +01:00
xuhuisheng 766b45bdd9 Fix Clear Inheritance error 2025-10-29 21:27:50 +08:00
DexterFstone 7d8370a5fb Add ability to copy and paste animations in SpriteFrames 2025-10-28 23:00:55 +03:30
Thaddeus Crews 1ed5f2eed9
Merge pull request #110328 from KoBeWi/ItemListSpecialEdition
Improve tile source tooltips
2025-10-28 12:19:33 -05:00