Technically this costed more than a year worth of asset’s revenue in hours spent, but not because it’s been so much work, but because the asset sells two do...
This update adds "out of the box" scripts mentioned in the last update and updates the migration tool to handle some edge cases better, including code like map[...
This small tool can automatically rewrite ds_ calls in your GMS2 project(s) to use qs_, including accessors. It can help with both permanent migration and one-o...
This fixes qs_grid_set_grid_region, qs_grid_add_grid_region, and qs_grid_multiply_grid_region not unwrapping the secondary grid argument. That's all. P.S.: It w...
This pretty much completes the coverage of built-in DS functions, Added qs_*_read and qs_*_write functions. Added qs_map_secure_* functions. Added qs_type_* mac...
If you were getting an "expects 1 argument, got X" error with qs_list_add, qs_queue_enqueue, or qs_stack_push, this new version fixes that. This version also tw...