summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2017-12-06Fix Windows-to-Linux export errorPedro J. Estébanez
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-24Core: Bind InputEventGesture events.Andreas Haas
2017-11-22Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky
2017-11-21Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-11-21Proper GDNative export on AndroidRuslan Mustakov
2017-11-21Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-20Merge pull request #12387 from santouits/x1111Rémi Verschelde
2017-11-20Merge pull request #13006 from hoelzl/pr-placement-deleteRémi Verschelde
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde
2017-11-19Add placement deletes to avoid warnings on VC++Matthias Hoelzl
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-08Increase joystick axis from 8 to 10Bastiaan Olij
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-26Fix x11 boot logo position in fullscreen and in maximizedsantouits
2017-10-23move button/joy constants to enumsjagt
2017-10-22Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
2017-10-11Merge pull request #12039 from Hinsbart/expose_joy_connectionRémi Verschelde
2017-10-11Input: expose joy_connection_changed()Andreas Haas
2017-10-09Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde
2017-10-08Use "Command" instead of "Meta" for macOS (#1619)Cong
2017-10-05Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky
2017-10-04Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere
2017-10-04Allow to obtain virtual keyboard heightRuslan Mustakov
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-10-03Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-25Extract logging logicRuslan Mustakov
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-19Fix MSVC compilation errorsKonstantin Zaitsev
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam