Anonymous Maarten

Results 139 issues of Anonymous Maarten

Hello, On Windows, the following error appears after running `ninja install` using `subprocess.call("ninja install", shell=True)`. [log containing this error/warning](https://c3i.jfrog.io/c3i/misc/logs/pr/2119/3/meson/0.54.3/fae6c82dfac719d6388c97b38a027427a78cf67d/create_stdout.txt) ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Python36\lib\site-packages\colorama\ansitowin32.py",...

- add CI github action building librw on msys2 with mingw. - allow linking with static/shared glfw3/SDL2 + change between them without having to modify paths in the cache. -...

Error is: ``` Program received signal SIGSEGV, Segmentation fault. 0x000000000042c83d in rw::gl3::openGLFW (openparams=0x0) at /home/maarten/programming/librw/src/gl/gl3device.cpp:1645 1645 glGlobals.winWidth = openparams->width; ``` Backtrace of running `ska2anm` without arguments is: ``` #0 0x000000000042c83d...

This pr consist of the cmake reformatting of #2389: - Bump CMake version: bullet3 was already using functions from more recent cmake versions - Use targets of CMake by using...

Hello - ~I reformatted the main CMakeList.txt + those in the src subfolder to use spaces as was done in #2221 (If this is undesired, let me know and I'll...

- Generate export header using [GenerateExportHeader` helper](https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html). This required me to bump the minimum required cmake version to at least 2.8.6. - This allows the `kcp` library to be built...

This pr ports `Makefile.w32` and `Makefile.os2` to the cmake build script.

See #1265 generate headers from the images and include these (instead of .c files)

When looking down to the water, there is no water rendered at the left and right sides. ![screenshot from 2018-09-01 02-47-58](https://user-images.githubusercontent.com/4138939/44940660-d4643400-ad91-11e8-9679-2201d75d3c3e.png)

bug
graphics

- refactor logging to a design based on the [logging module](https://docs.python.org/3/library/logging.html) of python - use [fmtlib](http://fmtlib.net/latest/index.html) for formatting the message - use logging for printing (all) debugging/... messages - minimize...

enhancement
build