summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Expand)AuthorAgeFilesLines
* Remove RID_Owner.get_rid_by_indexreduz2022-02-051-38/+18
* Vectors: Use clear() and has().Anilforextra2022-02-021-3/+1
* Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde2022-01-181-9/+14
|\
| * `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-9/+14
* | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-122-3/+2
|\ \ | |/ |/|
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-042-3/+2
* | Fix crash on importing FBX fileHaoyu Qiu2022-01-101-0/+3
* | Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-052-0/+19
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-0333-66/+66
* Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-071-16/+17
|\
| * PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-16/+17
* | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-305-14/+7
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-236-9/+9
* Merge pull request #54499 from Faless/threads/4.x_work_pool_defaultRémi Verschelde2021-11-191-1/+1
|\
| * [OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli2021-11-021-1/+1
* | Merge pull request #54486 from ibrahn/thread-work-pool-lazierRémi Verschelde2021-11-081-4/+20
|\ \ | |/ |/|
| * ThreadWorkPool no longer starts worker threads if given zero work.Ibrahn Sahir2021-11-011-4/+20
* | Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-1/+5
|/
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-283-12/+12
* Fix HashMap element copy leaving hash as zeroPedro J. Estébanez2021-10-131-0/+1
* Merge pull request #52495 from kdiduk/issue-52491-fix-value-conversion-in-has...Rémi Verschelde2021-10-121-1/+8
|\
| * #52491 Cosmetic: fix type cast and add comment with the algorithm sourceKirill Diduk2021-10-051-1/+8
* | Avoid the need for copy assignment in HashMap key/data typesPedro J. Estébanez2021-10-081-7/+10
* | Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde2021-10-012-0/+73
|\ \
| * | Implement bsearch for Vector and Packed*Arraymashumafi2021-09-302-0/+73
* | | Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio2021-09-291-8/+8
* | | Replace `#pragma once` by traditional include guards for consistencyHugo Locurcio2021-09-241-6/+8
|/ /
* | Fix placement new on zero-sized region warning on GCC 11.1Grigoris Pavlakis2021-09-151-0/+10
* | Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+1
|/
* Merge pull request #52026 from Calinou/constiterator-fix-constHugo Locurcio2021-09-011-1/+1
|\
| * Fix ConstIterator to allow `for` range loops on Packed*ArrayHugo Locurcio2021-08-231-1/+1
* | Revert " Improve collision generation usability in the new 3D scene import wo...Juan Linietsky2021-08-301-1/+1
* | Merge pull request #51985 from AndreaCatania/collCamille Mohr-Daurat2021-08-301-1/+1
|\ \
| * | Fix Vector ConstIterator constructor.AndreaCatania2021-08-221-1/+1
* | | Add a SafeList data structure for future audio server usage.Ellen Poe2021-08-271-0/+375
* | | Fix LocalVector crash on insert.Gilles Roudière2021-08-261-1/+1
* | | Expose RID creation utilities.reduz2021-08-231-4/+6
| |/ |/|
* | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-222-2/+2
|/
* Add the possibility to initialize the classes allocated with the PagedAllocatorAndreaCatania2021-08-141-2/+3
* Refactors the memnew_placement.AndreaCatania2021-08-131-4/+4
* Fix Set range iterator implementationRaul Santos2021-07-271-2/+5
* Fix various typos with codespellluz paz2021-07-252-2/+2
* Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-2/+2
* Merge pull request #47395 from sygi/shape_idx_collisionHugo Locurcio2021-07-161-1/+4
|\
| * Add mouse_shape_entered and mouse_shape_exited signals to CollisionObject2D.sygi2021-07-021-1/+4
* | Fix equality operators in List's ConstIteratorJoan Fons2021-07-151-2/+2
* | Implement Range Iteratorsreduz2021-07-085-24/+364
* | Unify material parameter updatereduz2021-07-061-1/+1
* | LocalVector: Don't error if `from` >= `count`Rémi Verschelde2021-07-011-1/+0
* | Improve RID_Owner memory usagereduz2021-06-291-14/+26