Leon Krause
|
7b23665e72
|
Add OS::is_userfs_persistent to check user:// persistence
Allows starting HTML5 export when IndexedDB is not available.
|
2017-10-02 21:07:05 +02:00 |
|
Leon Krause
|
d1ecc25db4
|
Fix mouse button state in HTML5 platform
Regression from 844c5e12e6
|
2017-09-19 19:27:52 +02:00 |
|
Rémi Verschelde
|
53bbc046ee
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Fix crash when no audio driver is available
|
2017-09-17 22:48:22 +02:00 |
|
Marcelo Fernandez
|
7a4c0ff35e
|
Fix crash when no audio driver is available
|
2017-09-13 20:54:55 -03:00 |
|
Maxim Sheronov
|
0fffa45158
|
Fix enums bindings
Add missed bindings for enums
Move some enums to class to have correct output of api.json
|
2017-09-13 20:57:07 +03:00 |
|
Rémi Verschelde
|
6a08f8288e
|
Merge pull request #10914 from eska014/html5-main-notif
Prevent sending MainLoop notifications before initialized
|
2017-09-03 11:28:03 +02:00 |
|
Leon Krause
|
8c4fb4cec8
|
HTML5: Prevent sending MainLoop notifications before initialized
|
2017-09-03 04:13:24 +02:00 |
|
Rémi Verschelde
|
bd282ff43f
|
Use HTTPS URL for Godot's website in the headers
|
2017-08-27 14:16:55 +02:00 |
|
Marcelo Fernandez
|
63f847b306
|
p_screen param from get_screen_* funcs now default to the current screen
|
2017-08-21 18:28:29 -03:00 |
|
toger5
|
2286037bc3
|
removed calls to cursor_set_visible on all platforms fixes #10167
|
2017-08-08 14:04:22 +02:00 |
|
Rémi Verschelde
|
6d213909cb
|
Merge pull request #10105 from eska014/html5-touch-hint
Implement OS.has_touchscreen_ui_hint() in HTML5 platform
|
2017-08-07 14:49:33 +02:00 |
|
L. Krause
|
bd48f210a1
|
Improve HTML5 canvas management
- set_window_maximized hides page content
- Fix sporadic full-screen render-size bug in Chromium
- Smoother resizing for maximized canvas
|
2017-08-05 05:27:58 +02:00 |
|
L. Krause
|
0c693595d6
|
Implement touch-screen check in HTML5 platform
|
2017-07-28 05:39:25 +02:00 |
|
Rémi Verschelde
|
401f1098f6
|
Merge pull request #9770 from eska014/html5-focus
Implement input focus behavior in HTML5
|
2017-07-23 13:13:09 +02:00 |
|
L. Krause
|
ca28c068c0
|
Implement input focus behavior in HTML5
- Key and mouse events are only consumed if canvas is focused
- NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are
emitted
|
2017-07-22 17:25:15 +02:00 |
|
Juan Linietsky
|
25678b1876
|
-Renamed GlobalConfig to ProjectSettings, makes more sense.
-Added system for feature overrides, it's pretty cool :)
|
2017-07-19 17:06:03 -03:00 |
|
L. Krause
|
6f17d41bcf
|
Update HTML5 platform for new InputEvents
|
2017-06-19 15:43:46 +02:00 |
|
Juan Linietsky
|
5b3709d309
|
Removal of InputEvent as built-in Variant type..
this might cause bugs I haven't found yet..
|
2017-05-20 17:05:38 -03:00 |
|
Rémi Verschelde
|
120ce92e32
|
Merge pull request #8625 from eska014/html5-cursorshape
HTML5: Cursor style control
|
2017-05-05 22:52:48 +02:00 |
|
L. Krause
|
0811335fd5
|
Implement cursor style control in HTML5 platform
|
2017-05-02 13:31:27 +02:00 |
|
Rémi Verschelde
|
9bdc498f90
|
Merge pull request #8574 from eska014/html5-noglut
Remove GLUT usage in HTML5 platform
|
2017-05-02 11:30:01 +02:00 |
|
L. Krause
|
101c542b77
|
Implement mouse capture and hiding in HTML5 export
MOUSE_MODE_CONFINED cannot be implemented.
|
2017-05-02 04:01:34 +02:00 |
|
L. Krause
|
abe09919bf
|
Fix HTML5 key events
Regression from 86f5ac3
|
2017-04-29 04:42:50 +02:00 |
|
L. Krause
|
847bd33fdf
|
Remove GLUT usage in HTML5 platform
|
2017-04-28 21:54:44 +02:00 |
|
L. Krause
|
86f5ac3d74
|
Implement HTML5 touch events
|
2017-04-26 16:30:22 +02:00 |
|