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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
1
-1
/
+3
*
Keep debug & verbose options after loading project from project manager
PouleyKetchoupp
2020-07-09
1
-0
/
+2
*
Move frame delaying functions from Main to OS.
Fabio Alessandrelli
2020-06-30
1
-0
/
+3
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
1
-3
/
+1
*
[Windows] Add tablet driver selection.
bruvzg
2020-05-20
1
-2
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-12
/
+12
*
[Windows] Add support for the WinTab API for pen input.
bruvzg
2020-05-05
1
-0
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-1
/
+3
*
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
1
-0
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-240
/
+4
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-2
/
+0
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+1
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-14
/
+0
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
1
-2
/
+1
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-0
/
+1
*
Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit
Rémi Verschelde
2020-01-23
1
-1
/
+1
|
\
|
*
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-23
1
-1
/
+1
*
|
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
|
/
*
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-10
1
-0
/
+1
*
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-06
1
-0
/
+1
|
\
|
*
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-28
1
-0
/
+1
*
|
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
-1
/
+9
|
/
*
Remove ERR_EXPLAIN macros and the scaffolding they needed.
Marcel Admiraal
2019-11-11
1
-6
/
+0
*
Add request permission automatically at android
Cagdas
2019-10-22
1
-0
/
+2
*
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-26
1
-0
/
+5
*
Support vibration for Android and iOS
volzhs
2019-08-21
1
-0
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Add editor screenshot on control - f12.
K. S. Ernest (iFire) Lee
2019-07-01
1
-0
/
+1
*
Add option to toggle console window on Windows
Luka Dornhecker
2019-06-20
1
-0
/
+2
*
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-15
1
-0
/
+4
*
Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...
bruvzg
2019-06-04
1
-2
/
+0
*
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
1
-0
/
+1
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-1
/
+3
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
1
-2
/
+3
*
Request Android record permission when needed
DESKTOP-3H3MR3A\eloisa
2019-03-08
1
-0
/
+2
*
More style cleanup...
Rémi Verschelde
2019-03-04
1
-1
/
+1
*
Ability to keep pumping messages while being debugged, may be a solution for ...
Juan Linietsky
2019-03-03
1
-0
/
+1
*
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
1
-2
/
+2
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-0
/
+4
*
Warn when using GPU particles with GLES2
Rémi Verschelde
2019-02-09
1
-6
/
+7
*
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
1
-0
/
+1
|
\
|
*
Added set_environment to OS class
Ignacio Etcheverry
2019-02-03
1
-0
/
+1
*
|
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
/
+1
[prev]
[next]