Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -1/+1 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | Update docs clarifying description for get_unix_time_from_system on UTC | iltenahmet | 2024-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | fix url tag in doc/classes/Time.xml Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> fix url tag in doc/classes/Time.xml Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> update get_unix_time_from_system description Update doc/classes/Time.xml Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | ||||
* | Clarify get_time_zone_from_system will return a localized timezone name | jsjtxietian | 2023-11-01 | 1 | -2/+2 |
| | |||||
* | Document get_time_zone_from_system will return a localized timezone name | jsjtxietian | 2023-10-31 | 1 | -1/+3 |
| | |||||
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -2/+2 |
| | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors. | ||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Fix incorrect Time documentation in get_datetime_dict_from_unix_time | Aaron Franke | 2023-02-21 | 1 | -1/+1 |
| | |||||
* | Fixes #65377: get_datetime_* functions can return wrong values | James | 2022-09-10 | 1 | -2/+2 |
| | |||||
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -9/+9 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -21/+21 |
| | |||||
* | Fix inconsistent naming in Time | Nicholas Huelin | 2022-05-05 | 1 | -2/+2 |
| | |||||
* | Document timestamp decimal fraction in Time | Haoyu Qiu | 2022-04-16 | 1 | -0/+3 |
| | |||||
* | Add offset string from minutes conversion method to Time singleton | Aaron Franke | 2022-02-23 | 1 | -0/+7 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | Update Time documentation | Aaron Franke | 2021-10-28 | 1 | -6/+7 |
| | |||||
* | Time: Add some notes about timezones and UTC | Max Hilbrunner | 2021-10-26 | 1 | -3/+7 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -80/+40 |
| | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
* | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -0/+270 |