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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix variable name 'max_size' to 'min_size' in aabb
great90
2021-12-19
1
-8
/
+8
*
Fix font preview text color on light background
Haoyu Qiu
2021-12-18
2
-0
/
+5
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-12-17
1
-2
/
+2
*
Merge pull request #55978 from slouken/fix-switch-controller-event-spam
Rémi Verschelde
2021-12-16
1
-1
/
+4
|
\
|
*
Fixed event spam when using the Nintendo Switch controller
Sam Lantinga
2021-12-16
1
-1
/
+4
*
|
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
3
-0
/
+23
|
/
*
Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extension
Fabio Alessandrelli
2021-12-15
1
-1
/
+1
|
\
|
*
Update MultiplayerPeerExtension class registration to non-virtual
MorganKF
2021-12-11
1
-1
/
+1
*
|
Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ...
Xavier Sellier
2021-12-14
1
-0
/
+7
*
|
Added check to get_all_locales to avoid adding duplicate locales to array
raphaelazev
2021-12-10
1
-1
/
+4
*
|
Improve Directory content navigation
Tomasz Chabora
2021-12-10
2
-13
/
+67
*
|
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-12-10
1
-179
/
+183
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
31
-106
/
+106
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
3
-46
/
+48
*
|
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-07
5
-69
/
+43
|
\
\
|
*
|
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
5
-69
/
+43
*
|
|
Merge pull request #55603 from Calinou/add-os-crash-method
Fabio Alessandrelli
2021-12-06
2
-0
/
+6
|
\
\
\
|
*
|
|
Add an `OS.crash()` method for testing system crash handler
Hugo Locurcio
2021-12-03
2
-0
/
+6
*
|
|
|
Merge pull request #55661 from KoBeWi/joys_of_connection
Rémi Verschelde
2021-12-06
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Unexpose joy_connection_changed method
kobewi
2021-12-06
1
-1
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #34005 from aaronfranke/minmax
Rémi Verschelde
2021-12-06
9
-31
/
+48
|
\
\
\
\
|
*
|
|
|
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
9
-31
/
+48
*
|
|
|
|
Merge pull request #47257 from timothyqiu/http-client-proxy
Rémi Verschelde
2021-12-06
4
-8
/
+111
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Adds proxy support for HTTPClient
Haoyu Qiu
2021-11-24
4
-8
/
+111
*
|
|
|
|
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-0
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enums
Rémi Verschelde
2021-12-03
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-1
/
+5
*
|
|
|
|
Merge pull request #55470 from groud/move_godot_object_init_to_extension
Rémi Verschelde
2021-12-03
8
-57
/
+49
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
8
-57
/
+49
|
|
/
/
/
*
|
|
|
Merge pull request #55474 from akien-mga/copy-operators-no-reference
Rémi Verschelde
2021-12-02
9
-37
/
+16
|
\
\
\
\
|
*
|
|
|
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
9
-37
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #37626 from aaronfranke/rect2-warnings
Max Hilbrunner
2021-12-02
4
-5
/
+137
|
\
\
\
\
|
*
|
|
|
Warn when using an AABB or Rect2 with a negative size
Aaron Franke
2021-11-30
4
-5
/
+137
|
|
/
/
/
*
|
|
|
Merge pull request #47294 from sebastian-heinz/patch-1
Rémi Verschelde
2021-12-02
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
allow variant construction in expressions
sebastian-heinz
2021-12-02
1
-0
/
+8
*
|
|
|
|
Merge pull request #38604 from Calinou/astar-rename-get-point-ids
Rémi Verschelde
2021-12-02
2
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity
Hugo Locurcio
2021-11-30
2
-7
/
+7
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Rename Vector parameters to be consistent
Raul Santos
2021-12-01
3
-17
/
+17
|
/
/
/
/
*
|
|
/
Enable sorting of operator methods in class documentation.
Marcel Admiraal
2021-11-29
1
-10
/
+21
|
|
_
|
/
|
/
|
|
*
|
|
Fix wrong comparison with default values
Ricardo Subtil
2021-11-26
1
-1
/
+1
*
|
|
Fix console colors on Windows
Yuri Roubinsky
2021-11-26
2
-2
/
+2
*
|
|
Don't show errors when getting nonexistent settings
Aaron Franke
2021-11-25
1
-3
/
+3
*
|
|
Move logic for saving project features to ProjectSettings save_custom
Aaron Franke
2021-11-25
2
-5
/
+37
*
|
|
Project feature warning system
Aaron Franke
2021-11-24
3
-2
/
+88
*
|
|
Merge pull request #52456 from kleonc/image-fill-rect
Rémi Verschelde
2021-11-24
2
-26
/
+55
|
\
\
\
|
*
|
|
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
kleonc
2021-11-23
2
-30
/
+31
|
*
|
|
Add Image::fill_rect method
kleonc
2021-11-23
2
-6
/
+34
|
|
|
/
|
|
/
|
*
/
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
21
-47
/
+47
|
/
/
*
|
Add Input.is_physical_key_pressed method.
bruvzg
2021-11-23
2
-0
/
+16
*
|
Merge pull request #55223 from bruvzg/gde_dict_index
Rémi Verschelde
2021-11-23
2
-0
/
+22
|
\
\
[next]