ricosolana

Results 5 issues of ricosolana

When calling a c-bound function from Lua under a `sol::this_environment` with `sol::variadic_args`, the final parameter appears duplicated when passed to the function. ```cpp #include int main() { sol::state state; state.open_libraries();...

## Description The hack navigation menu as-is currently lacks responsive / animated scrolling. This pull request adds animated scrolling as a proof of concept for what friendly-scrolling might look like....

I was wondering about the usage of `lcd_blit(void*)` versus using the raw LCD screen memory address. Looking through [lcd_blit.cpp](https://github.com/ndless-nspire/Ndless/blob/master/ndless-sdk/libndls/lcd_blit.cpp), the `lcd_blit(void*)` calls a hardware-specific function in the array `lcd_blit_320x240_320x240_565 or...

question

Support for SDL2, and fixed some divide by 0 errors with Fix, changed some other things for simplicity. Some questions: - why use this to create the depth buffer instead...

# Magic using regex This pull changes how matching is normally performed against the starting "magic" bytes. The previous method of matching uses string comparison (strncmp), requiring an exact string...