rofl0r

Results 173 issues of rofl0r

by default, libgraphics.so pulls in a whole bunch of stuff, especially with gtk enabled. my goal was to make GL optional, but in order to do so i had to...

which is not available everywhere. rather it should use plain SDL as a fallback, which gets used when dlopen() of GL stuff fails (linux)

and thus one doesn't have time to read the message about get_lang_files.sh i was only able to see it after i started simutrans with gdb

it'd be nice if there was a way to make a systemwide install. e.g. user supplies a data-basepath /share/simutrans where he can install all the data files into (a standard...

musl libc doesn't support PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. the _NP at the end means "non portable". that means it shouldn't be used. instead the portable way is ```c pthread_mutex_t Mutex; pthread_mutexattr_t Attr; pthread_mutexattr_init(&Attr);...

e.g. ``` # rasm2 -a x86 -b 64 -d -s att "0f1f4000" nopl (%rax) ``` objdump prints `nopl 0x0(%rax)`

without guide how to do it it's hard to extract the values from a .cap and even with a guide its annoying to copy/paste the values out of wireshark and...

documentation
wiki

during CMIYC, i realized it would give a huge productivity boost if there was a command-line option like `--display-crack-rule` which would show the exact rule that produced a crack. example...

enhancement

### Prerequisites * [x] Can you reproduce? * [X] Are you running the latest version of SoftEtherVPN? **SoftEther version: 5.02.5180, but bug exists in master too** **Component:** [all] **Operating system:**...