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@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-2
/
+3
|
\
|
*
Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cached
Thaddeus Crews
2024-11-13
1
-2
/
+3
|
|
\
|
|
*
Fix `capture_cache.animation` was not cached
Nazarii
2024-10-31
1
-2
/
+3
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-0
/
+10
|
\
|
|
|
*
|
Allow passing UID to importer
Juan
2024-11-11
1
-0
/
+10
*
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-3
/
+3
|
\
|
|
|
*
|
Avoid const_cast in List::erase by requiring mutable elements
rune-scape
2024-11-08
1
-3
/
+3
*
|
|
Merge pull request #824 from Spartan322/fix/ahashmap-godot
George L. Albany
2024-10-31
2
-4
/
+4
|
\
\
\
|
*
|
|
Fix Godot headers for AHashMap to Redot
Spartan322
2024-10-30
2
-4
/
+4
*
|
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
3
-7
/
+49
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Merge pull request #98652 from stuartcarnie/2d_texture_state_fixes
Thaddeus Crews
2024-10-29
1
-4
/
+46
|
|
\
\
|
|
*
|
2D: Fix various issues and minor performance optimisations
Stuart Carnie
2024-10-30
1
-4
/
+46
|
|
|
/
|
*
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
Thaddeus Crews
2024-10-29
3
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
3
-3
/
+3
*
|
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
32
-64
/
+64
|
\
\
\
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
32
-64
/
+64
*
|
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
3
-0
/
+782
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
Implement array based hash map
nazarii
2024-10-24
3
-0
/
+778
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
32
-0
/
+64
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
2
-2
/
+2
|
/
*
Merge pull request #97465 from DarioSamo/lock-free-rid
Rémi Verschelde
2024-10-04
1
-71
/
+68
|
\
|
*
Make RID_Owner lock-free for fetching.
Juan Linietsky
2024-09-25
1
-71
/
+68
*
|
Add a sort method to Dictionary and HashMap
Aaron Franke
2024-10-02
2
-0
/
+86
*
|
[Core] Add missing `HashMapComparatorDefault` cases
A Thousand Ships
2024-09-28
1
-0
/
+95
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Merge pull request #94137 from Craig-Stoneham/master
Rémi Verschelde
2024-08-26
3
-35
/
+35
|
\
|
*
Improve Template Class Conditionals (Code Style)
Craig-Stoneham
2024-08-25
3
-35
/
+35
*
|
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
Pedro J. Estébanez
2024-08-21
2
-20
/
+6
|
/
*
Merge pull request #95469 from bruvzg/cowdata_unref
Rémi Verschelde
2024-08-16
1
-13
/
+12
|
\
|
*
`CowData` remove hardcoded offset and unused argument from `_unref`.
bruvzg
2024-08-13
1
-13
/
+12
*
|
Merge pull request #94353 from aaronp64/cowdata_insert
Rémi Verschelde
2024-08-16
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
Improve CowData::insert performance
aaronp64
2024-07-15
1
-5
/
+8
*
|
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
|
/
[next]