Rokas Kupstys

Results 247 comments of Rokas Kupstys

Fix the build errors please :pray:

Build still failing :grimacing:

User will definitely want to have more than one plugin. IMO this should better be in a shape of adding multiple additional plugin search paths. All plugins can be enabled...

Could you provide complete cmake commands for generating build dir and building it?

```sh /tmp/rbfx-test % git clone https://github.com/rbfx/rbfx/ Cloning into 'rbfx'... remote: Enumerating objects: 233587, done. remote: Counting objects: 100% (1525/1525), done. remote: Compressing objects: 100% (491/491), done. remote: Total 233587 (delta...

Can not reproduce here. OS: Linux 5.6.10-arch1-1 GPU: RX 580 Driver: amdgpu Mesa: v20.0.6

There is no need to have a list of supported tools. What would do is a way to configure a diff tool command line, providing some parameters. For example SmartGIT...

> How do I report the mouse events correctly to Dear ImGui? Update `ImGui::GetIO().Mouse*` fields once per frame (or less often if input state does not change). See [imgui_impl_win32.cpp](https://github.com/ocornut/imgui/blob/master/examples/imgui_impl_win32.cpp) for...

Maybe to increase chances of potential contributors we could get some kind of manual on how to set up development environment for nowdock? Some kind of testing/debugging tutorial maybe? Due...

No issues. Note that include of `UrhoCommon.cmake` is optional too. It is included there only to provide user projects with extra build system functions, but if they are not used...