| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Fix leakage of JNI object references | Fredia Huya-Kouadio | 2024-04-15 | 1 | -0/+8 |
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -13/+13 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -1/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Additional fixes to the Android `get_current_dir()` implementation. | Fredia Huya-Kouadio | 2022-08-30 | 1 | -3/+13 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -1/+1 |
* | Fix issue with `get_current_dir()` returning the wrong path on Android | Fredia Huya-Kouadio | 2022-08-19 | 1 | -0/+14 |
* | Add full support for Android scoped storage. | Fredia Huya-Kouadio | 2022-07-05 | 1 | -106/+198 |
* | Cleanup Android C++ code | Marcel Admiraal | 2022-05-31 | 1 | -6/+0 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -4/+4 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -19/+31 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -4/+4 |
* | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 1 | -1/+1 |
* | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -2/+1 |
* | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -7/+7 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Remove unused FileAccessJAndroid. | Fabio Alessandrelli | 2020-12-09 | 1 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -20/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -6/+6 |
* | Improve UX of drive letters | Pedro J. Estébanez | 2020-03-03 | 1 | -1/+1 |
* | Fixes Android FileDialog | Alexander Holland | 2020-01-10 | 1 | -1/+0 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars... | Ivan Ponomarev | 2019-02-27 | 1 | -1/+2 |
* | Fix code style issues | Rémi Verschelde | 2019-01-26 | 1 | -1/+0 |
* | Add function to obtain filesystem type from DirAccess. | Juan Linietsky | 2019-01-21 | 1 | -0/+6 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Remove obsolete ANDROID_NATIVE_ACTIVITY | Bastiaan Olij | 2018-12-02 | 1 | -3/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Removed unnecessary assignments | Wilson E. Alvarez | 2018-07-24 | 1 | -1/+0 |
* | Remove some debugging prints on Android | Hugo Locurcio | 2018-02-18 | 1 | -15/+0 |
* | 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 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | 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 | -82/+71 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 1 | -3/+3 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2016-11-09 | 1 | -2/+2 |
* | Fix crash when using Directory.dir_exists(path) on Android | volzhs | 2016-10-17 | 1 | -1/+0 |
* | Minor code formatting in platform/android | Mario Schlack | 2016-07-21 | 1 | -0/+3 |
* | Fix crash on android 6.0.1, fixes #3321 | mrezai | 2016-01-12 | 1 | -2/+2 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky | 2015-04-28 | 1 | -31/+22 |
* | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | 2015-04-18 | 1 | -4/+11 |