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
/
uwp
/
os_uwp.cpp
Age
Commit message (
Expand
)
Author
2020-01-23
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-01
iOS modular build and export implementation.
bruvzg
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-06-15
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
2019-05-16
Fix OS_UWP::execute's signature after cd4449e
Rémi Verschelde
2019-04-15
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-03-05
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-02-26
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-13
Merge pull request #25842 from marcelofg55/windows_timezone
Rémi Verschelde
2019-02-13
Fix get_time_zone_info returning inverted bias on Windows/UWP
Marcelo Fernandez
2019-02-12
Platform: Ensure classes match their header filename
Rémi Verschelde
2019-02-03
Added set_environment to OS class
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-03
Fix UWP build.
Fabio Alessandrelli
2018-11-01
Fix init of VisualServerRaster
Rémi Verschelde
2018-11-01
Fix initialization of visual server in all platforms
George Marques
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-09-13
Properly initialize Winsock on startup
Fabio Alessandrelli
2018-09-12
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-28
Fix typo in os_uwp causing a build failure
Hein-Pieter van Braam
2018-08-26
Fall back to GLES2 if GLES3 is not working
Hein-Pieter van Braam
2018-07-20
Fix some more build issues after c69de2ba4
Rémi Verschelde
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-17
Fix keep screen on property path for Android/iOS/UWP
volzhs
2018-07-12
UWP: Add support for GLES2 driver
George Marques
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-03
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-01
Merge pull request #15246 from vnen/uwp-gdnative
George Marques
2018-01-01
Make GDNative DLLs work on UWP
George Marques
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-17
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-15
Move windows networking class to drivers/windows/
Fabio Alessandrelli
2017-12-09
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-11-21
Return and repair file logging
Ruslan Mustakov
2017-11-20
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-19
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-17
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-09
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-03
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-04
Implemented physics plug
AndreaCatania
2017-10-29
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-03
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-09-17
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-13
Fix crash when no audio driver is available
Marcelo Fernandez
[next]