Azamat H. Hackimov

Results 200 comments of Azamat H. Hackimov

Probably related to #727

[Generated Findsdl2_mixer.cmake](https://github.com/bincrafters/community/files/3453052/Findsdl2_mixer.cmake.txt)

Hello. Any news about this feature?

Hi there. In my point of view (as Linux package maintainer) this needed to unbundle luasocket from luasec package for packaging reasons (see https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies, https://fedoraproject.org/wiki/Bundled_Libraries, https://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles for rationales). Still there...

Hello. There no documentations about this yet, but here quick reference: You need systemshock executable and these directories: * `shaders` - copy from root directory of sources of Shockolate *...

In sound directory you need at least one of genmidi or sblaster. gravis, as far as I know, Shockolate does not support yet.

So, I see here more and more advantages of using C++ over C in project - migrating code to object oriented approach surprisingly will make code more robust and clean....

@speachy There's plenty 64-bit related traps hidden in code, simple replacement is not enough. At least RES and FIX (PR #29 pending) are 64bit compatible, but at this time forced...

Welcome to bizzare world of C porting platform adventures.

Just reviewed your changes, few advises. * Convert int types to (u)intXX_t from stdint.h - this allows to get rid some compatibility defines. * Make your changes as series of...