summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove unnecessary null pointer checksEmmanuel Leblond2016-01-041-2/+1
* | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-101-3/+2
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Make the setting unix-only.est312015-11-301-0/+8
* Fix error messages forcing a white font for subsequent messagesRémi Verschelde2015-11-101-6/+6
* Display error type (error, warning, script error) in OS::print_errorRémi Verschelde2015-11-101-9/+19
* Merge pull request #2365 from Mavhod/patch-1Juan Linietsky2015-10-171-1/+1
|\
| * add ()Mavhod2015-08-131-1/+1
| * get_date on LinuxMavhod2015-08-131-1/+1
* | Removing locatime so this function compiles again.Juan Linietsky2015-09-101-2/+2
* | fixed localtime thing for ios, not tested anywhere elseAriel Manzur2015-09-091-1/+2
|/
* tested and fixed unix os_system_time_msec()xodene2015-08-061-2/+3
* Add OS.get_system_time_msecMaximillian2015-08-061-0/+7
* -some changes by okamJuan Linietsky2015-06-301-0/+6
* Add OS.get_time_zone_info functionest312015-06-061-1/+28
* Add utc param to get_time and get_date methodsest312015-06-061-5/+12