Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | p_screen param from get_screen_* funcs now default to the current screen | Marcelo Fernandez | |
2017-08-08 | removed calls to cursor_set_visible on all platforms fixes #10167 | toger5 | |
2017-08-07 | Merge pull request #10105 from eska014/html5-touch-hint | Rémi Verschelde | |
Implement OS.has_touchscreen_ui_hint() in HTML5 platform | |||
2017-08-07 | Merge pull request #10104 from eska014/canvas-mgmt | Rémi Verschelde | |
Improve HTML5 canvas management | |||
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
2017-08-05 | Improve HTML5 canvas management | L. Krause | |
- set_window_maximized hides page content - Fix sporadic full-screen render-size bug in Chromium - Smoother resizing for maximized canvas | |||
2017-07-28 | Implement touch-screen check in HTML5 platform | L. Krause | |
2017-07-23 | Merge pull request #9770 from eska014/html5-focus | Rémi Verschelde | |
Implement input focus behavior in HTML5 | |||
2017-07-22 | Implement input focus behavior in HTML5 | L. Krause | |
- 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-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | |
2017-07-01 | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | |
Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix | |||
2017-06-27 | Hide HTML5 native-run icon without runnable preset | L. Krause | |
2017-06-27 | Use custom native-run icons for Android and HTML5 | L. Krause | |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-19 | Update HTML5 platform for new InputEvents | L. Krause | |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-05 | Merge pull request #8625 from eska014/html5-cursorshape | Rémi Verschelde | |
HTML5: Cursor style control | |||
2017-05-02 | Implement cursor style control in HTML5 platform | L. Krause | |
2017-05-02 | Merge pull request #8574 from eska014/html5-noglut | Rémi Verschelde | |
Remove GLUT usage in HTML5 platform | |||
2017-05-02 | Implement mouse capture and hiding in HTML5 export | L. Krause | |
MOUSE_MODE_CONFINED cannot be implemented. | |||
2017-04-29 | Fix HTML5 key events | L. Krause | |
Regression from 86f5ac3 | |||
2017-04-28 | Remove GLUT usage in HTML5 platform | L. Krause | |
2017-04-26 | Implement HTML5 touch events | L. Krause | |
2017-04-25 | Reimplement HTML5 mouse input without GLUT | L. Krause | |
Fixes inverted scrolling on Chromium | |||
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | |
Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | |||
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-29 | Merge pull request #8191 from eska014/webgl2-export | Juan Linietsky | |
WebGL 2 export per WebAssembly or asm.js | |||
2017-03-29 | WebGL 2 export per WebAssembly or asm.js | eska | |
2017-03-27 | Merge pull request #8159 from Hinsbart/last_id | Rémi Verschelde | |
Input: Remove usage of platform dependent event IDs. | |||
2017-03-26 | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | |
All the warnings are factored out of the platform-specific files and moved to SConstruct. Will have to check that it does not introduce regressions on some platforms/compilers. (cherry picked from commit 31107daa1a41fe9ab3c7c1868479e78e16848333) | |||
2017-03-26 | Input: Remove usage of platform dependent event IDs. | Andreas Haas | |
The ID property for InputEvents is set by `SceneTree` when sending the event down the tree. So there's no need for the platform specific code to set this value when it will later be overriden anyway... | |||
2017-03-17 | Some WebGL 2 and build fixes/clean-up | eska | |
2017-03-14 | more html5 fixes | Juan Linietsky | |
2017-03-10 | Fix web export build | eska | |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde | |
I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde | |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | |
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. | |||
2017-03-04 | Add API to access battery power state | Julian Murgia | |
Done: - X11, server (tested) - Windows (developed, would be nice to retest) - OSX (not tested) Prepared (not developed): - Android (code is here, but may not compile) - iphone - winrt - bb10 - haiku - javascript | |||
2017-02-22 | Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ↵ | Juan Linietsky | |
work though | |||
2017-02-21 | Fix WebAssembly builds on Windows | eska | |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | |
modified files) -.pck and .zip exporting redone, seems to be working.. | |||
2017-02-20 | Automatically zip web export templates | eska | |
Also fix web builds on Windows and clean up | |||
2017-02-20 | Fix parallel asm.js/WebAssembly builds | eska | |
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | |
This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||
2017-02-02 | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde | |
Enable WebGL2 in web export, start fixing build | |||
2017-02-01 | Enable WebGL2 in web export, start fixing build | eska | |
Will not yet compile | |||
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky | |