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-12-21
Fix reading Unicode from stdio.
bruvzg
2022-12-12
Windows: Validate that the font family name exists before trying to get the f...
oOjor-elOo
2022-12-12
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
Only support XDG directory path configuration on Linux
Hugo Locurcio
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-11-17
[Windows] Use case-sensitive file names for the system fonts to avoid warnings.
bruvzg
2022-11-04
Merge pull request #67434 from bruvzg/win_wrapper
Rémi Verschelde
2022-11-01
Load and use system emoji font in the editor.
bruvzg
2022-10-31
Add console wrapper app to handle console i/o redirection on Windows.
bruvzg
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-27
Fix OS.get_video_adapter_driver_info crash
zCubed3
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-12
[Windows] Fix GCC MinGW warnings.
bruvzg
2022-10-11
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
Merge pull request #67242 from akien-mga/cleanup-unused-defines
Rémi Verschelde
2022-10-11
Cleanup unused defines in platform code
Rémi Verschelde
2022-10-11
Fix newlines not honored in Windows console
Pedro J. Estébanez
2022-10-06
Merge pull request #66965 from bruvzg/win_llvm
Rémi Verschelde
2022-10-06
[Windows] Fix LLVM MinGW build.
bruvzg
2022-10-05
Keep a single, portable implementation of `OS::get_processor_count()`
Pedro J. Estébanez
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
[next]