summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-152-20/+6
|\
| * WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-09-052-20/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-2731-62/+62
* | Rebrand preambles to RedotSpartan3222024-10-1331-0/+62
* | Rebrand Godot 4.3 to RedotTrashguy2024-10-132-2/+2
|/
* Fixup recent changes to threading concernsPedro J. Estébanez2024-07-161-2/+6
* WorkerThreadPool: Refactor deadlock prevention collaboration into a generic m...Pedro J. Estébanez2024-06-191-2/+2
* CommandQueueMT: Pre-allocate memory to avoid a bunch of allocations at startupPedro J. Estébanez2024-05-092-3/+2
* Merge pull request #91725 from RandomShaper/cmd_queue_avoid_skipRémi Verschelde2024-05-091-2/+19
|\
| * CommandQueueMT: Fix sync command awaiters missing the chancePedro J. Estébanez2024-05-081-2/+19
* | Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-0/+9
* | CommandQueueMT: Fix command cleanup (revive destructor call + plus handle buf...Pedro J. Estébanez2024-05-081-1/+5
|/
* Merge pull request #91104 from RandomShaper/simple_type_cppRémi Verschelde2024-05-082-20/+3
|\
| * Redefine GetSimpleTypeT<> in terms of <type_traits>Pedro J. Estébanez2024-04-242-20/+3
* | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-071-24/+32
|\ \
| * | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-24/+32
* | | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-0/+4
|/ /
* | Merge pull request #90760 from RandomShaper/cmd_queue_good_syncRémi Verschelde2024-05-012-72/+30
|\ \
| * | CommandQueueMT: Optimize & fix handling of sync/ret commandsPedro J. Estébanez2024-04-232-72/+30
| |/
* / Fix GCC 14 -Wtemplate-id-cdtor warningsRémi Verschelde2024-04-262-3/+3
|/
* Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-152-25/+26
|\
| * Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-102-25/+26
* | CommandQueueMT: Fix flush re-entrancyPedro J. Estébanez2024-04-101-7/+6
|/
* 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