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
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
2018-08-20
Try closing gracefully before terminating process
Marcin Zawiejski
2018-08-04
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-07-21
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-20
Fix build issues and typos after c69de2ba4
Rémi Verschelde
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-06-11
IME context detection.
Saracen
2018-05-08
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-07
Local debugger fixes and extensions
Blazej Floch
2018-04-11
iPhone X support and iOS-related fixes
Ruslan Mustakov
2018-04-07
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-03-07
Reinstate WebGL 1.0 driver in HTML5 platform
Leon Krause
2018-03-04
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-02-14
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-12
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-01-05
Add new window setting: always on top
Pedro J. Estébanez
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
Update copyright statements to 2018
Rémi Verschelde
2017-12-17
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-16
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
Remove get_stack_bottom
Ruslan Mustakov
2017-12-14
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
-Add lightmapper
Juan Linietsky
2017-12-09
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-07
Style: Apply clang-format again on all files
Rémi Verschelde
2017-11-30
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-26
Allow customizing user:// path (folder in OS::get_data_path())
Rémi Verschelde
2017-11-22
Modified low processor sleep to 8000 and made it customizable (should be cust...
Juan Linietsky
2017-11-21
Return and repair file logging
Ruslan Mustakov
2017-11-20
Merge pull request #12387 from santouits/x1111
Rémi Verschelde
[next]