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
/
uwp
/
export
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-56
/
+0
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-1
/
+2
*
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
1
-0
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Split uwp platform export template into multiple files
Sergey Minakov
2021-08-12
1
-1402
/
+1
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-1
/
+0
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
UWP: Keep upstream names for capabilities preset settings to avoid mismatch
Gromph
2021-06-17
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Implement shader caching
reduz
2021-05-31
1
-3
/
+3
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-3
/
+3
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Fix EditorExportPlugin _export_begin and _export_end functions not being call...
Gromph
2021-04-14
1
-0
/
+2
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-10
/
+10
*
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-12
1
-1
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+1
*
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
-6
/
+6
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-4
/
+2
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-3
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+2
*
Fixed an issue in UWP export caused by duplicate entry for extensions in cont...
unknown
2020-10-08
1
-1
/
+1
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-1
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-10
/
+10
*
Export: Rename 'Windows Universal' to 'UWP'
Rémi Verschelde
2020-06-19
1
-2
/
+2
*
Simplify some code in platform/uwp/export
Aaron Franke
2020-06-11
1
-17
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-35
/
+58
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-42
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-14
/
+8
*
New lightmapper
Juan Linietsky
2020-05-10
1
-23
/
+23
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-13
/
+26
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-18
/
+18
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Merge pull request #35886 from doot24/fix_#35871
Rémi Verschelde
2020-02-06
1
-1
/
+1
|
\
|
*
fixed godot not recognising 150x150 icon for uwp export
D00T24
2020-02-03
1
-1
/
+1
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
|
/
*
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-07
1
-31
/
+18
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix inverted value check in UWP export packager
George Marques
2019-11-25
1
-1
/
+1
*
[UWP] [Export] added additional checks for blank values
piratesephiroth
2019-11-09
1
-0
/
+10
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-4
/
+4
|
/
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
*
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-36
/
+21
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-8
/
+4
[next]