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.h
Age
Commit message (
Expand
)
Author
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-01-09
Split OS::execute into two methods
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-17
Remove OS::can_draw() remnants
Marcel Admiraal
2020-12-08
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-04
RenderingServer reorganization
reduz
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-10
Fix cancel/OK button order on macOS
Daniel Ting
2020-05-16
Fix Android LineEdit editing bugs
SkyJJ
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-01-23
Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit
Rémi Verschelde
2020-01-23
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-23
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-01
iOS modular build and export implementation.
bruvzg
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
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-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-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-11
[Core] Completely kill math_2d.h, change includes
Aaron Franke
2018-07-20
Fix some more build issues after c69de2ba4
Rémi Verschelde
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-11-21
Return and repair file logging
Ruslan Mustakov
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-04
Implemented physics plug
AndreaCatania
[next]