Gleb Mazovetskiy

Results 103 issues of Gleb Mazovetskiy

PS4 toolchain needs an update, filed https://github.com/PacBrew/ps4-openorbis/issues/11

Made possible by a recent sync of libzt to upstream

This implements mouse movement with the right gamepad stick. This is far from a complete gamepad implementation (the mouse moves but there is no way to click on things and...

Calling cctype functions, such as isspace, with negative values is undefined behaviour. While glibc allows it, it crashes on uClibc compiled without `UCLIBC_HAS_CTYPE_SIGNED`. Fixes the undefined behaviour by casting all...

`Phone.parse '+7495508796' #=> nil` Returns nil but is a valid phone number (see http://housing.justlanded.com/en/Russia_Moscow/For-Rent_Apartments/4-bedroom-flat-for-rent-in-Moscow-1218248)

bug

Something in my MIPS toolchain defines a constant `mips`, resulting in compilation error here. My toolchain comes from buildroot so it's likely that other users may experience the same issue....

This allows this library's source to be amalgamated together with libsass (otherwise we get definition conflicts, e.g. for rtrim).

The latest commit doesn't work with DevilutionX because we have a custom decoder for videos that doesn't use rwops: https://github.com/diasurgical/devilutionX/blob/master/Source/utils/push_aulib_decoder.h The commit that breaks this is: https://github.com/realnc/SDL_audiolib/commit/b2df2dfeddc692caa01fd1e1769f59b285912b87 Here is how...