| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Linux/X11 build on ARMs. | bruvzg | 2018-05-13 | 1 | -1/+1 |
| * | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret... | Robin Hübner | 2018-05-01 | 1 | -0/+6 |
| * | Clean up some bad words from code comments | Artem Varaksa | 2018-02-22 | 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 |
| * | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky | 2017-01-06 | 1 | -4/+1 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -0/+4 |
| |\ |
|
| | * | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 2016-10-10 | 1 | -0/+4 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | | OS additions and fixes for WebAssembly/asm.js | eska | 2016-11-30 | 1 | -3/+0 |
| |/ |
|
| * | Remove some unused variables | Johan Manuel | 2016-08-13 | 1 | -1/+1 |
| * | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -4/+0 |
| * | change invalid characters when get user data dir on Windows & Unix | volzhs | 2016-06-03 | 1 | -1/+1 |
| * | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does... | Aren Villanueva | 2016-04-20 | 1 | -0/+21 |
| * | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | 2016-03-16 | 1 | -0/+1 |
| * | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -0/+3 |
| * | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2016-01-13 | 1 | -2/+2 |
| * | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 1 | -2/+1 |
| |\ |
|