summaryrefslogtreecommitdiffstats
path: root/core/os/time.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-4/+4
|
* Manage time singletonrune-scape2024-02-111-3/+0
|
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-3/+0
|
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-4/+4
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-2/+2
| | | | Well, they were duplicately-exposed, but triplicately-defined.
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-29/+26
|
* Fix inconsistent naming in TimeNicholas Huelin2022-05-051-4/+4
|
* Proper validation of negative values in datetime strings and datetime dictslaws652022-04-171-10/+15
|
* Quick fix: Crash when parsing invalid datetime string #60189Oğuzhan Eroğlu2022-04-151-46/+50
|
* validate input in Time.get_datetime_string_from_dict()RedHeadphone2022-04-131-12/+13
| | | | | | format fix better fix to handle ERR_FAIL_COND_V_MSG return data type
* Add offset string from minutes conversion method to Time singletonAaron Franke2022-02-231-2/+18
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add Time singletonAaron Franke2021-06-111-0/+433