| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke | 2021-08-22 | 1 | -1/+1 |
| * | Tests: Improve coverage for `File::get_csv_line()` | Rémi Verschelde | 2021-08-04 | 1 | -2/+9 |
| * | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -160/+80 |
| * | Merge pull request #49470 from levilindsey/master | Rémi Verschelde | 2021-06-29 | 1 | -0/+1 |
| |\ |
|
| | * | Update File.store_var description to mention which properties of an object ar... | Levi Lindsey | 2021-06-15 | 1 | -0/+1 |
| * | | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde | 2021-06-12 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -1/+1 |
| | |/ |
|
| * / | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #48889 from Calinou/file-rename-endian-swap | Rémi Verschelde | 2021-06-03 | 1 | -3/+3 |
| |\ |
|
| | * | Rename File's `endian_swap` to `big_endian` | Hugo Locurcio | 2021-05-20 | 1 | -3/+3 |
| * | | Rename File::get_len() get_length() | Marcel Admiraal | 2021-05-25 | 1 | -4/+4 |
| |/ |
|
| * | Document that `File.open_compressed()` can only open files saved by Godot | Hugo Locurcio | 2021-05-01 | 1 | -0/+1 |
| * | Expose a `File.flush()` method to scripting | Hugo Locurcio | 2021-02-13 | 1 | -1/+10 |
| * | Improve the `File.endian_swap` documentation | Hugo Locurcio | 2021-02-02 | 1 | -2/+3 |
| * | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 | 2020-11-25 | 1 | -4/+40 |
| * | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
| * | Clarify store_string vs store_line. | Ryan Roden-Corrent | 2020-10-01 | 1 | -4/+2 |
| * | Move note about using Resource in the File documentation | skyace65 | 2020-09-24 | 1 | -1/+2 |
| * | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
| * | Updated cursor positioning description for File open() | Maganty Rushyendra | 2020-08-04 | 1 | -4/+4 |
| * | Added missing information about File.open_encrypted function to docs. | codetorex | 2020-07-31 | 1 | -0/+1 |
| * | Mention the Data paths documentation in the File class | Hugo Locurcio | 2020-07-15 | 1 | -0/+1 |
| * | doc: Make File store/get integer methods clearer | Rémi Verschelde | 2020-06-09 | 1 | -7/+28 |
| * | Improve the `File.store_{8,16,32,64}()` documentation | Danil Alexeev | 2020-03-25 | 1 | -0/+4 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -7/+7 |
| * | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
| * | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
| * | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
| * | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -22/+24 |
| * | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | 2019-06-27 | 1 | -1/+1 |
| * | doc: Improve docs for Resource* classes | Rémi Verschelde | 2019-06-18 | 1 | -2/+2 |
| * | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-04-15 | 1 | -5/+5 |
| * | Clarify encoding used for text by the File class | shartte | 2019-04-06 | 1 | -0/+8 |
| * | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | 2019-04-01 | 1 | -2/+7 |
| |\ |
|
| | * | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 1 | -2/+7 |
| * | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
| |/ |
|
| * | Clear up eof_reached function, fixes #16919 | Juan Linietsky | 2019-02-17 | 1 | -1/+1 |
| * | doc: Add caveat for File.file_exists for imported resources | Rémi Verschelde | 2019-01-26 | 1 | -0/+1 |
| * | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -1/+1 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-11-20 | 1 | -1/+1 |
| * | Add store_csv_line method for File | Kanabenki | 2018-11-16 | 1 | -1/+12 |
| * | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 |
| * | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -1/+1 |
| * | Doc: Fix typo in File documentation | Rémi Verschelde | 2018-06-05 | 1 | -2/+2 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-04-10 | 1 | -2/+2 |
| * | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez | 2018-03-13 | 1 | -0/+14 |
| * | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| * | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -1/+1 |
| * | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |