summaryrefslogtreecommitdiff
path: root/drivers/unix/os_unix.cpp
AgeCommit message (Expand)Author
2017-08-29Merge pull request #10552 from RandomShaper/improve-posixRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Make OS::delay_usec() more reliable on UNIXPedro J. Estébanez
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-16get_executable_path slight change to make it work under OpenBSDDavid Carlier
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06[DLScript] fixed android builds nowKarroffel
2017-04-03increased maximum number of scripting languagesKarroffel
2017-03-29Added methods for opening dynamic libraries to OSKarroffel
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-09Add a simple signal handler for SIGCHLD on UnixHein-Pieter van Braam
2017-02-06Several bugfixes, improving the import workflowJuan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-06-Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-30OS additions and fixes for WebAssembly/asm.jseska
2016-10-102D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky
2016-08-13Remove some unused variablesJohan Manuel
2016-07-17Remove some noisy debug printsRémi Verschelde
2016-06-03change invalid characters when get user data dir on Windows & Unixvolzhs
2016-04-20Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does...Aren Villanueva
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
2016-01-13improve reporting of error in wrong inheritance for autoload scriptJuan Linietsky
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-11-30Make the setting unix-only.est31
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-10-17Merge pull request #2365 from Mavhod/patch-1Juan Linietsky
2015-09-10Removing locatime so this function compiles again.Juan Linietsky
2015-09-09fixed localtime thing for ios, not tested anywhere elseAriel Manzur
2015-08-13add ()Mavhod
2015-08-13get_date on LinuxMavhod
2015-08-06tested and fixed unix os_system_time_msec()xodene
2015-08-06Add OS.get_system_time_msecMaximillian
2015-06-30-some changes by okamJuan Linietsky
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-27fix build on freebsdsambler
2014-12-16New Code CompletionJuan Linietsky