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
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
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-13
Fix enums bindings
Maxim Sheronov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-05-23
Fix UWP compilation issues
George Marques
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-17
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-04-29
Fix compilation for UWP
George Marques
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-26
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-04
Add API to access battery power state
Julian Murgia
2017-01-16
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-08
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-03
Rename remaining WinRT references to UWP
George Marques
2016-11-03
Rename WinRT files to UWP
George Marques