1vanK
1vanK
Существует уйма разных версий Фолаута 1 и 2. Вот у меня есть Анталогия Фолаут от 1С и я не знаю, пропатчена ли она до последней версии или нет. В гоге...
Of course I can use big value for accelerate, and agents will start with max speed, but how to force agents to instantly stop without slowdown https://github.com/recastnavigation/recastnavigation/blob/master/DetourCrowd/Source/DetourCrowd.cpp#L1203-L1205
static void GestureSendMulti(GestureTouch *touch, float dTheta, float dDist) { if (SDL_GetEventState(GESTURE_MULTIGESTURE) == SDL_ENABLE) { ... } } ``` static void GestureSendDollar(GestureTouch *touch, Gesture_ID gestureId, float error) { if (SDL_GetEventState(GESTURE_DOLLARGESTURE) ==...
``` typedef struct { SDL_FPoint path[GESTURE_DOLLARNPOINTS]; unsigned long hash; } GestureDollarTemplate; ``` `unsigned long` have size 32 (on Win32, Win64, Unix32) or 64 (on Unix64) In same time hash used...
Command `umount /dev/sde?*` unmount sde1, sde2, ... but command `udisksctl unmount -b /dev/sde?*` unmount only sde1
I set the video size to 12 hours and the batch size to 1 hour (I would set it higher, but that's the maximum). I save the batches to the...
``` Severity Code Description Project File Line Suppression State Details Warning C26495 Variable 'benchmark::BenchmarkReporter::Run::family_index' is uninitialized. Always initialize a member variable (type.6). benchmark F:\my_games\dviglo2d_utils\format_benchmarks\repo\third_party\benchmark\repo\include\benchmark\benchmark.h 1846 Warning C26495 Variable 'benchmark::BenchmarkReporter::Run::per_family_instance_index' is...
All submodules have a name `external/...`. Git files: `.git\modules\external\...` `.gitmodules`: ``` [submodule "external/SDL"] path = external/SDL url = https://github.com/libsdl-org/SDL.git branch = main [submodule "external/flac"] path = external/flac url = https://github.com/libsdl-org/flac.git...
1) `ryml-uninstall` still exists even with `RYML_INSTALL=OFF` 2) `ryml` and `c4` built with `/MD` in `Debug` configuration:  Test project: https://github.com/dviglo2d/format_benchmarks/tree/76d65f98517b6b94ab8f0cf3eafa05fa97ab3ab8
``` CMake Deprecation Warning at third_party/rapidjson/repo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ......