summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-201-1/+2
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-9/+0
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+1
* 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-051-0/+1
* Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-041-1/+14
* Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Drop unused OS_Unix::has_data and related logicRémi Verschelde2017-12-101-32/+2
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-1/+1
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-1/+1
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-5/+9
* Return and repair file loggingRuslan Mustakov2017-11-211-9/+6
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-18/+7
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* 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-031-2/+6
* Extract logging logicRuslan Mustakov2017-09-251-52/+41
* Merge pull request #10552 from RandomShaper/improve-posixRémi Verschelde2017-08-291-1/+3
|\
| * Make OS::delay_usec() more reliable on UNIXPedro J. Estébanez2017-08-241-1/+3
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-3/+7
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-8/+3
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* get_executable_path slight change to make it work under OpenBSDDavid Carlier2017-07-161-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* [DLScript] fixed android builds nowKarroffel2017-04-061-1/+1
* increased maximum number of scripting languagesKarroffel2017-04-031-8/+9
* Added methods for opening dynamic libraries to OSKarroffel2017-03-291-0/+30
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-137/+114
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Add a simple signal handler for SIGCHLD on UnixHein-Pieter van Braam2017-02-091-1/+15
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-0/+8
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-5/+2
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-0/+4
|\
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-0/+4
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | OS additions and fixes for WebAssembly/asm.jseska2016-11-301-3/+0
|/
* Remove some unused variablesJohan Manuel2016-08-131-1/+1
* Remove some noisy debug printsRémi Verschelde2016-07-171-4/+0
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-031-1/+1
* Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does...Aren Villanueva2016-04-201-0/+21
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-161-0/+1
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-0/+3
* improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky2016-01-131-2/+2
* Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde2016-01-111-2/+1
|\