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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
7
-1
/
+129
*
[NativeMenu] Fix changes lost due to incorrect rebase (menu goes under task b...
bruvzg
2024-03-15
1
-8
/
+8
*
Merge pull request #89509 from timothyqiu/touch-event-position
Rémi Verschelde
2024-03-15
2
-2
/
+2
|
\
|
*
Fix description of touch input position
Haoyu Qiu
2024-03-15
2
-2
/
+2
*
|
Add NavigationObstacle options to affect and carve navigation mesh
smix8
2024-03-15
4
-10
/
+100
|
/
*
Merge pull request #89454 from iltenahmet/master
Rémi Verschelde
2024-03-14
1
-2
/
+2
|
\
|
*
Update docs clarifying description for get_unix_time_from_system on UTC
iltenahmet
2024-03-13
1
-2
/
+2
*
|
Merge pull request #89273 from bruvzg/win_native_menu
Rémi Verschelde
2024-03-14
2
-43
/
+102
|
\
\
|
*
|
[NativeMenu] Implement native popup menu support on Windows.
bruvzg
2024-03-13
2
-43
/
+102
*
|
|
Merge pull request #89050 from AThousandShips/the_angry_count_extended
Rémi Verschelde
2024-03-14
1
-0
/
+1
|
\
\
\
|
*
|
|
Add extension support for argument count to `ScriptInstance`
A Thousand Ships
2024-03-13
1
-0
/
+1
*
|
|
|
Merge pull request #87414 from rburing/doc_warning_check_ray_collides
Rémi Verschelde
2024-03-14
2
-4
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
RayCast2D and RayCast3D documentation: warn to check is_colliding
Ricardo Buring
2024-03-14
2
-4
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #89444 from AThousandShips/article_fix
Rémi Verschelde
2024-03-13
16
-22
/
+22
|
\
\
\
|
*
|
|
[Doc] Fix some incorrect uses of `a/an`
A Thousand Ships
2024-03-13
16
-22
/
+22
|
|
/
/
*
|
|
Merge pull request #87680 from AThousandShips/the_angry_count
Rémi Verschelde
2024-03-13
4
-0
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
4
-0
/
+29
*
|
|
Merge pull request #89207 from bruvzg/_ts_req
Rémi Verschelde
2024-03-13
3
-10
/
+437
|
\
\
\
|
*
|
|
[TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...
bruvzg
2024-03-13
3
-10
/
+437
|
|
|
/
|
|
/
|
*
/
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
1
-4
/
+5
|
/
/
*
|
Merge pull request #89419 from KoBeWi/losing_control
Rémi Verschelde
2024-03-12
1
-2
/
+2
|
\
\
|
*
|
Fix some AcceptDialog argument types
kobewi
2024-03-12
1
-2
/
+2
*
|
|
Merge pull request #89395 from bruvzg/rtl_ts_img_range
Rémi Verschelde
2024-03-12
2
-0
/
+30
|
\
\
\
|
*
|
|
[RTL] Use "visible characters" property for inline object visibility
bruvzg
2024-03-12
2
-0
/
+30
*
|
|
|
Allow connecting signals to existing methods without opening the script editor
passivestar
2024-03-12
1
-0
/
+3
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #89383 from bruvzg/font_no_bitmaps
Rémi Verschelde
2024-03-11
5
-0
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
5
-0
/
+37
*
|
|
Documentation: Fix RST generation for `[codeblock lang=text]`
Danil Alexeev
2024-03-11
1
-1
/
+1
|
/
/
*
|
Merge pull request #89361 from Repiteo/scons/with-statement
Rémi Verschelde
2024-03-10
1
-439
/
+439
|
\
\
|
*
|
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
1
-439
/
+439
|
|
/
*
|
Merge pull request #87610 from Mickeon/documentation-MultiplayerAPI-peer-id
Rémi Verschelde
2024-03-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Mention Multiplayer.`get_remote_sender_id`'s 0 after await
Micky
2024-01-26
1
-1
/
+1
*
|
Merge pull request #89333 from Repiteo/enforce-eol-python
Rémi Verschelde
2024-03-09
1
-4
/
+4
|
\
\
|
*
|
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-4
/
+4
*
|
|
Merge pull request #89318 from Calinou/doc-test-move-keywords
Rémi Verschelde
2024-03-09
2
-2
/
+2
|
\
\
\
|
*
|
|
Add keywords to `PhysicsBody{2D,3D}.test_move()` for easier discoverability
Hugo Locurcio
2024-03-09
2
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #89280 from AThousandShips/arr_order_doc
Rémi Verschelde
2024-03-09
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Doc] Clarify `bsearch(_custom)` behavior
A Thousand Ships
2024-03-09
1
-0
/
+6
*
|
|
Merge pull request #89282 from Rindbee/reduce-indent-in-XRInterface-example-code
Rémi Verschelde
2024-03-09
1
-11
/
+11
|
\
\
\
|
*
|
|
Reduce indentation in `XRInterface` class document example code
风青山
2024-03-08
1
-11
/
+11
*
|
|
|
Merge pull request #89263 from dalexeev/editor-help-codeblock-syntax-highligh...
Rémi Verschelde
2024-03-09
1
-17
/
+25
|
\
\
\
\
|
*
|
|
|
Editor Help: Add syntax highlighting for code blocks
Danil Alexeev
2024-03-09
1
-17
/
+25
*
|
|
|
|
Merge pull request #56420 from nathanfranke/project-creation
Rémi Verschelde
2024-03-09
1
-0
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Automatically create folder in project manager create/import/install
Nathan Franke
2024-03-08
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #88221 from Scony/extend-parse_source_geometry_data
Rémi Verschelde
2024-03-08
2
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging
Pawel Lampe
2024-03-07
2
-0
/
+14
*
|
|
|
|
Merge pull request #88111 from Ryan-000/master
Rémi Verschelde
2024-03-08
1
-0
/
+12
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Expose scene unique id functionality in Resource
Ryan
2024-03-07
1
-0
/
+12
|
|
|
/
/
|
|
/
|
|
*
/
|
|
[Docs][C#] Use `PropertyName` constants in more places
A Thousand Ships
2024-03-07
1
-10
/
+10
|
/
/
/
*
|
|
Merge pull request #89224 from bruvzg/nmenu_warn
Rémi Verschelde
2024-03-07
1
-0
/
+4
|
\
\
\
[next]