summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+16
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-0726-118/+118
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* [Core] Upgrade some array helper classes to 64 bitsA Thousand Ships2024-02-192-41/+41
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Link hash table primes externally to prevent data duplication in binaryBartłomiej T. Listwon2024-02-101-2/+2
* [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-30/+62
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-025-16/+16
* Shadow volume culling and tighter shadow caster cullinglawnjelly2024-01-301-0/+6
* Merge pull request #86730 from reduz/64-bit-cowdataRémi Verschelde2024-01-193-96/+127
|\
| * Promote CowData to 64 bitsJuan Linietsky2024-01-193-96/+127
* | Merge pull request #86587 from RandomShaper/wtp_enhanceRémi Verschelde2024-01-112-24/+32
|\ \ | |/ |/|
| * WorkerThreadPool: Avoid most runtime allocationsPedro J. Estébanez2024-01-081-5/+1
| * WorkerThreadPool: Avoid deadlocks when CommandQueueMT is involvedPedro J. Estébanez2024-01-081-19/+31
* | [Core] Prevent copying of `SelfList` and `SelfList::List`A Thousand Ships2024-01-071-0/+6
* | fix: data race in PagedArrayStuart Carnie2024-01-031-9/+12
|/
* Make PagedAllocator more compatible (esp., with HashMap)Pedro J. Estébanez2023-12-201-1/+5
* RBMap: Add explicit copy operators to iteratorsPedro J. Estébanez2023-12-151-4/+14
* [Core] Fix crash when hashing empty `CharString`A Thousand Ships2023-11-261-1/+1
* Fixup thread-owned lambda bookkeeping on thread exit (take 2)Pedro J. Estébanez2023-11-231-0/+39
* Merge pull request #82797 from RandomShaper/fix_rbmapRémi Verschelde2023-10-161-0/+2
|\
| * Fix RBMap's, iterator-based, remove()Pedro J. Estébanez2023-10-041-0/+2
* | Replace `sanity` with `safety` for checksA Thousand Ships2023-10-082-4/+4
|/
* Merge pull request #73813 from groud/improve_y_sort_performancesRémi Verschelde2023-09-251-0/+51
|\
| * Improve TileMap Y-sorting performanceGilles Roudière2023-09-251-0/+51
* | Fix allocation size overflow check in `CowData`A Thousand Ships2023-09-191-2/+5
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-115-11/+11
* Allow renaming child nodes in `_ready`RedworkDE2023-06-261-0/+34
* Handle RID validator overflowNinni Pipping2023-06-201-1/+2
* Improve `SelfList` and fix error in `BaseMaterial3D` when running doctoolRedworkDE2023-05-221-1/+10
* Optimize threading-sensitive node data for single-threaded processingPedro J. Estébanez2023-05-171-1/+4
* Make more base nodes thread safeJuan Linietsky2023-05-151-0/+11
* Merge pull request #75901 from reduz/refactor-node-processingRémi Verschelde2023-05-104-6/+11
|\
| * Refactor Node ProcessingJuan Linietsky2023-05-094-6/+11
* | Add missing thread safety to PagedAllocatorPedro J. Estébanez2023-05-081-6/+39
|/
* Make `LocalVector` respect its `tight` template parameterkleonc2023-05-081-12/+3
* Merge pull request #72421 from myaaaaaaaaa/signal-hashmapRémi Verschelde2023-04-251-0/+6
|\
| * Store Object signals in a HashMap rather than a VMapmyaaaaaaaaa2023-02-251-0/+6
* | Optimize HashMap sizebitsawer2023-04-241-3/+3
* | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+0
* | Fix PagedArray.merge_unordered() dropping pagesmyaaaaaaaaa2023-02-161-11/+9
|/
* Add range iterator to LocalVectorkobewi2023-01-211-0/+64
* Merge pull request #64795 from RandomShaper/fix_saferefcountRémi Verschelde2023-01-091-0/+20
|\
| * Prevent misuse of SafeRefCountPedro J. Estébanez2023-01-091-0/+20
* | One Copyright Update to rule them allRémi Verschelde2023-01-0531-899/+899
|/
* Improve logic for detecting and tracking extensionsBastiaan Olij2022-11-241-0/+1
* Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CASTRémi Verschelde2022-10-041-9/+2
|\
| * Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-9/+2
* | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-033-299/+1
|/
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-292-6/+6