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
/
editor_export_platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+25
|
\
|
*
Fix issue #97207 by filtering extension_list.cfg
mendrak
2024-11-21
1
-1
/
+25
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-21
/
+61
|
\
|
|
*
Allow setting custom initialization vector for FileAccessEncrypted. Add expor...
bruvzg
2024-11-13
1
-21
/
+61
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-22
/
+89
|
\
|
|
*
Add ability for PCK patches to remove files
Juan
2024-11-11
1
-22
/
+89
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-5
/
+1
|
\
|
|
*
Don't flip playback control buttons in RTL layout
Haoyu Qiu
2024-10-16
1
-5
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-2
/
+2
|
/
*
Add ability to export patch packs
Mikael Hermansson
2024-09-25
1
-6
/
+168
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
1
-76
/
+188
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-2
/
+0
*
Fix error when exporting files without import parameters
yds
2024-07-15
1
-4
/
+12
*
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
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-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
*
|
Merge pull request #84711 from mihe/double-export-feature
Rémi Verschelde
2024-04-26
1
-0
/
+6
|
\
\
|
*
|
Add `single`/`double` as export features automatically
Mikael Hermansson
2023-11-10
1
-0
/
+6
*
|
|
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
1
-46
/
+25
|
|
/
|
/
|
*
|
[Import] Add "skip file" import option to skip (and exclude from export) impo...
bruvzg
2024-03-12
1
-0
/
+5
*
|
Merge pull request #82084 from ogapo/pr/pck-cache-merge
Rémi Verschelde
2024-03-11
1
-25
/
+46
|
\
\
|
*
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-25
/
+46
*
|
|
[Export] Use relative file base offset for embedded PCK.
bruvzg
2024-03-06
1
-1
/
+9
|
/
/
*
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
|
Fix leak of scene used for customization during export
Pedro J. Estébanez
2024-02-23
1
-0
/
+2
*
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
|
Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_...
Rémi Verschelde
2024-01-04
1
-1
/
+3
|
\
\
|
*
|
Provide ability to override _export_end() in cpp.
Daylily-Zeleen
2023-04-22
1
-1
/
+3
*
|
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-4
/
+4
*
|
|
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-1
/
+30
*
|
|
Set language encoding flag when using ZIPPacker
Haoyu Qiu
2023-12-05
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #82103 from bruvzg/icu_export
Rémi Verschelde
2023-10-03
1
-10
/
+14
|
\
\
|
*
|
[Export] Fix TextServer data export.
bruvzg
2023-09-22
1
-10
/
+14
*
|
|
Add error checks for DirAccess creation.
Saracen
2023-09-26
1
-0
/
+2
|
/
/
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
|
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-9
/
+9
*
|
Expose EditorExportPlatform::get_os_name()
Aaron Franke
2023-09-07
1
-0
/
+4
*
|
Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AM
Yuri Sizov
2023-09-06
1
-10
/
+11
|
\
\
|
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-10
/
+11
*
|
|
Remove nondeterminism in pck_packer
David Nikdel
2023-09-03
1
-2
/
+2
|
/
/
*
|
Android: Add option to always use WiFi to connect to remote debug
Brennen Shaughnessy
2023-08-28
1
-1
/
+3
*
|
Fix overriding _export_begin, _export_file and _export_end from GDExtension
David Snopek
2023-08-25
1
-3
/
+3
*
|
Re-architect how Android plugins are packaged and handled at export time
Fredia Huya-Kouadio
2023-07-18
1
-3
/
+21
[next]