index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
export
/
editor_export_platform.cpp
Age
Commit message (
Expand
)
Author
2023-03-27
Delete unused compression formats from .imoprt files when exporting
clayjohn
2023-02-17
Merge pull request #73195 from timothyqiu/weblate-comments
Rémi Verschelde
2023-02-14
Reword misleading error messages in PCK export
Pedro J. Estébanez
2023-02-13
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-01-31
Restore script class cache if removed
Juan Linietsky
2023-01-30
Only customize resources during export if there are any export plugins in use
David Snopek
2023-01-27
[SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.
bruvzg
2023-01-23
Merge pull request #70377 from dsnopek/server-export-mk2
Rémi Verschelde
2023-01-23
Add "dedicated server" export mode which can strip unneeded visual resources
David Snopek
2023-01-23
[TextServer] Fix ICU data loading and exporting with `internationalization/lo...
bruvzg
2023-01-21
Use range iterators in LocalVector loops
kobewi
2023-01-16
Move global script class cache to separate file
kobewi
2023-01-13
Merge pull request #63312 from bruvzg/one_click
Rémi Verschelde
2023-01-12
[Editor] Fix missing "debug"/"release" export presets feature tags.
Fabio Alessandrelli
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
[Export] Add one-click deploy over SSH for the desktop exports.
bruvzg
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-06
Merge pull request #67906 from groud/simpler_gdextension_config
Rémi Verschelde
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-01
Allow specifying a prefix to automatically detect library files for gdextensi...
Gilles Roudière
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-29
Fix typo - "collison" -> "collision"
danboo
2022-09-23
Fix sub-scene root nodes not getting the correct inheritance chain when expor...
Rindbee
2022-09-13
Disable menus and functionality that are not relevant on the Android Editor port
Fredia Huya-Kouadio
2022-09-07
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-01
Add support for scene/resource customization in export plugins
Juan Linietsky
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-26
[macOS export] Simplify code signing options, add support for rcodesign tool ...
bruvzg
2022-08-14
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-09
Remove duplicate data structure for export features
Aaron Franke
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-30
Merge pull request #63563 from aaronfranke/export-arch
Rémi Verschelde
2022-07-29
Improve some export error messages.
bruvzg
2022-07-29
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
Make some editor export methods const
Aaron Franke
2022-07-26
Split up editor export code into multiple files
Aaron Franke