Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -109/+0 |
| | | | | Also rename export name from "HTML5" to "Web". | ||||
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -0/+1 |
| | | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | ||||
* | [Net] Fix get_response_body_length for large files. | Fabio Alessandrelli | 2022-01-23 | 1 | -1/+1 |
| | | | | Parsing was fixed, but not the return value for the exposed getter. | ||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | [Net] Makes HTTPClient a custom instance class. | Fabio Alessandrelli | 2021-06-23 | 1 | -0/+108 |