Pan7
Pan7
Check my fork https://github.com/Pan7/gtkglext Fixed the conflicts.
What Radiant version is that? can you try the latest?
The texture browser only shows textures where the name starts with "textures/". An example would be nice.
Are the shader files for JK2 and JA just in the "shaders" folder and/or also in the "scripts" folder?
Renaming/moving the gamepack folder JAPack\install\base\scripts to shaders might help.
@Garux can you create a new issue? this is about another topic.
How about an arrow for entities with angle key and fixed size? https://github.com/TTimo/GtkRadiant/pull/319
It is probably better to be able to define a type for each key/value in the entities.def file.
This is most likely a problem of gtk2 and/or gtkglext not getting or catching events.
Something like calling QE_Init() https://github.com/TTimo/GtkRadiant/blob/master/radiant/qe3.cpp#L892 in DoProjectSettings() https://github.com/TTimo/GtkRadiant/blob/master/radiant/gtkdlgs.cpp#L913 should do it, but it is not safe to call QE_Init, is it?