godot/editor/debugger
Juan Linietsky 2b815df3c1 Use BitField<> in core type masks
* All core types masks are now correctly marked as bitfields.
* The enum hacks in MouseButtonMask and many other types are gone. This ensures that binders to other languages non C++ can actually implement type safe bitmasks.
* Most bitmask operations replaced by functions in BitField<>
* Key is still a problem because its enum and mask at the same time. While it kind of works in C++, this most likely can't be implemented safely in other languages and will have to be changed at some point. Mostly left as-is.
* Documentation and API dump updated to reflect bitfields in core types.
2023-01-08 22:17:40 +01:00
..
debug_adapter One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_inspector.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_inspector.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_node.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_node.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_tree.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_tree.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_performance_profiler.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_performance_profiler.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_profiler.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
editor_profiler.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_visual_profiler.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
editor_visual_profiler.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_editor_debugger.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_editor_debugger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00