Anonymous Maarten
Anonymous Maarten
Cars do not sink in the water How to reproduce: - Start a new game - Take the car with 8-ball, reverse and drive of the bridge - The car...
In many locations, when something is uploaded to the GPU, an AttributeList is built in a static function. This incurs heap allocation because this is a std::vector. This can be...
On Visual Studio 2017: ``` Test Name: test_node_density Test FullName: TrafficDirectorTests/test_node_density Test Source: c:\users\maarten\documents\visual studio 2017\projects\openrw\tests\test_trafficdirector.cpp : line 113 Test Outcome: Failed Test Duration: 0:00:01,076 Result StackTrace: at test_node_density() in...
The texts tab of rwviewer shows bad rendered text. The first glyph is displayed correctly but the next ones are rendered under it, instead of above it. Regression introduced by...
- start a new game - open debug menu, and pick weapon (e.g. uzi) - go stand for the car with 8-ball and shoot at him (keep pointing at him...
### Describe the bug The [2.0.0 Binary Windows release](https://github.com/wasmerio/wasmer/releases/download/2.0.0/wasmer-windows-amd64.tar.gz) of wasmer does not contain an import library for linking with the dll. Currently, the archive looks like: ``` └── wasmer-windows-amd64...
I just added the latest release 3.17.03 to conan at https://github.com/conan-io/conan-center-index/pull/3643. The compilation failed for MSVC with the following error: ``` C:\J\w\cci_PR-3643@6\.conan\data\eastl\3.17.03\_\_\build\78cc49134290dad53c2709997e72b7231e8c4d2b\source_subfolder\include\EASTL/internal/char_traits.h(274): error C3250: 'pCurrent': declaration is not allowed in...
This pr does the following: - use `add_custom_command` to generate the sources. Add all generated sources literally to `OUTPUTS`. The key to don't have sources recompile is to add the...
Hello, I'm trying to package ossim 2.12.0 for conan at https://github.com/conan-io/conan-center-index/pull/2459 Using Visual Studio, building a static ossim fails with the following error: ``` Severity Code Description Project File Line...
It would be nice to have the manual at https://westes.github.io/flex/manual/ available as one page, in addition to the one html file per section of course. This would make searching for...