index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
2024-11-15
2
-20
/
+6
|
\
|
*
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
Pedro J. Estébanez
2024-09-05
2
-20
/
+6
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
31
-62
/
+62
*
|
Rebrand preambles to Redot
Spartan322
2024-10-13
31
-0
/
+62
*
|
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
2
-2
/
+2
|
/
*
Fixup recent changes to threading concerns
Pedro J. Estébanez
2024-07-16
1
-2
/
+6
*
WorkerThreadPool: Refactor deadlock prevention collaboration into a generic m...
Pedro J. Estébanez
2024-06-19
1
-2
/
+2
*
CommandQueueMT: Pre-allocate memory to avoid a bunch of allocations at startup
Pedro J. Estébanez
2024-05-09
2
-3
/
+2
*
Merge pull request #91725 from RandomShaper/cmd_queue_avoid_skip
Rémi Verschelde
2024-05-09
1
-2
/
+19
|
\
|
*
CommandQueueMT: Fix sync command awaiters missing the chance
Pedro J. Estébanez
2024-05-08
1
-2
/
+19
*
|
Apply additional fixes to servers' threading
Pedro J. Estébanez
2024-05-08
1
-0
/
+9
*
|
CommandQueueMT: Fix command cleanup (revive destructor call + plus handle buf...
Pedro J. Estébanez
2024-05-08
1
-1
/
+5
|
/
*
Merge pull request #91104 from RandomShaper/simple_type_cpp
Rémi Verschelde
2024-05-08
2
-20
/
+3
|
\
|
*
Redefine GetSimpleTypeT<> in terms of <type_traits>
Pedro J. Estébanez
2024-04-24
2
-20
/
+3
*
|
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
1
-24
/
+32
|
\
\
|
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-24
/
+32
*
|
|
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-0
/
+4
|
/
/
*
|
Merge pull request #90760 from RandomShaper/cmd_queue_good_sync
Rémi Verschelde
2024-05-01
2
-72
/
+30
|
\
\
|
*
|
CommandQueueMT: Optimize & fix handling of sync/ret commands
Pedro J. Estébanez
2024-04-23
2
-72
/
+30
|
|
/
*
/
Fix GCC 14 -Wtemplate-id-cdtor warnings
Rémi Verschelde
2024-04-26
2
-3
/
+3
|
/
*
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
2
-25
/
+26
|
\
|
*
Use WorkerThreadPool for Server threads
Juan Linietsky
2024-04-10
2
-25
/
+26
*
|
CommandQueueMT: Fix flush re-entrancy
Pedro J. Estébanez
2024-04-10
1
-7
/
+6
|
/
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+16
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
26
-118
/
+118
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
[Core] Upgrade some array helper classes to 64 bits
A Thousand Ships
2024-02-19
2
-41
/
+41
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
Link hash table primes externally to prevent data duplication in binary
Bartłomiej T. Listwon
2024-02-10
1
-2
/
+2
*
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
1
-30
/
+62
*
Use '_v' shorthand for type traits and 'if constexpr' where appropriate
vittorioromeo
2024-02-02
5
-16
/
+16
*
Shadow volume culling and tighter shadow caster culling
lawnjelly
2024-01-30
1
-0
/
+6
*
Merge pull request #86730 from reduz/64-bit-cowdata
Rémi Verschelde
2024-01-19
3
-96
/
+127
|
\
|
*
Promote CowData to 64 bits
Juan Linietsky
2024-01-19
3
-96
/
+127
*
|
Merge pull request #86587 from RandomShaper/wtp_enhance
Rémi Verschelde
2024-01-11
2
-24
/
+32
|
\
\
|
|
/
|
/
|
|
*
WorkerThreadPool: Avoid most runtime allocations
Pedro J. Estébanez
2024-01-08
1
-5
/
+1
|
*
WorkerThreadPool: Avoid deadlocks when CommandQueueMT is involved
Pedro J. Estébanez
2024-01-08
1
-19
/
+31
*
|
[Core] Prevent copying of `SelfList` and `SelfList::List`
A Thousand Ships
2024-01-07
1
-0
/
+6
*
|
fix: data race in PagedArray
Stuart Carnie
2024-01-03
1
-9
/
+12
|
/
*
Make PagedAllocator more compatible (esp., with HashMap)
Pedro J. Estébanez
2023-12-20
1
-1
/
+5
*
RBMap: Add explicit copy operators to iterators
Pedro J. Estébanez
2023-12-15
1
-4
/
+14
*
[Core] Fix crash when hashing empty `CharString`
A Thousand Ships
2023-11-26
1
-1
/
+1
*
Fixup thread-owned lambda bookkeeping on thread exit (take 2)
Pedro J. Estébanez
2023-11-23
1
-0
/
+39
*
Merge pull request #82797 from RandomShaper/fix_rbmap
Rémi Verschelde
2023-10-16
1
-0
/
+2
|
\
|
*
Fix RBMap's, iterator-based, remove()
Pedro J. Estébanez
2023-10-04
1
-0
/
+2
*
|
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
2
-4
/
+4
|
/
*
Merge pull request #73813 from groud/improve_y_sort_performances
Rémi Verschelde
2023-09-25
1
-0
/
+51
|
\
|
*
Improve TileMap Y-sorting performance
Gilles Roudière
2023-09-25
1
-0
/
+51
*
|
Fix allocation size overflow check in `CowData`
A Thousand Ships
2023-09-19
1
-2
/
+5
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
5
-11
/
+11
[next]