index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
os
/
os.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-10
1
-0
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added support for vertical syncing via the Windows OS compositor (DWM.)
TerminalJack
2019-12-04
1
-0
/
+8
*
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
1
-34
/
+0
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Support vibration for Android and iOS
volzhs
2019-08-21
1
-0
/
+5
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-6
/
+2
*
Add editor screenshot on control - f12.
K. S. Ernest (iFire) Lee
2019-07-01
1
-0
/
+29
*
Fix small memory leak in OS.cpp
qarmin
2019-06-27
1
-0
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+2
*
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
1
-0
/
+3
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
1
-0
/
+10
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-0
/
+11
*
Let memory stat functions return uint64_t
Pedro J. Estébanez
2019-01-30
1
-4
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Added OS.get_system_time_msecs()
volzhs
2018-12-20
1
-0
/
+3
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
*
Added multi-monitor support for center_window()
Jared
2018-09-03
1
-2
/
+5
*
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-08-04
1
-0
/
+12
*
Add "editor" and "standalone" feature tags
Hugo Locurcio
2018-07-25
1
-0
/
+7
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
1
-0
/
+10
*
Fix build issues and typos after c69de2ba4
Rémi Verschelde
2018-07-20
1
-1
/
+2
*
Fix unwanted restarting
volzhs
2018-07-20
1
-0
/
+1
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-0
/
+12
*
Fixed OS.has_feature not using custom feature tags.
matthew1006
2018-07-18
1
-0
/
+3
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
1
-0
/
+1
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
1
-0
/
+1
*
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-1
/
+1
|
/
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
1
-0
/
+29
*
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
1
-0
/
+11
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
1
-1
/
+10
*
Remove get_stack_bottom
Ruslan Mustakov
2017-12-16
1
-4
/
+0
*
Allow customizing user:// path (folder in OS::get_data_path())
Rémi Verschelde
2017-11-26
1
-7
/
+15
*
Modified low processor sleep to 8000 and made it customizable (should be cust...
Juan Linietsky
2017-11-22
1
-0
/
+11
*
Merge pull request #13130 from endragor/gdnative-android-export
Rémi Verschelde
2017-11-21
1
-1
/
+1
|
\
|
*
Proper GDNative export on Android
Ruslan Mustakov
2017-11-21
1
-1
/
+1
*
|
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-4
/
+13
|
/
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+27
*
Pass engine name and version parts as proper strings
Rémi Verschelde
2017-11-20
1
-1
/
+1
*
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
1
-10
/
+42
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-3
/
+3
*
Make sure to obey hidpi to off by default, as present in project settings. Se...
Juan Linietsky
2017-10-05
1
-1
/
+1
*
Merge pull request #11823 from endragor/virtual-keyboard-height
Gilles Roudiere
2017-10-04
1
-0
/
+4
|
\
|
*
Allow to obtain virtual keyboard height
Ruslan Mustakov
2017-10-04
1
-0
/
+4
*
|
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
1
-1
/
+8
|
/
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-16
/
+18
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-1
/
+1
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-1
/
+2
[prev]
[next]