index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
/
os.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+11
*
Remove get_stack_bottom
Ruslan Mustakov
2017-12-16
1
-7
/
+0
*
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
1
-1
/
+1
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+1
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-1
/
+3
*
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
1
-1
/
+1
*
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-30
1
-1
/
+1
*
Allow customizing user:// path (folder in OS::get_data_path())
Rémi Verschelde
2017-11-26
1
-1
/
+1
*
Modified low processor sleep to 8000 and made it customizable (should be cust...
Juan Linietsky
2017-11-22
1
-0
/
+3
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-3
/
+4
*
Merge pull request #12387 from santouits/x1111
Rémi Verschelde
2017-11-20
1
-1
/
+3
|
\
|
*
Fix x11 boot logo position in fullscreen and in maximized
santouits
2017-10-26
1
-1
/
+3
*
|
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
1
-3
/
+8
*
|
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-2
/
+2
*
|
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-11-09
1
-1
/
+1
*
|
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-3
/
+1
*
|
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-0
/
+1
|
/
*
Merge pull request #11810 from marcelofg55/osx_export_improv
Rémi Verschelde
2017-10-09
1
-1
/
+1
|
\
|
*
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
2017-10-03
1
-1
/
+1
*
|
Merge pull request #11823 from endragor/virtual-keyboard-height
Gilles Roudiere
2017-10-04
1
-0
/
+3
|
\
\
|
*
|
Allow to obtain virtual keyboard height
Ruslan Mustakov
2017-10-04
1
-0
/
+3
*
|
|
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #11782 from eska014/persistent-userfs-test
Hein-Pieter van Braam
2017-10-03
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
2017-10-02
1
-0
/
+2
*
|
Merge pull request #11568 from endragor/loggers
Andreas Haas
2017-10-02
1
-11
/
+10
|
\
\
|
*
|
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-11
/
+10
|
|
/
*
/
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
1
-0
/
+2
|
/
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
1
-3
/
+10
|
\
|
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-3
/
+10
*
|
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
1
-0
/
+3
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-3
/
+3
*
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
1
-0
/
+3
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
*
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
1
-3
/
+3
*
Add a way to retrieve stack bottom of the main thread
Ruslan Mustakov
2017-07-25
1
-0
/
+9
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-1
/
+2
*
IME window follow the input cursor.
geequlim
2017-07-11
1
-0
/
+2
*
fixed PowerState enum cast
Karroffel
2017-06-01
1
-0
/
+2
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+2
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
added dlscript module
Karroffel
2017-04-03
1
-3
/
+3
*
Added methods for opening dynamic libraries to OS
Karroffel
2017-03-29
1
-0
/
+4
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-88
/
+77
*
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+6
*
Several bugfixes, improving the import workflow
Juan Linietsky
2017-02-06
1
-0
/
+2
*
Added focus tracking in X11 and Windows classes, added new confined mouse mod...
Ilija Boshkov
2017-01-25
1
-1
/
+2
[next]