| Commit message (Expand) | Author | Age | Files | Lines |
* | Bind Array get and set functions | Aaron Franke | 2024-09-26 | 1 | -0/+7 |
* | Add further details on properties returning `Packed*Array` | A Thousand Ships | 2024-04-08 | 1 | -0/+1 |
* | Merge pull request #90310 from mhilbrunner/OutdatedDemos | Rémi Verschelde | 2024-04-08 | 1 | -1/+1 |
|\ |
|
| * | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -1/+1 |
* | | Merge pull request #78257 from Calinou/doc-packed-arrays-vs-typed-arrays | Rémi Verschelde | 2024-04-08 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Document the upsides and downsides of packed arrays versus typed arrays | Hugo Locurcio | 2023-11-15 | 1 | -0/+1 |
* | | Add performance note to Array.resize() | MewPurPur | 2023-11-10 | 1 | -1/+1 |
|/ |
|
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Complete documentation of packed arrays | kobewi | 2022-08-19 | 1 | -0/+5 |
* | [doc] Use "param" instead of "code" to refer to parameters (4) | Andy Maloney | 2022-08-11 | 1 | -5/+5 |
* | Expose clear method for packed arrays | Haoyu Qiu | 2022-08-10 | 1 | -0/+6 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -26/+26 |
* | Mention how to join PackedStringArray | kobewi | 2022-05-10 | 1 | -0/+6 |
* | Add search methods for packed arrays | Haoyu Qiu | 2022-05-07 | 1 | -0/+23 |
* | Remove Array link in description of PackedArrays | Haoyu Qiu | 2022-04-23 | 1 | -2/+2 |
* | Remove generating of null comparison operators from documentation | Yuri Roubinsky | 2022-03-14 | 1 | -10/+0 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde | 2022-01-10 | 1 | -1/+4 |
* | Unify similar method descriptions | Haoyu Qiu | 2022-01-06 | 1 | -1/+1 |
* | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke | 2021-11-26 | 1 | -7/+7 |
* | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
* | Move the docs for constructors and operators out of methods section | Aaron Franke | 2021-10-29 | 1 | -41/+45 |
* | Merge pull request #52850 from mashumafi/vector-bsearch | Rémi Verschelde | 2021-10-01 | 1 | -0/+9 |
|\ |
|
| * | Implement bsearch for Vector and Packed*Array | mashumafi | 2021-09-30 | 1 | -0/+9 |
* | | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
|/ |
|
* | Allow comparing equality between builtin types and null | George Marques | 2021-09-17 | 1 | -0/+10 |
* | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | 2021-09-09 | 1 | -1/+1 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -84/+42 |
* | Add fill method to Arrays and PackedArrays | Matheus Lima Cunha | 2021-04-21 | 1 | -0/+9 |
* | Fix misformatted documentation from #47435, #42827, #46991 | Yuri Sizov | 2021-04-04 | 1 | -7/+7 |
* | Rename Array.invert() to Array.reverse() | Marcel Admiraal | 2021-03-21 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-03-18 | 1 | -4/+4 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -7/+7 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | packed*arrays are pass by ref now. support duplicate and update documentation | Jordan Schidlowsky | 2020-12-17 | 1 | -1/+7 |
* | doc: Sync classref to add operators after #43419 | Rémi Verschelde | 2020-11-10 | 1 | -3/+35 |
* | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -0/+16 |
* | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | 2020-11-04 | 1 | -11/+27 |
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
* | Add sort and has methods to PackedArrays | Aaron Franke | 2020-07-06 | 1 | -0/+16 |
* | doc: Sync classref with apparent Variant return type changes | Rémi Verschelde | 2020-02-22 | 1 | -0/+14 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -0/+99 |