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
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
7
-1683
/
+0
*
Merge pull request #79351 from Repiteo/dotnet-handle-warnings
Yuri Sizov
2023-07-26
1
-2
/
+4
|
\
|
*
Allow MSVC dev_mode builds to succeed with dotnet
Thaddeus Crews
2023-07-17
1
-2
/
+4
*
|
iOS: Add `export_project_only` flag
Phil Hudson
2023-07-17
1
-1
/
+1
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
2
-0
/
+2
*
|
Merge pull request #78248 from felaugmar/load-svg-adjustable-scale
Yuri Sizov
2023-07-12
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-2
/
+1
*
|
Change explicit 'Godot 4.0' references to 'Godot 4'
Rémi Verschelde
2023-07-10
1
-4
/
+4
|
/
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
2
-1
/
+2
*
Allow exporting release Android builds without a debug keystore
Michael Alexsander
2023-06-19
2
-2
/
+2
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
3
-4
/
+6
*
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
2
-4
/
+9
*
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
-2
/
+7
*
Merge pull request #63312 from bruvzg/one_click
Rémi Verschelde
2023-01-13
1
-2
/
+16
|
\
|
*
[Export] Add one-click deploy over SSH for the desktop exports.
bruvzg
2022-12-29
1
-2
/
+16
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
6
-174
/
+174
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
2
-5
/
+5
*
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
Rémi Verschelde
2022-09-28
1
-1
/
+1
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
2
-3
/
+3
*
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
2
-3
/
+23
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
2
-0
/
+2
*
Update export dialog to handle many architectures
Aaron Franke
2022-07-29
2
-49
/
+24
*
Make some editor export methods const
Aaron Franke
2022-07-29
2
-4
/
+4
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
2
-2
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-2
/
+2
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-3
/
+1
*
Add a new HashSet template
reduz
2022-05-20
3
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
4
-4
/
+4
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-1
/
+2
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
2
-11
/
+13
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
4
-38
/
+24
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
3
-2
/
+4
*
HTML5: Explain why export templates are missing
Rémi Verschelde
2022-03-26
1
-0
/
+8
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-1
/
+1
*
Rename StreamTexture* to CompressedTexture*
reduz
2022-03-05
2
-24
/
+24
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
2
-0
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
2
-1
/
+2
*
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
6
-12
/
+12
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+7
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
Split uwp platform export template into multiple files
Sergey Minakov
2021-08-12
5
-1402
/
+1571
*
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
[next]