Age | Commit message (Expand) | Author |
2018-01-08 | Fix use of execvp, earlier fix was short sighted and only worked | sambler |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky |
2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-10 | Drop unused OS_Unix::has_data and related logic | Rémi Verschelde |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the li... | Juan Linietsky |
2017-11-26 | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-10-29 | Disable logging until the logs location is sorted out | Rémi Verschelde |
2017-10-11 | Use execvp instead of execv to allow OS.execute() to search through PATH. | Elia Argentieri |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez |
2017-09-25 | Extract logging logic | Ruslan Mustakov |
2017-08-29 | Merge pull request #10552 from RandomShaper/improve-posix | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-24 | Make OS::delay_usec() more reliable on UNIX | Pedro J. Estébanez |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-07-27 | added an optional parameter to OS symbol lookup | Karroffel |
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-16 | get_executable_path slight change to make it work under OpenBSD | David Carlier |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | [DLScript] fixed android builds now | Karroffel |
2017-04-03 | increased maximum number of scripting languages | Karroffel |
2017-03-29 | Added methods for opening dynamic libraries to OS | Karroffel |
2017-03-05 | A 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-09 | Add a simple signal handler for SIGCHLD on Unix | Hein-Pieter van Braam |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-01-07 | Memory 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-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-30 | OS additions and fixes for WebAssembly/asm.js | eska |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |
2016-08-13 | Remove some unused variables | Johan Manuel |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde |
2016-06-03 | change invalid characters when get user data dir on Windows & Unix | volzhs |
2016-04-20 | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does... | Aren Villanueva |
2016-03-16 | Add function to convert Date time from a dictionary to Epoch | Kyle Luce |
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce |
2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky |
2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-04 | Remove unnecessary null pointer checks | Emmanuel Leblond |
2016-01-01 | Update copyright to 2016 in headers | George Marques |