index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
Age
Commit message (
Expand
)
Author
2020-01-07
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-03
Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcomp
Rémi Verschelde
2019-12-01
iOS modular build and export implementation.
bruvzg
2019-11-24
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-20
pcre2: Use scons option to disable JIT on some platforms
Rémi Verschelde
2019-11-19
HTML5: Explicitly link idbfs.js for IDBFS support
Rémi Verschelde
2019-11-15
HTML5: Fix support for Emscripten 1.39.1+
Rémi Verschelde
2019-10-24
Remove ECMAScript 6 "arrow operator".
Fabio Alessandrelli
2019-10-23
Implement HTTP server for HTML5 export
Fabio Alessandrelli
2019-10-23
Improve EditorExportPlatform interface.
Fabio Alessandrelli
2019-10-12
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2019-10-10
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-03
Properly revert cursor when using set_custom_mouse_cursor with null
PouleyKetchoupp
2019-10-01
Fixed running the export templates with newer emscripten versions.
Relintai
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-12
https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...
mellondill
2019-08-12
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-09
Fix audio capture naming in Javascript
Saracen
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-07-22
Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'
Rémi Verschelde
2019-07-10
Merge pull request #30465 from guilhermefelipecgs/cursor_blinking
Rémi Verschelde
2019-07-09
Fix cursor blinking in integrated GPUs
Guilherme Felipe
2019-07-09
Better detect Emscripten toolchain.
Fabio Alessandrelli
2019-07-01
Merge pull request #29482 from Calinou/html5-fix-emscripten-root
Rémi Verschelde
2019-06-19
Fix Emscripten root directory detection when building for HTML5
Hugo Locurcio
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-17
Add script to fix style issues and copyright headers
Rémi Verschelde
2019-06-16
Merge pull request #10643 from BastiaanOlij/camera_server
Rémi Verschelde
2019-06-15
Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-master
Rémi Verschelde
2019-06-15
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-14
Fix pointer position in hidpi-corrected resolutions on web
Leonardo Giovanni Scur
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-05-29
Implement Clipboard API read when supported.
Fabio Alessandrelli
2019-05-29
Kinda working HTML5 clipboard paste.
Fabio Alessandrelli
2019-05-28
Add OS clipboard set support to OS Javascript
Fabio Alessandrelli
2019-05-21
Merge pull request #29032 from akien-mga/tools-exceptions-rtti
Rémi Verschelde
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
2019-05-20
SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build
Rémi Verschelde
2019-05-15
Fix OS_Javascript execute method
Fabio Alessandrelli
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-12
Move IDHandler JS module to platform from Websock
Fabio Alessandrelli
2019-04-06
Remove unused imports
Hendrikto
2019-03-11
HTML5: Fix ETC export for GLES2 fallback on mobile
Rémi Verschelde
2019-03-06
Fix directory check when exporting project
volzhs
2019-03-06
Merge pull request #26633 from akien-mga/driver-fallback-etc
Rémi Verschelde
2019-03-05
Merge pull request #26626 from rluders/misleading-error-message-export
Rémi Verschelde
2019-03-05
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
Disable driver fallback to GLES2 by default
Rémi Verschelde
[next]