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
/
windows
/
os_windows.cpp
Age
Commit message (
Expand
)
Author
2022-09-16
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-10
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-08
Merge pull request #44118 from Calinou/windows-enable-ansi-escape-codes
Yuri Sizov
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-27
Remove unused force_quit variable from many OS abstractions
Pedro J. Estébanez
2022-08-10
Enable ANSI escape code processing on Windows 10 and later
Hugo Locurcio
2022-07-26
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-24
Fixes `OS.get_unique_id()` string not getting printed properly
MaxIsJoe
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-13
Merge pull request #60894 from derammo/derammo_opengl3_windows
Rémi Verschelde
2022-05-11
opengl3 driver now works on windows including multi window
derammo
2022-05-10
Try to convert OS::execute() output to Unicode on Windows
Haoyu Qiu
2022-05-03
Add OS::is_process_running function.
mdavisprog
2022-04-29
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-20
Improve embedded PCK loading and exporting.
bruvzg
2022-03-17
Fix DST Error on Windows
ztco224
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-14
[OS/Crypto] Add get_entropy to OS.
Fabio Alessandrelli
2022-01-28
[Windows] Disable console I/O redirection, if it's already redirected to the ...
bruvzg
2022-01-27
Minor typo fixups to Windows console changes
Max Hilbrunner
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-05
Windows: Simplify QueryPerformanceCounter usage
Bartłomiej T. Listwon
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-15
[Windows] Detect new Windows Terminal and disable unsupported set_console_vis...
bruvzg
2021-12-14
[Windows] Open a new console window for the editor instances.
bruvzg
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-25
Restore console window output for editor app on Windows
Yuri Roubinsky
2021-11-18
Fix data directory of unnamed projects
kobewi
2021-11-04
Fix dwFlags on CreateProcessW calls
WoLfulus
2021-10-28
Update Time documentation
Aaron Franke
2021-10-09
Implement get_cache_path() for iOS, and improve it for Android and Windows
Pedro J. Estébanez
2021-10-05
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-04
revert 0d7409a so additional error information prints in release builds
Jordan Schidlowsky
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-19
Fix shell_open not returning errors on Windows
Ricardo Subtil
2021-08-16
Add partial support for Android scoped storage.
ne0fhyk
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-04
Replace backslash with forward slash in OS_Windows path methods
miere43
2021-06-12
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-11
Add Time singleton
Aaron Franke
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-21
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-20
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-18
Move tablet driver API from OS to DisplayServer.
bruvzg
2021-02-10
Make Servers truly Thread Safe
reduz
[next]