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
/
debug_adapter_protocol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Support REPL expressions through DAP `evaluate` request
Ricardo Subtil
2024-10-03
1
-0
/
+34
*
Support object inspection through DAP `variables` request
Ricardo Subtil
2024-10-03
1
-1
/
+165
*
Add expression evaluater to debugger (REPL)
kobewi
2024-10-01
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
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
*
Add output type to DAP `output` events
Ricardo Subtil
2024-03-14
1
-4
/
+4
*
Prevent race condition on initial breakpoints from DAP
Ricardo Subtil
2023-11-14
1
-1
/
+4
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-3
/
+3
*
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
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
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
1
-6
/
+6
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
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
*
Fix type name typo in Debug Adapter Protocol
Aaron Franke
2022-04-24
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-8
/
+33
*
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-14
/
+527
*
Implemented initial DAP support
Ev1lbl0w
2021-08-02
1
-0
/
+497