summaryrefslogtreecommitdiffstats
path: root/doc/classes/FileAccess.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix mismatched parentheses in class referenceHaoyu Qiu2024-05-301-2/+2
* FileAccess.xml had conflicting function names in its example codeEmanuel Acosta Gonzalez (emanvidmaker)2024-04-251-4/+4
* Merge pull request #90403 from bruvzg/file_resizeRémi Verschelde2024-04-221-0/+7
|\
| * [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+7
* | [Doc] Clarify behavior of `FileAccess.get_line`A Thousand Ships2024-04-161-1/+1
|/
* Use `[codeblock lang=text]` more often in class refMicky2024-04-081-1/+1
* Update links to outdated asset library demosskyace652024-04-071-1/+1
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* Clarify behavior of opening a new file in `FileAccess`A Thousand Ships2024-03-051-0/+2
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-0/+1
* Error handling for `FileAccess.get_file_as_*`Paul Joannon2023-10-111-0/+2
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-0/+87
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Docs: Add FileAccess.close, remove dupl. exampleMax Hilbrunner2023-05-311-11/+1
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-4/+4
* Make documentation sorting use natural orderNinni Pipping2023-05-091-15/+15
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-1/+1
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-0/+3
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Various classref typo fixesHaoyu Qiu2023-02-201-1/+1
* Restore FileAccess.close method.bruvzg2023-02-161-1/+8
* Merge pull request #71572 from RedMser/docs-binary-variantYuri Sizov2023-02-101-0/+2
|\
| * Document internal usage of encode/decode_variantRedMser2023-01-171-0/+2
* | Fix C# examples in documentationRaul Santos2023-01-311-2/+2
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+14
* Replacing File calls from the FileAccess class docsEmi2022-10-031-6/+4
* Fix typos with codespellRémi Verschelde2022-09-301-4/+4
* Introduce more static methods to directory APIkobewi2022-09-201-0/+1
* Improve C# documentation for FileAccess and DirAccessRaul Santos2022-09-191-5/+11
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-0/+468