Age | Commit message (Expand) | Author |
2022-01-05 | Add list initialization support for Vector & LocalVector | Haoyu Qiu |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-07 | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-26 | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-09-30 | Implement bsearch for Vector and Packed*Array | mashumafi |
2021-09-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe |
2021-08-23 | Fix ConstIterator to allow `for` range loops on Packed*Array | Hugo Locurcio |
2021-07-08 | Implement Range Iterators | reduz |
2021-04-28 | Merge pull request #46476 from DarknessCatt/master | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-21 | Add fill method to Arrays and PackedArrays | Matheus Lima Cunha |
2021-03-21 | Rename Array.invert() to Array.reverse() | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-17 | packed*arrays are pass by ref now. support duplicate and update documentation | Jordan Schidlowsky |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |