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
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
3
-0
/
+3
*
Fix export options of scripted EditorExportPlugins
RedworkDE
2023-07-04
6
-29
/
+38
*
Check if the required texture format is imported in the export dialog
Aaron Franke
2023-06-20
1
-8
/
+5
*
Allow exporting release Android builds without a debug keystore
Michael Alexsander
2023-06-19
4
-6
/
+7
*
Merge pull request #75984 from KoBeWi/ConsoleMcWrap
Rémi Verschelde
2023-06-12
1
-2
/
+2
|
\
|
*
Rename console script to wrapper
kobewi
2023-04-12
1
-2
/
+2
*
|
Fix include text when excluding resources to export
Martin Boué
2023-05-11
1
-0
/
+2
*
|
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
5
-8
/
+54
*
|
Merge pull request #76540 from reduz/redo-remote-filesystem
Rémi Verschelde
2023-05-08
2
-59
/
+51
|
\
\
|
*
|
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
2
-59
/
+51
*
|
|
Merge pull request #74264 from timothyqiu/self-awareness
Rémi Verschelde
2023-05-08
1
-5
/
+0
|
\
\
\
|
*
|
|
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-5
/
+0
|
|
/
/
*
/
/
Explicitly mark inherited export mode when making a dedicated server export
David Snopek
2023-05-03
1
-1
/
+7
|
/
/
*
|
Merge pull request #76026 from YuriSizov/editor-running-up-that-gui
Rémi Verschelde
2023-04-26
1
-0
/
+1
|
\
\
|
*
|
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-0
/
+1
*
|
|
Implement and expose OS::shell_show_in_file_manager()
Daylily-Zeleen
2023-04-25
1
-1
/
+1
|
/
/
*
|
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
6
-7
/
+24
*
|
Merge pull request #72895 from RedworkDE/editor-export-plugin-settings
Rémi Verschelde
2023-04-17
4
-4
/
+54
|
\
\
|
|
/
|
/
|
|
*
Allow EditorExportPlugins to provide export options
RedworkDE
2023-04-07
4
-4
/
+54
*
|
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+2
|
/
*
Merge pull request #75141 from rcorre/rrc/dialog-pos
Yuri Sizov
2023-03-28
1
-0
/
+1
|
\
|
*
Apply clamp_to_embedder on parent resize and popup.
Ryan Roden-Corrent
2023-03-27
1
-0
/
+1
*
|
Merge pull request #74684 from clayjohn/export-tex
Rémi Verschelde
2023-03-19
1
-12
/
+23
|
\
\
|
*
|
Delete unused compression formats from .imoprt files when exporting
clayjohn
2023-03-09
1
-12
/
+23
*
|
|
Merge pull request #74727 from AThousandShips/project_settings
Yuri Sizov
2023-03-15
1
-2
/
+0
|
\
\
\
|
*
|
|
Exposing more project settings for documentation
Ninni Pipping
2023-03-15
1
-2
/
+0
|
|
/
/
*
/
/
Remember directory when installing templates file
kobewi
2023-03-10
1
-0
/
+2
|
/
/
*
|
Merge pull request #73365 from bruvzg/no_transient_children
Rémi Verschelde
2023-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Automatically reparent editor message dialogs to avoid error spam.
bruvzg
2023-02-21
1
-1
/
+1
*
|
Export: Default to exporting S3TC + BPTC for PC platforms
Rémi Verschelde
2023-02-23
1
-7
/
+1
|
/
*
Merge pull request #73195 from timothyqiu/weblate-comments
Rémi Verschelde
2023-02-17
1
-1
/
+2
|
\
|
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-1
/
+2
*
|
Fix `texture_format/bptc` export option
RedworkDE
2023-02-14
1
-0
/
+3
*
|
Reword misleading error messages in PCK export
Pedro J. Estébanez
2023-02-14
1
-2
/
+2
|
/
*
Bind `EditorExportPlugin::_get_export_features`
RedworkDE
2023-02-07
1
-0
/
+1
*
Merge pull request #72412 from dsnopek/dedicated-server-export-ui-improvement
Rémi Verschelde
2023-02-01
2
-6
/
+31
|
\
|
*
Make it clearer that file modes propagate to children in the dedicated server...
David Snopek
2023-01-30
2
-6
/
+31
*
|
Restore script class cache if removed
Juan Linietsky
2023-01-31
1
-1
/
+1
*
|
Merge pull request #72031 from reduz/change-high-quality-texture-import
Rémi Verschelde
2023-01-30
2
-2
/
+13
|
\
\
|
*
|
Refactor high quality texture import
Juan Linietsky
2023-01-30
2
-2
/
+13
|
|
/
*
/
Only customize resources during export if there are any export plugins in use
David Snopek
2023-01-30
1
-3
/
+3
|
/
*
[SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.
bruvzg
2023-01-27
1
-0
/
+21
*
Merge pull request #70377 from dsnopek/server-export-mk2
Rémi Verschelde
2023-01-23
9
-35
/
+310
|
\
|
*
Add "dedicated server" export mode which can strip unneeded visual resources
David Snopek
2023-01-23
9
-35
/
+310
*
|
[TextServer] Fix ICU data loading and exporting with `internationalization/lo...
bruvzg
2023-01-23
1
-1
/
+3
*
|
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-19
/
+19
*
|
Remove redundant definition of `convert_text_resources_to_binary`
Mikael Hermansson
2023-01-21
1
-2
/
+0
*
|
Remove references to compiled GDScript in export
George Marques
2023-01-20
5
-46
/
+0
*
|
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-5
/
+1
|
\
\
|
*
|
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-5
/
+1
[next]