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
/
web
/
export
/
export_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-7
/
+0
|
\
|
*
Merge pull request #99044 from Sticksman/bug-fix-98873
Thaddeus Crews
2024-11-22
1
-7
/
+0
|
|
\
|
|
*
Remove deprecated worker.js file
Felix Yuan
2024-11-11
1
-7
/
+0
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-0
/
+1
|
\
|
|
|
*
|
Display correct splash color on web export
Elias Pozewaunig
2024-11-11
1
-0
/
+1
|
|
/
*
|
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
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-2
/
+2
|
/
*
Fix web export infinite reload issue
Adam Scott
2024-09-30
1
-1
/
+7
*
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
1
-5
/
+4
*
Fix AudioStreamPlayer get_playback_position() for web build
Yahkub-R
2024-08-08
1
-0
/
+2
*
Fix web export state for remote debug
Adam Scott
2024-06-26
1
-30
/
+84
*
[Web] Add "threads"/"nothreads" feature tags to export presets
Fabio Alessandrelli
2024-06-25
1
-2
/
+6
*
Merge pull request #91623 from adamscott/web-default-to-nonthreaded
Rémi Verschelde
2024-06-19
1
-1
/
+1
|
\
|
*
Default to non-threaded export setting for the web
Adam Scott
2024-05-06
1
-1
/
+1
*
|
Disable remote debug button when there are no runnable presets
Hakim
2024-05-17
1
-2
/
+5
*
|
Fix quotes style in HTML shell head include
patwork
2024-05-12
1
-3
/
+3
|
/
*
Add more Remote Debug options to the web platform
Adam Scott
2024-05-01
1
-24
/
+175
*
Added splash image support and new progress bar for web export
patwork
2024-04-25
1
-0
/
+1
*
Revert pack trimming introduced by #82084
Mikael Hermansson
2024-04-10
1
-1
/
+1
*
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
1
-1
/
+1
*
Add option to ensure cross-origin isolation headers on web export
Adam Scott
2024-02-12
1
-0
/
+4
*
[Web] Move polling thread to EditorHTTPServer
Fabio Alessandrelli
2024-02-07
1
-27
/
+2
*
Fix data race regarding `server_quit` in `EditorExportPlatformWeb`
jsjtxietian
2024-02-07
1
-2
/
+2
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-8
/
+18
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-4
/
+13
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+2
*
Add a button in the export dialog to fix missing texture formats
Aaron Franke
2023-08-17
1
-3
/
+2
*
Merge pull request #79351 from Repiteo/dotnet-handle-warnings
Yuri Sizov
2023-07-26
1
-8
/
+8
|
\
|
*
Allow MSVC dev_mode builds to succeed with dotnet
Thaddeus Crews
2023-07-17
1
-8
/
+8
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
|
Merge pull request #78248 from felaugmar/load-svg-adjustable-scale
Yuri Sizov
2023-07-12
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-3
/
+2
*
|
Display a message about missing C# support on Android/iOS/Web platforms
Hugo Locurcio
2023-06-24
1
-1
/
+9
|
/
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
1
-2
/
+2
*
Allow exporting release Android builds without a debug keystore
Michael Alexsander
2023-06-19
1
-1
/
+1
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-2
/
+3
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
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
-16
/
+20
*
Merge pull request #71325 from reduz/refactor-project-setting-overrides
Rémi Verschelde
2023-01-13
1
-2
/
+2
|
\
|
*
Refactor ProjectSetting overrides
Juan Linietsky
2023-01-13
1
-2
/
+2
*
|
Merge pull request #63312 from bruvzg/one_click
Rémi Verschelde
2023-01-13
1
-2
/
+19
|
\
\
|
|
/
|
/
|
|
*
[Export] Add one-click deploy over SSH for the desktop exports.
bruvzg
2022-12-29
1
-2
/
+19
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-1
/
+1
*
Fix file locked issue when exporting to Web.
Zae
2022-10-11
1
-0
/
+1
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-7
/
+1
[next]