Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | Fix crash on doc dragging in script list panel | Yuri Roubinsky |
2021-07-25 | Use const references where possible for List range iterators | RĂ©mi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Create many types of popups on demand | reduz |
2021-07-13 | Fix casing of the "to" stop word in editor strings | Hugo Locurcio |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke |
2021-06-13 | Fix some virtual methods | kobewi |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi |
2021-05-25 | Make EditorFileDialog only created on demand in EditorResourcePicker | Yuri Sizov |
2021-05-19 | Use EditorResourcePicker in the Inspector | Yuri Sizov |
2021-05-17 | Add EditorResourcePicker control based on the Inspector editor for Resources | pycbouh |