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
*
Remove RID_Owner.get_rid_by_index
reduz
2022-02-05
1
-38
/
+18
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-3
/
+1
*
Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks
Rémi Verschelde
2022-01-18
1
-9
/
+14
|
\
|
*
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-10
1
-9
/
+14
*
|
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-12
2
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
2
-3
/
+2
*
|
Fix crash on importing FBX file
Haoyu Qiu
2022-01-10
1
-0
/
+3
*
|
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-05
2
-0
/
+19
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
33
-66
/
+66
*
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-07
1
-16
/
+17
|
\
|
*
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
1
-16
/
+17
*
|
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
5
-14
/
+7
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
6
-9
/
+9
*
Merge pull request #54499 from Faless/threads/4.x_work_pool_default
Rémi Verschelde
2021-11-19
1
-1
/
+1
|
\
|
*
[OS] Add ThreadWorkPool default size to OS.
Fabio Alessandrelli
2021-11-02
1
-1
/
+1
*
|
Merge pull request #54486 from ibrahn/thread-work-pool-lazier
Rémi Verschelde
2021-11-08
1
-4
/
+20
|
\
\
|
|
/
|
/
|
|
*
ThreadWorkPool no longer starts worker threads if given zero work.
Ibrahn Sahir
2021-11-01
1
-4
/
+20
*
|
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-30
1
-1
/
+5
|
/
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
3
-12
/
+12
*
Fix HashMap element copy leaving hash as zero
Pedro J. Estébanez
2021-10-13
1
-0
/
+1
*
Merge pull request #52495 from kdiduk/issue-52491-fix-value-conversion-in-has...
Rémi Verschelde
2021-10-12
1
-1
/
+8
|
\
|
*
#52491 Cosmetic: fix type cast and add comment with the algorithm source
Kirill Diduk
2021-10-05
1
-1
/
+8
*
|
Avoid the need for copy assignment in HashMap key/data types
Pedro J. Estébanez
2021-10-08
1
-7
/
+10
*
|
Merge pull request #52850 from mashumafi/vector-bsearch
Rémi Verschelde
2021-10-01
2
-0
/
+73
|
\
\
|
*
|
Implement bsearch for Vector and Packed*Array
mashumafi
2021-09-30
2
-0
/
+73
*
|
|
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-29
1
-8
/
+8
*
|
|
Replace `#pragma once` by traditional include guards for consistency
Hugo Locurcio
2021-09-24
1
-6
/
+8
|
/
/
*
|
Fix placement new on zero-sized region warning on GCC 11.1
Grigoris Pavlakis
2021-09-15
1
-0
/
+10
*
|
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-09-09
1
-1
/
+1
|
/
*
Merge pull request #52026 from Calinou/constiterator-fix-const
Hugo Locurcio
2021-09-01
1
-1
/
+1
|
\
|
*
Fix ConstIterator to allow `for` range loops on Packed*Array
Hugo Locurcio
2021-08-23
1
-1
/
+1
*
|
Revert " Improve collision generation usability in the new 3D scene import wo...
Juan Linietsky
2021-08-30
1
-1
/
+1
*
|
Merge pull request #51985 from AndreaCatania/coll
Camille Mohr-Daurat
2021-08-30
1
-1
/
+1
|
\
\
|
*
|
Fix Vector ConstIterator constructor.
AndreaCatania
2021-08-22
1
-1
/
+1
*
|
|
Add a SafeList data structure for future audio server usage.
Ellen Poe
2021-08-27
1
-0
/
+375
*
|
|
Fix LocalVector crash on insert.
Gilles Roudière
2021-08-26
1
-1
/
+1
*
|
|
Expose RID creation utilities.
reduz
2021-08-23
1
-4
/
+6
|
|
/
|
/
|
*
|
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
2
-2
/
+2
|
/
*
Add the possibility to initialize the classes allocated with the PagedAllocator
AndreaCatania
2021-08-14
1
-2
/
+3
*
Refactors the memnew_placement.
AndreaCatania
2021-08-13
1
-4
/
+4
*
Fix Set range iterator implementation
Raul Santos
2021-07-27
1
-2
/
+5
*
Fix various typos with codespell
luz paz
2021-07-25
2
-2
/
+2
*
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-21
1
-2
/
+2
*
Merge pull request #47395 from sygi/shape_idx_collision
Hugo Locurcio
2021-07-16
1
-1
/
+4
|
\
|
*
Add mouse_shape_entered and mouse_shape_exited signals to CollisionObject2D.
sygi
2021-07-02
1
-1
/
+4
*
|
Fix equality operators in List's ConstIterator
Joan Fons
2021-07-15
1
-2
/
+2
*
|
Implement Range Iterators
reduz
2021-07-08
5
-24
/
+364
*
|
Unify material parameter update
reduz
2021-07-06
1
-1
/
+1
*
|
LocalVector: Don't error if `from` >= `count`
Rémi Verschelde
2021-07-01
1
-1
/
+0
*
|
Improve RID_Owner memory usage
reduz
2021-06-29
1
-14
/
+26
[next]