| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added OS.get_system_time_msecs() | volzhs | 2018-12-20 | 1 | -0/+6 |
* | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause | 2018-10-29 | 1 | -0/+6 |
* | Avoid possible overflow in OS_Unix readlink | Fabio Alessandrelli | 2018-10-07 | 1 | -2/+4 |
* | Fix OS X get_ticks_usec return value after #22424 | Marcelo Fernandez | 2018-09-30 | 1 | -1/+1 |
* | Use monotonic clock for get_ticks_usec | Fabio Alessandrelli | 2018-09-29 | 1 | -7/+38 |
* | Properly initialize Winsock on startup | Fabio Alessandrelli | 2018-09-13 | 1 | -0/+2 |
* | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli | 2018-09-12 | 1 | -4/+0 |
* | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli | 2018-09-12 | 1 | -2/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -14/+12 |
* | Revert "Try closing gracefully before terminating process" | Rémi Verschelde | 2018-08-27 | 1 | -1/+1 |
* | Try closing gracefully before terminating process | Marcin Zawiejski | 2018-08-20 | 1 | -1/+1 |
* | Fix Linux/X11 build on ARMs. | bruvzg | 2018-05-11 | 1 | -1/+1 |
* | Local debugger fixes and extensions | Blazej Floch | 2018-05-07 | 1 | -0/+17 |
* | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret... | Robin Hübner | 2018-04-28 | 1 | -0/+6 |
* | Add RWLockDummy for NO_THREADS builds | Leon Krause | 2018-03-20 | 1 | -1/+2 |
* | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | 2018-03-04 | 1 | -9/+0 |
* | Clean up some bad words from code comments | Artem Varaksa | 2018-02-17 | 1 | -1/+1 |
* | Fix use of execvp, earlier fix was short sighted and only worked | sambler | 2018-01-08 | 1 | -11/+13 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | 2018-01-04 | 1 | -1/+14 |
* | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | 2018-01-04 | 1 | -1/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Drop unused OS_Unix::has_data and related logic | Rémi Verschelde | 2017-12-10 | 1 | -32/+2 |
* | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 1 | -1/+1 |
* | Changed the dynamic library open function to allow setting the path of the li... | Juan Linietsky | 2017-11-30 | 1 | -1/+1 |
* | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde | 2017-11-26 | 1 | -5/+9 |
* | Return and repair file logging | Ruslan Mustakov | 2017-11-21 | 1 | -9/+6 |
* | Add initial support for the XDG Base Directory spec | Rémi Verschelde | 2017-11-19 | 1 | -18/+7 |
* | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 |
* | Disable logging until the logs location is sorted out | Rémi Verschelde | 2017-10-29 | 1 | -1/+3 |
* | Use execvp instead of execv to allow OS.execute() to search through PATH. | Elia Argentieri | 2017-10-11 | 1 | -1/+1 |
* | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez | 2017-10-03 | 1 | -2/+6 |
* | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 1 | -52/+41 |
* | Merge pull request #10552 from RandomShaper/improve-posix | Rémi Verschelde | 2017-08-29 | 1 | -1/+3 |
|\ |
|
| * | Make OS::delay_usec() more reliable on UNIX | Pedro J. Estébanez | 2017-08-24 | 1 | -1/+3 |
* | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
|/ |
|
* | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -1/+1 |
* | added an optional parameter to OS symbol lookup | Karroffel | 2017-07-27 | 1 | -3/+7 |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -8/+3 |
* | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 1 | -1/+1 |
* | get_executable_path slight change to make it work under OpenBSD | David Carlier | 2017-07-16 | 1 | -2/+2 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | [DLScript] fixed android builds now | Karroffel | 2017-04-06 | 1 | -1/+1 |
* | increased maximum number of scripting languages | Karroffel | 2017-04-03 | 1 | -8/+9 |
* | Added methods for opening dynamic libraries to OS | Karroffel | 2017-03-29 | 1 | -0/+30 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -137/+114 |
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
* | Add a simple signal handler for SIGCHLD on Unix | Hein-Pieter van Braam | 2017-02-09 | 1 | -1/+15 |
* | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 1 | -0/+8 |
* | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -5/+2 |