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
/
editor
/
debugger
/
debug_adapter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
7
-14
/
+14
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
7
-0
/
+14
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Bump DAP requests timeout to 5 seconds
Ricardo Subtil
2024-10-03
2
-3
/
+1
*
Support REPL expressions through DAP `evaluate` request
Ricardo Subtil
2024-10-03
3
-7
/
+61
*
Support object inspection through DAP `variables` request
Ricardo Subtil
2024-10-03
3
-10
/
+192
*
Add expression evaluater to debugger (REPL)
kobewi
2024-10-01
1
-1
/
+1
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...
Rémi Verschelde
2024-05-31
1
-13
/
+13
*
[DAP] Add --dap-port as a command line argument, very similar to --lsp-port
Ivan Shakhov
2024-05-30
2
-3
/
+6
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
Merge pull request #91619 from AThousandShips/find_improve
Rémi Verschelde
2024-05-08
1
-1
/
+1
|
\
|
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
|
/
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-3
/
+4
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+22
*
DAP: Fix typo in parsing of PackedVector3Array
Rémi Verschelde
2024-05-02
1
-1
/
+1
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Merge pull request #89475 from rsubtil/feature-add_message_type_to_dap
Rémi Verschelde
2024-03-14
4
-9
/
+10
|
\
|
*
Add output type to DAP `output` events
Ricardo Subtil
2024-03-14
4
-9
/
+10
*
|
Add missing `variablesReference` field to DAP `evaluate` request
Ricardo Subtil
2024-03-03
1
-0
/
+1
|
/
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+4
*
Prevent race condition on initial breakpoints from DAP
Ricardo Subtil
2023-11-14
4
-3
/
+28
*
Merge pull request #75836 from rsubtil/bugfix-dap_windows_path
Fabio Alessandrelli
2023-06-19
2
-0
/
+12
|
\
|
*
Fix DAP path mismatch on Windows
Ricardo Subtil
2023-04-08
2
-0
/
+12
*
|
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
2
-12
/
+11
*
|
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
|
Poll LSP/DAP clients for connection status updates
Ricardo Subtil
2023-04-09
1
-0
/
+1
|
/
*
Move remote debug buttons to a single menu.
bruvzg
2023-01-14
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
7
-203
/
+203
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Use `JSON::stringify` where possible
Micky
2022-10-11
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
2
-10
/
+10
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
2
-0
/
+2
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
1
-0
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
4
-4
/
+4
*
Clean up Hash Functions
reduz
2022-06-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
4
-15
/
+18
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-12
/
+12
|
\
|
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-6
/
+6
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-6
/
+6
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-3
/
+3
|
/
*
Fix type name typo in Debug Adapter Protocol
Aaron Franke
2022-04-24
1
-4
/
+4
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-4
/
+7
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+1
[next]