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
/
platform
/
windows
/
export
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Add Advanced Settings switch to Editor Settings
kobewi
2024-09-17
1
-4
/
+4
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-1
/
+2
*
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-0
/
+4
*
Merge pull request #63312 from bruvzg/one_click
Rémi Verschelde
2023-01-13
1
-1
/
+0
|
\
|
*
[Export] Add one-click deploy over SSH for the desktop exports.
bruvzg
2022-12-29
1
-1
/
+0
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Disable menus and functionality that are not relevant on the Android Editor port
Fredia Huya-Kouadio
2022-09-13
1
-0
/
+2
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
1
-0
/
+1
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-6
/
+1
*
Generate export template file names instead of having a fixed set
Aaron Franke
2022-03-22
1
-4
/
+0
*
Move extension logic to EditorExportPlatformLinuxBSD
Aaron Franke
2022-03-21
1
-1
/
+0
*
Move fixup_embedded_pck to EditorExportPlatform classes
Aaron Franke
2022-03-20
1
-74
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Split windows platform export template into multiple files
Sergey Minakov
2021-08-12
1
-308
/
+3
*
[Windows Export] Use temporary file for osslsigncode signing.
bruvzg
2021-06-29
1
-1
/
+11
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-4
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Don't stop export if rcedit path is invalid
Tomasz Chabora
2019-12-03
1
-36
/
+41
*
Add code signing support for Windows exports (using "signtool" on Windows and...
bruvzg
2019-10-04
1
-2
/
+183
*
Add embedded PCK option to PC platforms
Pedro J. Estébanez
2019-07-03
1
-0
/
+76
*
Added hint for windows export options
Zak
2019-06-12
1
-2
/
+2
*
Use relative path property hint for windows export icon
Kanabenki
2019-02-03
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
Rémi Verschelde
2018-08-20
1
-8
/
+8
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Windows export: Use WINE to run rcedit on non-Windows host
Rémi Verschelde
2017-12-09
1
-8
/
+36
*
Call rcedit on export for Windows desktop
George Marques
2017-12-09
1
-1
/
+97
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-0
/
+1
*
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-25
1
-1
/
+1
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Reenable Windows Desktop export
eska
2017-04-03
1
-16
/
+13
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-2
/
+1
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-1
/
+1
*
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
2017-02-19
1
-4
/
+5
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-1
/
+2
[next]