Results 30 comments of EXL

I will be very happy if it works on RPi. BTW, there was an OpenGL ES renderer which can be enabled by the `-DGLES=ON` option for CMake.

@vanfanel >Now it works with the added CFLAGS! Ok, nice! >Can you please disable mandatory GLX? GLX is a semi-deprecated implementation. Full OpenGL is -lOpenGL (=GLVND) today, not -lGL (GLX)...

@vanfanel I think that the priority here is only Linux and Android platforms. The code for Android will someday also be updated, so there is no problem if something breaks...

>Do you, by a chance, know how to get around this on GNU/Linux? IDK. I would probably also look for a solution to this problem on the forums or among...

@vanfanel Yes. AFAIR code inside `PC_GLES` was used to debug GLES render. It was more convenient to run the debug builds on a PC than on Android.

@vanfanel If you keep the aspect ratio at 4:3 will there be black bars on the sides? There is also a zoom parameter perhaps with its help this aspect ratio...

The `user_id` field has become 64-bit integer in the Telegram Bot API 5.1 today: https://core.telegram.org/bots/api#message I wonder what fields except `date` will be 64-bit wide integer next: `message_id` or `update_id`...

It looks like this warning occurs when the bot is launched from IntelliJ IDEA. If I run a bot outside of IDEA, a warning does not appear.

It's here https://github.com/FWGS/xash3d/blob/94bd3c8caa3680b4cf3af2029397019f5989a071/engine/client/vgui/vgui_draw.c#L236-L250

@PaperVb64, Unfortunately this is only possible by a complete rewrite. It is unlikely that anyone will make a port for J2ME now given that this platform is hopelessly outdated.