Andrey Akhmichin

Results 227 comments of Andrey Akhmichin
trafficstars

May be will be better to have wiki in separate repository?

I think we can place build instructions and list of fixes under spoilers into readme.md.

Duplicate of https://github.com/FWGS/xash3d-fwgs/issues/30 Really, Visual Studio didn't have full C99 support, only possible to use C11 with latest version without some features like _Generic and VLA. Also, IDK about C99...

Currently, engine has `pstdint.h` to use C99 types and checks for `tgmath.h` to use optimized math functions for floats. Plus engine has own safe and fast string functions.

CMake already has internal checks for different platforms, so may be not good idea to check every symbol in build.h.

В прямом. Настройки сделанные в самом лаунчере.

> Директорию игры сделать просто статичной, с чем по сути любой андроид юзер знаком и они так или иначе ставят в какую то Android/data. Я считаю, что имел смысл читать...

1. We can fix weapons behavior without CLIENT_WEAPONS definition in `master` branch. 2. Mods which based on HLSDK 2.0-2.2 has playback events for guns. 3. Mods which based on HLSDK...