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
*
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
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-2
/
+2
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-2
/
+2
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+1
*
Merge pull request #13061 from eska014/html5-export
Rémi Verschelde
2017-11-20
1
-12
/
+56
|
\
|
*
Export boot splash and add custom HTML file option in HTML5 export
Leon Krause
2017-11-20
1
-12
/
+56
*
|
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use new XDG folders to dehardcode paths
Rémi Verschelde
2017-11-19
1
-1
/
+1
|
*
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-11-17
1
-1
/
+1
*
|
Remove asm.js support from HTML5 platform
Leon Krause
2017-11-18
1
-55
/
+8
|
/
*
Merge pull request #11154 from eska014/html5-startup-revamp
Poommetee Ketson
2017-09-12
1
-28
/
+2
|
\
|
*
HTML5 start-up overhaul
Leon Krause
2017-09-11
1
-28
/
+2
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
[next]