mittorn

Results 46 issues of mittorn

Lost state change somewhere in additional pass. need to reset texture matrix? https://m.vk.com/video311212017_456239041?list=497addab3ba9e3f1cf

gamecfg should have LOWER priority than server.cfg on dedicated server

bug
enhancement
help wanted

Please test last builds on windows. 2-3 hours of multiplayer seems to produce memory corruptions

help wanted

fastdl does not support ftp servers

enhancement
Hacktoberfest

Log is not much enough configurable. We need to add ability to set log path, logrotate and maybe log channels. sv_log implements it partially, but it is not connected with...

enhancement

``` (gdb) bt #0 __GI_exit (status=-1) at exit.c:139 #1 0x00007ffff48626c8 in xercesc_3_2::DefaultPanicHandler::panic(xercesc_3_2::PanicHandler::PanicReasons) () from /usr/lib64/libxerces-c-3.2.so #2 0x00007ffff4a1380e in xercesc_3_2::MsgCatalogLoader::MsgCatalogLoader(char16_t const*) () from /usr/lib64/libxerces-c-3.2.so #3 0x00007ffff4863c61 in xercesc_3_2::XMLPlatformUtils::loadAMsgSet(char16_t const*) () from...

[log.txt](https://github.com/ptitSeb/gl4es/files/5559349/log.txt) How to regenerate it correctly?

I'm trying to add attributes for gles imports (it must use APIENTRY at least), but generator's output is very different from generated files (it does not have AliasExport macro for...

When creating context with SDL or other similar library, you usually do not matter if it use egl/glx/wgl/emscripten/apple, it just gives existing context gl4es uses EGL and has very poor...

Not sure if actual now, but it should be faster than converting texture to RGB when application requests GL_RGB as internal format: https://github.com/FWGS/nanogl/blob/master/nanoWrap.cpp#L1278 This will fix blend errors for LIBGL_AVOID24BITS...