M.Sz.

Results 108 issues of M.Sz.

hi there! there is a new golangci-lint version ([v1.40.1](https://github.com/golangci/golangci-lint/releases/tag/v1.40.1)) changes: - https://github.com/golangci/golangci-lint/issues/1973 was fixed - `golint` was deprecated by golang developers

Hi there, there was a question: `what is a difference between d2datautils.BitMuncher and d2datautils.BitStream`. I can't see any difference, so I merged them.

Hi there, this simple workflow should build OpenDIablo2 binaries when pushed to master. The following files will be build: - .bin for Linux - .AppImage for linux - .exe for...

Hi there, We have crc parameter in TextDictionary decoder. It is read (and then encoded in Marshal method) but isn't checked anywhere. We may want to check this checksum or...

To make OD2 multi-language, labels in Main Menu must be related with string tables, but there are differences in names of string in this tables. for example for Exit button...

AbyssEngine isn't related to browser at all so asking for browser/version doesn't make sens here.

Yo, reffering to https://github.com/AllenDang/giu/issues/431 have you ever tought about compiling this wisth `GOOS=js GOARCH=wasm`?

help wanted

Hi there, I've just tried to build on my Fedora 32 and have it: ``` /home/username/git/d2/DGEngine/src/sfeMovie/AudioStream.cpp:31:10: fatal error: libswresample/swresample.h: No such file or directory 31 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation...

fix #335 _MERGED means it was merged to https://github.co/gucio321/hellspawner_

Hi there, we can remove/reduce texture loading stuff as it isn't really necessary. for images (in dcc/dc6/dt1 editors) we can use `ImageWithRGBA` instead of `Image`. at the moment, no idea...