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
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-3
/
+3
*
[HTML5] Refactor JS, threads support, closures.
Fabio Alessandrelli
2020-03-11
13
-482
/
+567
*
AudioDriverJavascript uses IDHandler.
Fabio Alessandrelli
2020-03-11
2
-40
/
+54
*
OS_Javascript temporarly uses dummy rasterizer.
Fabio Alessandrelli
2020-03-08
1
-1
/
+5
*
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-03-08
4
-39
/
+20
*
Merge pull request #36557 from Schroedi/fix_html_touch
Fabio Alessandrelli
2020-03-03
1
-4
/
+4
|
\
|
*
Fixes touch events for HTML
Christoph Schroeder
2020-02-26
1
-4
/
+4
*
|
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
2
-4
/
+5
|
\
\
|
*
|
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
2
-4
/
+5
*
|
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-14
/
+13
|
|
/
|
/
|
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
|
/
*
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
[next]