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
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-4
/
+4
*
Update Time documentation
Aaron Franke
2021-10-28
1
-4
/
+5
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
1
-3
/
+1
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-1
/
+1
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-3
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-3
/
+1
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-3
/
+3
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
Converted sensor acceleration units to m/s^2 on iOS and UWP
Marcus Brummer
2021-03-17
1
-3
/
+5
*
Make Servers truly Thread Safe
reduz
2021-02-10
1
-1
/
+0
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-3
/
+0
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-2
/
+0
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove OS::can_draw() remnants
Marcel Admiraal
2020-12-17
1
-4
/
+0
*
Reorganize rendering server.
reduz
2020-12-03
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-4
/
+4
*
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
1
-1
/
+0
*
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-26
1
-1
/
+1
*
Merge pull request #38958 from lawnjelly/time_overflow_4
Rémi Verschelde
2020-06-11
1
-2
/
+19
|
\
|
*
Fix overflow condition with QueryPerformanceCounter
lawnjelly
2020-05-22
1
-2
/
+19
*
|
Fix Android LineEdit editing bugs
SkyJJ
2020-05-16
1
-1
/
+1
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-75
/
+0
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
|
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-7
/
+7
|
/
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-1
/
+0
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-1
/
+2
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-1
/
+2
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-1
/
+0
|
/
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-14
/
+0
*
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
[next]