Pan7
Pan7
Can you test this in the latest version of radiant?
Its crashing when you click plugins -> camera -> New Fixed Camera The plugin can't access the OpenGL functions.
Non fixed size entities don't really have an origin, you would have to code something to move their brushes/patches ...
Why don't you just copy the building into a new map, add a spawn and compile it?
Added a fallback for shaders see https://github.com/TTimo/GtkRadiant/commit/7ae40ed73cef44b6596c360da6cafff903d2580f
One of the oldest bugs that exist in Radiant.
Trying to compile cpuminer with msvc on a 32 bit machine.
Didn't find a good solution for gettimeofday yet aside from using something like https://github.com/f4exb/sdrangel/commit/f61d1c3908c79fb6e4c40e756faafdebc80904f7#diff-8fb557527cc23eb19b0d8adcfb3294dfe3735cb89f7bc04a2d9ae865301c14fe There is also a couple of small things missing like: `#ifdef _MSC_VER` `#define strncasecmp _strnicmp` `#endif`...
Maybe it would be better to remove the lookup because IRC servers often change it to protect users.
After getting the error "VKimp_Init() - could not load Vulkan subsystem" and using the start parameter "+set fs_debug 1" it showed me an error about the missing file "vulkan-1.dll". Downloading...