Hleb Valoshka
Hleb Valoshka
in Qt version splash is searched in c:/Program Files (x86)/celestia/share/celestia/splash/splash.png, i.e. where celestia should be installed
let's keep your suggestions here and reference it from pull requests
> Should it be in share/celestia/splash instead? yes
ok, we'll need to handle it in both frontends
None of us uses windows. See #322 . Don't expect native win frontend to work 100% correctly.
regarding the `splashimage`option. the problem is that some interfaces (qt, win32) create splash image before they start loading different data, only gtk first creates `CelestiaCore` which loads `celestia.cfg` before creating...
Good question :)
I have no idea how objects should look like on such speed :)
agree. this is a good idea, but straightforward replacement will kill performance. and actually emscripten supports this old mode, there is an option to enable it: ``` If your application...
> GL_TEXTURE_BORDER_COLOR_OES is not supported in pure GLES v2 (and hence WebGL 1.0). we need to check if it's mandatory, maybe we can live without it