| Commit message (Expand) | Author | Age | Files | Lines |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -5/+5 |
* | Move CryptoCore to it's own folder. | Fabio Alessandrelli | 2019-08-19 | 1 | -1/+1 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -4/+2 |
* | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli | 2019-07-02 | 1 | -22/+18 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -2/+4 |
* | Fix always true/false values | qarmin | 2019-06-20 | 1 | -4/+2 |
* | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky | 2019-04-07 | 1 | -0/+23 |
* | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -3/+29 |
* | Add function to get String from FileAccess | George Marques | 2019-03-03 | 1 | -0/+17 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Removed error message arriving whenever csv file changed | Chaosus | 2018-12-16 | 1 | -1/+2 |
* | FileAccess::store_csv_line() don't added unnecessary double quotes. | allkhor | 2018-11-22 | 1 | -1/+1 |
* | Add store_csv_line method for File | Kanabenki | 2018-11-16 | 1 | -3/+25 |
* | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+1 |
* | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde | 2018-09-27 | 1 | -1/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Revert "added get_creation_time function for gdscript" | Juan Linietsky | 2018-08-10 | 1 | -13/+0 |
* | Merge pull request #18914 from notwarp/master | Juan Linietsky | 2018-08-10 | 1 | -0/+13 |
|\ |
|
| * | added get_creation_time function for gdscript | Daniele Giuliani | 2018-05-16 | 1 | -0/+13 |
* | | Fix #20564 HDR import fail | Unknown | 2018-07-31 | 1 | -1/+0 |
* | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
|/ |
|
* | Mono: Allow loading `mscorlib` from resources. | bruvzg | 2018-01-31 | 1 | -0/+3 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Reimport now checks source path changes and imported files and their md5, fix... | Juan Linietsky | 2017-12-27 | 1 | -0/+31 |
* | Faster FileAccess::get_line() | poke1024 | 2017-12-16 | 1 | -1/+54 |
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |
* | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 |
* | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 1 | -1/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -2/+2 |
* | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
* | Fix cvs files freezing the editor when a double quote is not closed | Marcelo Fernandez | 2017-07-25 | 1 | -0/+2 |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -3/+3 |
* | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 1 | -0/+21 |
* | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-04-28 | 1 | -2/+4 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -157/+127 |
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
* | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 1 | -0/+33 |
* | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -0/+2 |
* | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | 2016-04-16 | 1 | -1/+3 |
* | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -45/+45 |
* | File: Added delimiter to get_csv_line | tmt | 2016-01-28 | 1 | -2/+4 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
* | Making Godot Easier to Use.. | Juan Linietsky | 2014-05-24 | 1 | -1/+1 |
* | -fix bug in cache for atlas import/export | Juan Linietsky | 2014-03-13 | 1 | -1/+23 |