virtualx-engine/scene
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
..
2d Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
3d Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
animation Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
audio One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gui Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
main Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
resources Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Add uint type support to visual shaders 2023-01-06 10:35:25 +03:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00