index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
/
os.h
Age
Commit message (
Expand
)
Author
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-25
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-11
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
Add static Vulkan loader.
bruvzg
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-10
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-06
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-04
Added support for vertical syncing via the Windows OS compositor (DWM.)
TerminalJack
2019-11-28
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-11
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-10-22
Add request permission automatically at android
Cagdas
2019-08-26
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-21
Support vibration for Android and iOS
volzhs
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-07-01
Add editor screenshot on control - f12.
K. S. Ernest (iFire) Lee
2019-06-20
Add option to toggle console window on Windows
Luka Dornhecker
2019-06-15
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-04
Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...
bruvzg
2019-05-24
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
2019-04-07
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-15
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-03-08
Request Android record permission when needed
DESKTOP-3H3MR3A\eloisa
2019-03-04
More style cleanup...
Rémi Verschelde
2019-03-03
Ability to keep pumping messages while being debugged, may be a solution for ...
Juan Linietsky
2019-02-27
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-26
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-09
Warn when using GPU particles with GLES2
Rémi Verschelde
2019-02-03
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
Added set_environment to OS class
Ignacio Etcheverry
2019-01-30
Let memory stat functions return uint64_t
Pedro J. Estébanez
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-20
Added OS.get_system_time_msecs()
volzhs
2018-12-11
Merge pull request #23923 from bruvzg/ime_gdscript
Rémi Verschelde
2018-11-23
Changes IME input to use notification instead of callback, exposes IME method...
bruvzg
2018-10-05
[x11] Use "application/config/name" for WM_CLASS
Guilherme Felipe
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-27
Revert "Try closing gracefully before terminating process"
Rémi Verschelde
2018-08-24
Merge pull request #20712 from marcelofg55/midi_open_close
Juan Linietsky
[next]