| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo how the remote filesystem works | Juan Linietsky | 2023-05-08 | 1 | -498/+0 |
* | Restore FileAccess.close method. | bruvzg | 2023-02-16 | 1 | -0/+9 |
* | Merge pull request #68429 from KoBeWi/PropertySettings | Rémi Verschelde | 2023-01-06 | 1 | -4/+2 |
|\ |
|
| * | Add PropertyInfo overload for GLOBAL_DEF | kobewi | 2022-12-11 | 1 | -4/+2 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -4/+4 |
* | Replace File/Directory with FileAccess/DirAccess | kobewi | 2022-09-19 | 1 | -1/+1 |
* | Remove or make private `FileAccess` `close()` methods. | bruvzg | 2022-04-12 | 1 | -5/+4 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 |
* | [Net] Fix bogus FileAccessNetwork deconstructor. | Fabio Alessandrelli | 2022-02-05 | 1 | -1/+0 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Rename File::get_len() get_length() | Marcel Admiraal | 2021-05-25 | 1 | -1/+1 |
* | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -22/+18 |
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio | 2021-05-06 | 1 | -1/+1 |
* | Allow nullptr with zero length in FileAccess get_buffer | Alex Hirsch | 2021-03-16 | 1 | -1/+1 |
* | Add parameter checkes to FileAccess get_buffer functions | Alex Hirsch | 2021-03-09 | 1 | -0/+3 |
* | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -7/+4 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -6/+12 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+3 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -40/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -12/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
* | Drop old semaphore implementation | Pedro J. Estébanez | 2020-03-03 | 1 | -23/+14 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -32/+29 |
* | Added a spinlock template as well as a thread work pool class. | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -5/+5 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+0 |
* | Fix errors when attempting to set UNIX permissions when unavailable | Hugo Locurcio | 2019-06-03 | 1 | -3/+3 |
* | Properly unlock mutex | qarmin | 2019-05-30 | 1 | -1/+4 |
* | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky | 2019-04-07 | 1 | -0/+10 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Add some limits on the Editor Settings | Superwaitsum | 2018-10-24 | 1 | -2/+2 |
* | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli | 2018-09-12 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+5 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -2/+0 |
* | Revert "added get_creation_time function for gdscript" | Juan Linietsky | 2018-08-10 | 1 | -18/+0 |
* | Merge pull request #18914 from notwarp/master | Juan Linietsky | 2018-08-10 | 1 | -0/+18 |
|\ |
|
| * | added get_creation_time function for gdscript | Daniele Giuliani | 2018-05-16 | 1 | -0/+18 |
* | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -5/+5 |
|/ |
|
* | Clean up some bad words from code comments | Artem Varaksa | 2018-02-17 | 1 | -2/+0 |
* | Display set_nodelay to GDScript | Marlon Henry Schweigert | 2018-01-30 | 1 | -1/+1 |
* | 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 |
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -3/+3 |
* | Extract logging logic | Ruslan Mustakov | 2017-09-25 | 1 | -0/+4 |