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
...
*
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
*
Allow renaming child nodes in `_ready`
RedworkDE
2023-06-26
1
-0
/
+34
*
Handle RID validator overflow
Ninni Pipping
2023-06-20
1
-1
/
+2
*
Improve `SelfList` and fix error in `BaseMaterial3D` when running doctool
RedworkDE
2023-05-22
1
-1
/
+10
*
Optimize threading-sensitive node data for single-threaded processing
Pedro J. Estébanez
2023-05-17
1
-1
/
+4
*
Make more base nodes thread safe
Juan Linietsky
2023-05-15
1
-0
/
+11
*
Merge pull request #75901 from reduz/refactor-node-processing
Rémi Verschelde
2023-05-10
4
-6
/
+11
|
\
|
*
Refactor Node Processing
Juan Linietsky
2023-05-09
4
-6
/
+11
*
|
Add missing thread safety to PagedAllocator
Pedro J. Estébanez
2023-05-08
1
-6
/
+39
|
/
*
Make `LocalVector` respect its `tight` template parameter
kleonc
2023-05-08
1
-12
/
+3
*
Merge pull request #72421 from myaaaaaaaaa/signal-hashmap
Rémi Verschelde
2023-04-25
1
-0
/
+6
|
\
|
*
Store Object signals in a HashMap rather than a VMap
myaaaaaaaaa
2023-02-25
1
-0
/
+6
*
|
Optimize HashMap size
bitsawer
2023-04-24
1
-3
/
+3
*
|
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+0
*
|
Fix PagedArray.merge_unordered() dropping pages
myaaaaaaaaa
2023-02-16
1
-11
/
+9
|
/
*
Add range iterator to LocalVector
kobewi
2023-01-21
1
-0
/
+64
*
Merge pull request #64795 from RandomShaper/fix_saferefcount
Rémi Verschelde
2023-01-09
1
-0
/
+20
|
\
|
*
Prevent misuse of SafeRefCount
Pedro J. Estébanez
2023-01-09
1
-0
/
+20
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
31
-899
/
+899
|
/
*
Improve logic for detecting and tracking extensions
Bastiaan Olij
2022-11-24
1
-0
/
+1
*
Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CAST
Rémi Verschelde
2022-10-04
1
-9
/
+2
|
\
|
*
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
Rémi Verschelde
2022-10-03
1
-9
/
+2
*
|
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
3
-299
/
+1
|
/
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
2
-6
/
+6
[prev]
[next]