Age | Commit message (Expand) | Author |
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 |
2015-11-30 | Make the setting unix-only. | est31 |
2015-11-10 | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde |
2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde |
2015-10-17 | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky |
2015-09-10 | Removing locatime so this function compiles again. | Juan Linietsky |
2015-09-09 | fixed localtime thing for ios, not tested anywhere else | Ariel Manzur |
2015-08-13 | add () | Mavhod |
2015-08-13 | get_date on Linux | Mavhod |
2015-08-06 | tested and fixed unix os_system_time_msec() | xodene |
2015-08-06 | Add OS.get_system_time_msec | Maximillian |
2015-06-30 | -some changes by okam | Juan Linietsky |
2015-06-06 | Add OS.get_time_zone_info function | est31 |
2015-06-06 | Add utc param to get_time and get_date methods | est31 |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-01-27 | fix build on freebsd | sambler |
2014-12-16 | New Code Completion | Juan Linietsky |
2014-11-12 | 3D Import Import & UDP | Juan Linietsky |