index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
import_dock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
|
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-13
/
+4
|
\
\
|
|
/
|
/
|
|
*
Don't swap Advanced Import Settings button position based on Swap OK Cancel
Hugo Locurcio
2024-10-18
1
-13
/
+4
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add support for resource conversion plugins in filesystem dock.
SaracenOne
2024-09-16
1
-42
/
+13
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Fix missing options in Project Import Defaults
Hilderin
2024-07-09
1
-10
/
+18
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-3
/
+3
*
Fix Keep/Skip File import selection crash
aaronp64
2024-06-05
1
-7
/
+9
*
Use `CoreStringNames::normal` in more places
A Thousand Ships
2024-05-30
1
-2
/
+2
*
fbx: change import option defaults
Lyuma
2024-05-21
1
-2
/
+12
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+2
*
Fix errors/crashes related to skipped imports
aaronp64
2024-04-25
1
-4
/
+20
*
[Import] Add "skip file" import option to skip (and exclude from export) impo...
bruvzg
2024-03-12
1
-12
/
+46
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+4
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
avoid cleanup for non-loadable assets
Nolan Carroll
2023-09-28
1
-3
/
+6
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-1
/
+1
*
Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AM
Yuri Sizov
2023-09-06
1
-2
/
+3
|
\
|
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-2
/
+3
*
|
Fix error message when reimporting resources with an empty scene open
Aaron Franke
2023-09-03
1
-2
/
+5
|
/
*
Merge pull request #75137 from nongvantinh/implement-6320
Rémi Verschelde
2023-08-07
1
-0
/
+15
|
\
|
*
Expose 'Reimport' on right-click context menu in the FileSystem panel
Nong Van Tinh
2023-05-01
1
-0
/
+15
*
|
Merge pull request #78890 from KoBeWi/who_needs_restart_anyway
Yuri Sizov
2023-07-12
1
-11
/
+74
|
\
\
|
*
|
Allow change import type without restarting editor
kobewi
2023-07-03
1
-11
/
+74
*
|
|
Document editor import options in the class reference
Hugo Locurcio
2023-06-15
1
-0
/
+10
|
/
/
*
/
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-2
/
+0
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Fix Import dock being too wide
kobewi
2022-08-29
1
-0
/
+3
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-2
/
+2
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-28
1
-0
/
+2
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-3
/
+3
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+5
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-5
/
+5
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-5
/
+5
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-0
/
+4
*
Fix the importer dock being blank when selecting multiple files.
Morris Tabor
2022-01-06
1
-0
/
+2
*
Merge pull request #56240 from KoBeWi/frankenstein's_PR
Rémi Verschelde
2022-01-05
1
-5
/
+25
|
\
|
*
Make Import Dock more obvious to use
kobewi
2021-12-25
1
-5
/
+25
[next]