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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
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
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
2
-9
/
+8
*
[Windows/Linux] Check custom export templates architecture.
bruvzg
2024-08-16
2
-2
/
+64
*
D3D12: Get rid of DXIL.dll!
Pedro J. Estébanez
2024-07-11
1
-8
/
+4
*
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-7
/
+7
*
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-0
/
+9
*
[Windows] Fix exporting as ZIP when console wrapper and/or embedded PCK is en...
bruvzg
2024-03-15
1
-3
/
+3
*
Merge pull request #86093 from bruvzg/d3d12_export
Rémi Verschelde
2024-02-15
1
-14
/
+49
|
\
|
*
[D3D12] Automatically copy runtime DLLs during export.
bruvzg
2023-12-13
1
-14
/
+49
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-2
/
+9
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-1
/
+31
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+2
*
Fix Windows console wrapper and icon being swapped
Tyler
2023-08-07
1
-2
/
+2
*
Add a "version" project setting and use it in new export presets
Hugo Locurcio
2023-08-04
1
-4
/
+4
*
Merge pull request #79062 from MewPurPur/svg-optimizations
Yuri Sizov
2023-07-12
1
-1
/
+1
|
\
|
*
Optimize SVG icons and remove unused Transpose icon
MewPurPur
2023-07-07
1
-1
/
+1
*
|
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-3
/
+2
|
/
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
3
-2
/
+4
*
Allow exporting release Android builds without a debug keystore
Michael Alexsander
2023-06-19
2
-3
/
+3
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
2
-3
/
+5
*
Enhance icon fallback and their docs for exporters
Michael Alexsander
2023-06-03
1
-1
/
+10
*
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
2
-12
/
+18
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-0
/
+1
*
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
4
-47
/
+96
*
Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.
bruvzg
2023-02-27
1
-0
/
+8
*
[Windows Export] Pass password only when using PKCS12 file, fix executable na...
bruvzg
2023-02-22
1
-2
/
+3
*
Fix split allow empty string in SSH export plugin
daviirodrig
2023-01-27
1
-2
/
+2
*
Merge pull request #63312 from bruvzg/one_click
Rémi Verschelde
2023-01-13
3
-6
/
+347
|
\
|
*
[Export] Add one-click deploy over SSH for the desktop exports.
bruvzg
2022-12-29
3
-6
/
+347
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
|
/
*
add missing comma in file filter
Selene29
2022-12-17
1
-1
/
+1
*
[Export] Use image loader directly to avoid "resource as image file" errors.
bruvzg
2022-11-21
1
-2
/
+5
*
Windows icon export improvements.
bruvzg
2022-11-18
2
-3
/
+131
*
[Windows] Add icon to the console wrapper, add option to set icon for the con...
bruvzg
2022-11-15
2
-3
/
+10
*
Add console wrapper app to handle console i/o redirection on Windows.
bruvzg
2022-10-31
2
-39
/
+12
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-7
/
+7
*
Disable menus and functionality that are not relevant on the Android Editor port
Fredia Huya-Kouadio
2022-09-13
1
-0
/
+2
*
[Windows] Improve build environment detection, add support for Windows on ARM.
bruvzg
2022-08-27
1
-1
/
+1
*
[macOS export] Simplify code signing options, add support for rcodesign tool ...
bruvzg
2022-08-26
2
-6
/
+10
*
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
2
-3
/
+15
*
Merge pull request #63563 from aaronfranke/export-arch
Rémi Verschelde
2022-07-30
1
-0
/
+1
|
\
|
*
Update export dialog to handle many architectures
Aaron Franke
2022-07-29
1
-0
/
+1
*
|
Improve some export error messages.
bruvzg
2022-07-29
1
-4
/
+4
|
/
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
2
-1
/
+2
*
Merge pull request #63096 from aaronfranke/exp-template-names
Rémi Verschelde
2022-07-26
1
-1
/
+1
|
\
|
*
Update export template names for Windows, Mac, and Linux
Aaron Franke
2022-07-22
1
-1
/
+1
[next]