aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-1/+1
* Fix Linux/X11 build on ARMs.bruvzg2018-05-131-1/+1
* Fix for large .pck filesGustav Lund2018-05-081-3/+3
* GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-05-011-0/+6
* Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-04-292-0/+15
* [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-291-1/+1
* Fix get_drive (bookmarks) in linux not workingPoommetee Ketson2018-03-281-1/+1
* Clean up some bad words from code commentsArtem Varaksa2018-02-221-1/+1
* [X11] Improving error detection in move_to_trashIskustvo2018-02-191-0/+1
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-192-0/+6
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-02-042-2/+2
* Fix use of execvp, earlier fix was short sighted and only workedsambler2018-01-081-11/+13
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0523-0/+23
* Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-041-1/+14
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-0125-50/+50
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-7/+7
* Drop unused OS_Unix::has_data and related logicRémi Verschelde2017-12-101-32/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+1
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-072-2/+2
* Improve slang, especially in user-visible partsUnknown2017-12-052-3/+3
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-302-2/+2
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-5/+9
* Return and repair file loggingRuslan Mustakov2017-11-212-10/+8
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-193-33/+7
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-2/+2
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+0
* Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
* Use execvp instead of execv to allow OS.execute() to search through PATH.Elia Argentieri2017-10-111-1/+1
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-032-3/+7
* Extract logging logicRuslan Mustakov2017-09-256-57/+174
* Rename pos to position in user facing methods and variablesletheed2017-09-202-2/+2
* Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-0/+11
* Only do 'drive' discovery on X11Hein-Pieter van Braam2017-09-141-4/+5
* Merge pull request #11160 from marcelofg55/drive_funcs_x11Rémi Verschelde2017-09-132-2/+93
|\
| * Implemented DirAccess get_drive and get_drive_count for LinuxMarcelo Fernandez2017-09-122-2/+93
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-1/+0
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+0
| |/
* / DirAccess constructor sets current_dir to an absolute pathsupagu2017-09-101-14/+6
|/
* Fix EOF in wav file importerHein-Pieter van Braam2017-09-071-4/+2
* Further symlink fixessupagu2017-09-061-16/+26
* Merge pull request #10986 from hpvb/fix-unix-file-openRémi Verschelde2017-09-051-9/+8
|\
| * Fix UNIX file openHein-Pieter van Braam2017-09-051-9/+8
* | Merge pull request #10973 from hpvb/fix-file-access-unixRémi Verschelde2017-09-051-23/+65
|\|
| * Make UNIX file access more correctHein-Pieter van Braam2017-09-041-23/+65
* | Merge pull request #10883 from supagu/symlink2Rémi Verschelde2017-09-041-21/+23
|\ \ | |/ |/|
| * Another take at fixing symlinksFabian Mathews2017-09-031-21/+23
* | Fix use of unitialized variablesHein-Pieter van Braam2017-09-022-3/+3
|/
* Merge pull request #10552 from RandomShaper/improve-posixRémi Verschelde2017-08-293-3/+19
|\