master
Fix misuse of glTexImage2D (again).
Web: Emscripten port updated to current tools. Add saving of options in local storage.
Add z distance checking to entity picking. Fixes issue 521
Skip image rendering in CLI rather than hard abort
Use the new equality/inequality operators of handles to reduce references to .v. NFC.
Removed debug statements from the quiqt.cpp rendergl1.cpp ->selectTexture changed id from 1 to 2. It seems that Qt reserves 1 for its own purposes.. not confirmed
Fix two trivial implicit double to int conversion warnings. NFC