summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedByteArray.xml
Commit message (Expand)AuthorAgeFilesLines
* Rebranding: Doc/Dubhghlas McLaughlin2024-10-161-2/+2
* fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-2/+2
* Bind Array get and set functionsAaron Franke2024-09-261-0/+7
* Add further details on properties returning `Packed*Array`A Thousand Ships2024-04-081-0/+1
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-6/+6
* Clarify `PackedByteArray.decompress*` limitations with external dataA Thousand Ships2024-01-071-0/+2
* Add performance note to Array.resize()MewPurPur2023-11-101-1/+1
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* Doc: Reference String <-> PackedByteArray conversions from each otherAaron Franke2023-09-121-5/+5
* Fix many typos in documentationSeptian2023-07-191-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Make documentation sorting use natural orderNinni Pipping2023-05-091-25/+25
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-1/+1
* Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-0/+6
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Various classref typo fixesHaoyu Qiu2023-02-201-2/+2
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-3/+3
* Complete documentation of packed arrayskobewi2022-08-191-0/+32
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-7/+7
* Expose clear method for packed arraysHaoyu Qiu2022-08-101-0/+6
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-73/+73
* Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma2022-06-301-5/+5
* Add search methods for packed arraysHaoyu Qiu2022-05-071-0/+23
* Remove Array link in description of PackedArraysHaoyu Qiu2022-04-231-2/+2
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-2/+3
* Unify similar method descriptionsHaoyu Qiu2022-01-061-1/+1
* PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-8/+9
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-41/+45
* Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde2021-10-011-0/+9
|\
| * Implement bsearch for Vector and Packed*Arraymashumafi2021-09-301-0/+9
* | Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|/
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-252/+126
* New to_***_array method to decode PackedByteArray to Packed***ArrayChristopheClaustre2021-07-241-0/+36
* Add fill method to Arrays and PackedArraysMatheus Lima Cunha2021-04-211-0/+9
* doc: Sync classref with current sourceRémi Verschelde2021-04-191-0/+240
* Fix misformatted documentation from #47435, #42827, #46991Yuri Sizov2021-04-041-7/+7
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-11/+11
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky2020-12-171-1/+7
* Merge pull request #43246 from HaSa1002/docs-lang-5Rémi Verschelde2020-11-161-2/+8
|\
| * Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-2/+8