slipher

Results 837 comments of slipher

Using `find_library` with `rt` seems weird. Probably we should just be using `target_link_libraries( rt)`. Then CMake will just pass in `-lrt` and let the linker find it itself. But I...

What distro or toolchain does `find_library` not work by default on?

It works on my Debian with just installing the per-architecture apt packages. For example if I configure a Daemon build with `CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ cmake ...` I get `LIBRT:FILEPATH=/usr/lib/aarch64-linux-gnu/librt.a`, `OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/aarch64-linux-gnu/libGL.so`, `ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/aarch64-linux-gnu/libz.so`...

> It should not ignore. Maybe we should find a way to "say" that the console is a big impassable block? That might be technically possible, to allow mouse inputs...

#2532 would be one way to do this. Instead of writing the raw UTF-8 bytes for an icon, you'd use `[emoticon]` syntax. As a side effect, any icons would become...

Now with graphical annotations! http://imgur.com/Kl5qEqB

Try this: `/sell rifle; delay 200 buy rifle` (starting with rifle)

For some reason the issue seems worse with some of the new weapon models which are currently hosted on @DolceTriade 's server. I get the issue like every time I...

There is a big downside of this that I didn't think of before: every change to this file will be merge-conflicting with every other change. This will be particularly annoying...

> we better stick to single-line change description How does that make any difference? There are still going to be more than zero merge conflicts, which is more than I'm...