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
/
javascript
/
export
/
export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTML5: Code style cleanup for export code
Rémi Verschelde
2020-12-10
1
-15
/
+8
*
[HTML5] Make GDNative support feature-based.
Fabio Alessandrelli
2020-12-05
1
-0
/
+6
*
[HTML5] Allow selecting the export type.
Fabio Alessandrelli
2020-12-05
1
-8
/
+32
*
[HTML5] EditorRunNative works with GDNative.
Fabio Alessandrelli
2020-12-05
1
-15
/
+45
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-2
/
+4
*
[HTML5] AudioWorklet API implementation.
Fabio Alessandrelli
2020-11-10
1
-0
/
+7
*
Add COOP/COEP headers to HTML5 "run" server.
Fabio Alessandrelli
2020-10-02
1
-0
/
+3
*
Make canvas resize optional in HTML5.
Fabio Alessandrelli
2020-09-23
1
-0
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-18
/
+18
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+14
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-27
/
+0
*
Add WebSocket debugger, use it for Javascript.
Fabio Alessandrelli
2020-05-12
1
-4
/
+12
*
Set the `title` tag in the HTML5 export immediately
Hugo Locurcio
2020-04-22
1
-0
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
[HTML5] Refactor JS, threads support, closures.
Fabio Alessandrelli
2020-03-11
1
-0
/
+8
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-14
/
+13
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-4
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-4
/
+4
*
Export and reference the icon as favicon when exporting to HTML5
Hugo Locurcio
2020-02-01
1
-15
/
+40
*
Properly close files served by debug HTTP server.
Fabio Alessandrelli
2020-01-14
1
-2
/
+9
*
Add mime type to responses from debug HTTP server.
Fabio Alessandrelli
2020-01-14
1
-0
/
+7
*
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-07
1
-12
/
+12
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Implement HTTP server for HTML5 export
Fabio Alessandrelli
2019-10-23
1
-8
/
+220
*
Improve EditorExportPlatform interface.
Fabio Alessandrelli
2019-10-23
1
-8
/
+8
*
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-10
1
-1
/
+1
*
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-2
/
+11
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
HTML5: Fix ETC export for GLES2 fallback on mobile
Rémi Verschelde
2019-03-11
1
-0
/
+3
*
Fix directory check when exporting project
volzhs
2019-03-06
1
-1
/
+1
*
Merge pull request #26626 from rluders/misleading-error-message-export
Rémi Verschelde
2019-03-05
1
-0
/
+4
|
\
|
*
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
1
-0
/
+4
*
|
Fix HTML5 quick preview URL
bruvzg
2019-03-05
1
-1
/
+1
|
/
*
Improve VRAM texture compression checks for mobile/web
Rémi Verschelde
2019-03-03
1
-14
/
+19
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-0
/
+6
*
ExportDialog: Make error messages translatable
Rémi Verschelde
2019-01-21
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Export for OS X on OS X now lets you select .dmg or .zip
Marcelo Fernandez
2018-11-01
1
-3
/
+5
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Fix file hints
Marcin Zawiejski
2018-08-23
1
-3
/
+3
*
BPTC support
elasota
2018-08-21
1
-0
/
+3
*
fix Android/HTML5 custom templates option does not work
Alessandro
2018-08-20
1
-6
/
+27
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Use local path for custom HTML5 shell export
Leon Krause
2018-05-10
1
-1
/
+1
*
HTML export: Make s3tc the standard Texture Format
x1212
2018-01-20
1
-3
/
+3
*
Fix HTML5 feature tags
Leon Krause
2018-01-12
1
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Fixed missing parenthesis
Artem Varaksa
2018-01-04
1
-1
/
+1
*
Add missing translation in Javascript export dialog
Rémi Verschelde
2018-01-04
1
-9
/
+9
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
[next]