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