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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
3
-34
/
+34
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
2
-22
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
2
-43
/
+10
*
Fix startGame's logic in engine.js.
Relintai
2020-02-12
1
-4
/
+2
*
Custom material support seems complete.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
3
-6
/
+6
*
Allow per pixel transparency in javascript platform
muiroc
2020-02-10
2
-1
/
+24
*
Merge pull request #35381 from Calinou/html5-export-favicon
Fabio Alessandrelli
2020-02-08
1
-15
/
+40
|
\
|
*
Export and reference the icon as favicon when exporting to HTML5
Hugo Locurcio
2020-02-01
1
-15
/
+40
*
|
Fix javascript platform build
muiroc
2020-02-07
1
-1
/
+1
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
|
Merge pull request #35451 from Calinou/html5-web-environment-only
Rémi Verschelde
2020-01-31
1
-0
/
+5
|
\
\
|
*
|
Only emit the JavaScript support code for Web when building for HTML5
Hugo Locurcio
2020-01-31
1
-0
/
+5
*
|
|
Fix some URLs to use HTTPS when available
Rémi Verschelde
2020-01-29
2
-3
/
+5
*
|
|
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
|
/
/
*
/
Revert "Fix audio capture naming in Javascript"
Rémi Verschelde
2020-01-20
1
-2
/
+4
|
/
*
HTML5 callbacks rework.
Fabio Alessandrelli
2020-01-17
1
-31
/
+37
*
HTML5: Address removal of 'timestamp' in Emscripten 1.39.5
Rémi Verschelde
2020-01-17
2
-2
/
+3
*
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
17
-33
/
+33
*
Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcomp
Rémi Verschelde
2019-12-03
1
-0
/
+7
*
iOS modular build and export implementation.
bruvzg
2019-12-01
2
-6
/
+0
*
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+4
*
pcre2: Use scons option to disable JIT on some platforms
Rémi Verschelde
2019-11-20
1
-0
/
+1
*
HTML5: Explicitly link idbfs.js for IDBFS support
Rémi Verschelde
2019-11-19
1
-0
/
+4
*
HTML5: Fix support for Emscripten 1.39.1+
Rémi Verschelde
2019-11-15
1
-4
/
+1
*
Remove ECMAScript 6 "arrow operator".
Fabio Alessandrelli
2019-10-24
1
-1
/
+1
*
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
*
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2019-10-12
1
-0
/
+0
*
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-10
1
-1
/
+1
*
Properly revert cursor when using set_custom_mouse_cursor with null
PouleyKetchoupp
2019-10-03
1
-0
/
+2
*
Fixed running the export templates with newer emscripten versions.
Relintai
2019-10-01
1
-8
/
+5
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...
mellondill
2019-08-12
1
-0
/
+3
*
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-2
/
+11
*
Fix audio capture naming in Javascript
Saracen
2019-08-09
1
-4
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
2
-26
/
+14
*
Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
Rémi Verschelde
2019-07-22
1
-1
/
+0
*
Merge pull request #30465 from guilhermefelipecgs/cursor_blinking
Rémi Verschelde
2019-07-10
2
-0
/
+18
|
\
|
*
Fix cursor blinking in integrated GPUs
Guilherme Felipe
2019-07-09
2
-0
/
+18
*
|
Better detect Emscripten toolchain.
Fabio Alessandrelli
2019-07-09
1
-2
/
+7
|
/
*
Merge pull request #29482 from Calinou/html5-fix-emscripten-root
Rémi Verschelde
2019-07-01
1
-3
/
+3
|
\
|
*
Fix Emscripten root directory detection when building for HTML5
Hugo Locurcio
2019-06-19
1
-3
/
+3
*
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
|
Add script to fix style issues and copyright headers
Rémi Verschelde
2019-06-17
1
-1
/
+1
*
|
Merge pull request #10643 from BastiaanOlij/camera_server
Rémi Verschelde
2019-06-16
2
-0
/
+6
|
\
\
|
*
|
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
2
-0
/
+6
[prev]
[next]