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
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
22
-0
/
+44
*
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
3
-9
/
+9
*
[GDExtension] Improve error messages during export.
bruvzg
2024-10-03
1
-0
/
+6
*
Merge pull request #96980 from m4gr3d/enable_legacy_build_customization_by_pl...
Rémi Verschelde
2024-10-01
3
-2
/
+32
|
\
|
*
Expose `get_export_option_visibility` to editor plugins
Fredia Huya-Kouadio
2024-09-29
3
-2
/
+32
*
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
Rémi Verschelde
2024-09-27
4
-26
/
+26
|
\
\
|
*
|
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
4
-26
/
+26
*
|
|
Merge pull request #97118 from mihe/patch-exports
Rémi Verschelde
2024-09-26
10
-12
/
+481
|
\
\
\
|
*
|
|
Add ability to export patch packs
Mikael Hermansson
2024-09-25
10
-12
/
+481
*
|
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
/
/
*
|
|
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
|
|
Set auto translate mode for drag previews
Haoyu Qiu
2024-09-19
1
-0
/
+1
|
|
/
|
/
|
*
|
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Raul Santos
2024-09-16
2
-0
/
+5
*
|
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
2
-7
/
+0
|
/
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
Merge pull request #96603 from bruvzg/fs_ext_list
Rémi Verschelde
2024-09-06
1
-1
/
+1
|
\
|
*
[FileSystem Dock] Add option to show some unsupported files in the dock.
bruvzg
2024-09-05
1
-1
/
+1
*
|
Don't use EditorSettings metadata
kobewi
2024-09-05
1
-2
/
+2
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Disable export template downloading in offline mode
Haoyu Qiu
2024-08-30
2
-32
/
+76
*
Merge pull request #90782 from bruvzg/export_platform_extension
Rémi Verschelde
2024-08-30
12
-106
/
+824
|
\
|
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
12
-106
/
+824
*
|
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-2
/
+2
|
/
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
4
-17
/
+6
*
Remove empty bind_methods()
kobewi
2024-08-15
2
-4
/
+0
*
Fix error when exporting files without import parameters
yds
2024-07-15
1
-4
/
+12
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-2
/
+2
*
EditorExportPlugin: Call _export_file for all resource types
Allen Pestaluky
2024-07-04
1
-91
/
+90
*
Revert "Allow skipping imported resource files from export"
Allen Pestaluky
2024-07-03
1
-12
/
+0
*
Merge pull request #92750 from bruvzg/ios_autogen
Rémi Verschelde
2024-06-21
6
-0
/
+3142
|
\
|
*
[iOS export] Automatically generate ARM64 simulator library from device libra...
bruvzg
2024-06-16
6
-0
/
+3142
*
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-8
/
+8
*
|
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
2
-4
/
+4
*
|
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
|
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
3
-12
/
+12
|
/
*
Fix Bug when downloading export templates and re-open the template manager #9...
Hilderin
2024-06-14
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
2
-2
/
+2
*
Merge pull request #90365 from KoBeWi/export_any%_speedrun
Rémi Verschelde
2024-05-30
1
-0
/
+12
|
\
|
*
Allow skipping imported resource files from export
kobewi
2024-04-08
1
-0
/
+12
*
|
Fix export dialog sizing issue on small devices
Fredia Huya-Kouadio
2024-05-18
1
-5
/
+19
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
2
-14
/
+14
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-5
/
+5
*
|
Merge pull request #84711 from mihe/double-export-feature
Rémi Verschelde
2024-04-26
2
-0
/
+12
|
\
\
|
*
|
Add `single`/`double` as export features automatically
Mikael Hermansson
2023-11-10
2
-0
/
+12
*
|
|
Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystore
Rémi Verschelde
2024-04-22
1
-0
/
+7
|
\
\
\
|
*
|
|
Automatically generate the Android debug keystore
Fredia Huya-Kouadio
2024-04-12
1
-0
/
+7
*
|
|
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
4
-53
/
+7
*
|
|
|
Fix the logic to load export preset's options overrides
Fredia Huya-Kouadio
2024-04-12
1
-0
/
+8
|
/
/
/
*
|
|
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
3
-50
/
+28
*
|
|
[Windows] Support all possible suffixes for console wrapper
A Thousand Ships
2024-04-08
1
-3
/
+16
|
|
/
|
/
|
[next]