| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
|
|
|
|
|
| |
- Add 'window' (canvas) resize, maximize and fullscreen
- Implement get_screen_size
- Fix fullscreen resolution
|
|
|
|
|
| |
- Emit mouse wheel release events
- Set button masks, fixes #5092
|
|
|
|
|
|
|
| |
- Implement alert, shell_open, set_window_title
- Add locale lookup, fixes #2477
- Print without color control sequences
- Move get_executable_path implementation to OS_JavaScript
|
|\
| |
| | |
Add JavaScript eval interface to web export
|
| | |
|
|/ |
|
|
|
|
|
| |
Fallback to KeyboardEvent property `charCode` is absence of both `key`
and `char` for retrieval of unicode value.
|
|
|
|
|
| |
Scancodes work, but unicode values are now completely broken in some
browser/OS combinations.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
-user:// filesystem implemented
-default template page could look prettier, help appreciated
|
|
|
|
|
|
| |
-Better template handling
-Voice support
-Stream support
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
-fixed TouchScreenButton with stretch2d
-fixed(?) OSX crash on startup (test!!)
-compilation fixes on windows
-CollisionPolygon editor works again
-find buttons en find dialog
-TileMap editor cleanup (removed "error", made nicer)
-viewport flicker fixed
-make .scn default extension for saving scenes
-export the rest of the network classes to gdscript
|
|
|