summaryrefslogtreecommitdiff
path: root/doc/classes/PackedByteArray.xml
AgeCommit message (Expand)Author
2022-06-30Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma
2022-05-07Add search methods for packed arraysHaoyu Qiu
2022-04-23Remove Array link in description of PackedArraysHaoyu Qiu
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-10`Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde
2022-01-06Unify similar method descriptionsHaoyu Qiu
2021-11-26PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-01Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde
2021-09-30Implement bsearch for Vector and Packed*Arraymashumafi
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-24New to_***_array method to decode PackedByteArray to Packed***ArrayChristopheClaustre
2021-04-21Add fill method to Arrays and PackedArraysMatheus Lima Cunha
2021-04-19doc: Sync classref with current sourceRémi Verschelde
2021-04-04Fix misformatted documentation from #47435, #42827, #46991Yuri Sizov
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-19class reference proofreadingPaul Joannon
2021-03-18doc: Sync classref with current sourceRémi Verschelde
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-17packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky
2020-11-16Merge pull request #43246 from HaSa1002/docs-lang-5Rémi Verschelde
2020-11-10doc: Sync classref to add operators after #43419Rémi Verschelde
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-09Docs: Port Code Examples to C# (M, N, O, P, R)HaSa1002
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-07-06Add sort and has methods to PackedArraysAaron Franke
2020-02-22doc: Sync classref with apparent Variant return type changesRémi Verschelde
2020-02-18doc: Sync classref with current sourceRémi Verschelde