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
/
os_javascript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build for Javascript platform
muiroc
2018-10-01
1
-1
/
+1
*
Implement OS::set_icon in HTML5 platform
Leon Krause
2018-09-16
1
-0
/
+1
*
Merge pull request #21330 from eska014/html5-canvas-resize
Rémi Verschelde
2018-08-23
1
-3
/
+2
|
\
|
*
Facilitate external modification of HTML5 canvas size
Leon Krause
2018-08-23
1
-3
/
+2
*
|
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-0
/
+4
|
/
*
Refactor OS_JavaScript
Leon Krause
2018-07-10
1
-71
/
+62
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-3
/
+0
*
Fix HTML5 feature tags
Leon Krause
2018-01-12
1
-3
/
+0
*
Add missing method for javascript
Guilherme Silva
2018-01-05
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-1
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-1
/
+0
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
1
-4
/
+4
|
\
|
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-4
/
+4
*
|
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause
2017-11-18
1
-5
/
+0
|
/
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-2
/
+0
*
Merge pull request #12691 from eska014/webaudio
Rémi Verschelde
2017-11-06
1
-1
/
+0
|
\
|
*
Fix WebAudio and HTML5 build
Leon Krause
2017-11-06
1
-1
/
+0
*
|
Implemented physics plug
AndreaCatania
2017-11-04
1
-4
/
+0
|
/
*
Merge pull request #11782 from eska014/persistent-userfs-test
Hein-Pieter van Braam
2017-10-03
1
-0
/
+5
|
\
|
*
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
2017-10-02
1
-0
/
+5
*
|
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-5
/
+1
|
/
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-1
/
+1
*
Improve HTML5 canvas management
L. Krause
2017-08-05
1
-0
/
+5
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-0
/
+2
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-1
/
+1
*
Merge pull request #8625 from eska014/html5-cursorshape
Rémi Verschelde
2017-05-05
1
-0
/
+1
|
\
|
*
Implement cursor style control in HTML5 platform
L. Krause
2017-05-02
1
-0
/
+1
*
|
Merge pull request #8574 from eska014/html5-noglut
Rémi Verschelde
2017-05-02
1
-7
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove GLUT usage in HTML5 platform
L. Krause
2017-04-28
1
-7
/
+1
*
|
Implement mouse capture and hiding in HTML5 export
L. Krause
2017-05-02
1
-3
/
+5
|
/
*
Implement HTML5 touch events
L. Krause
2017-04-26
1
-10
/
+1
*
Reimplement HTML5 mouse input without GLUT
L. Krause
2017-04-25
1
-1
/
+0
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Merge pull request #8191 from eska014/webgl2-export
Juan Linietsky
2017-03-29
1
-1
/
+1
|
\
|
*
WebGL 2 export per WebAssembly or asm.js
eska
2017-03-29
1
-1
/
+1
*
|
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
1
-1
/
+0
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-35
/
+29
*
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+7
*
Enable WebGL2 in web export, start fixing build
eska
2017-02-01
1
-5
/
+0
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
1
-6
/
+3
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Add window features in web export
eska
2016-11-30
1
-2
/
+10
*
Fix some mouse bugs in WebAssembly/asm.js
eska
2016-11-30
1
-0
/
+1
*
OS additions and fixes for WebAssembly/asm.js
eska
2016-11-30
1
-9
/
+8
[next]