Rémi Verschelde
|
3e78963bb9
|
Fix typos with codespell
Using codespell 1.17.1.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
|
2020-09-18 13:44:25 +02:00 |
|
Rémi Verschelde
|
a2a78a8066
|
doc: Sync classref with current source
Bind missing enums.
|
2020-09-11 12:22:10 +02:00 |
|
Fabio Alessandrelli
|
2cb6b2ac6f
|
Merge pull request #38944 from Wavesonics/http-gzip
HttpRequest now handles gzipping response bodies
|
2020-09-07 17:03:19 +02:00 |
|
bruvzg
|
80b8eff6aa
|
[Complex Test Layouts] Change String to use UTF-32 encoding on all platforms.
|
2020-09-03 19:56:24 +03:00 |
|
Adam Brown
|
6584db1538
|
HTTPRequest now accepts gzip
Added request_raw to HttpRequest
Added decompress_dynamic to Compression class
Added decompress_dynamic to BytePoolArray
Merge doc fix
revert
|
2020-09-02 12:59:59 -07:00 |
|
Aaron Franke
|
af80bcd2f8
|
Add sort and has methods to PackedArrays
|
2020-07-06 22:16:39 -04:00 |
|
Rémi Verschelde
|
048f4f8305
|
doc: Sync classref with apparent Variant return type changes
Part of those seem bogus, methods like Array.back()/front()
should return a Variant and not void.
|
2020-02-22 15:16:32 +01:00 |
|
Rémi Verschelde
|
213a85521d
|
doc: Sync classref with current source
Handle removal of Pool*Array types and other recent changes.
|
2020-02-18 14:02:02 +01:00 |
|