View all by YellowAfterlife
Creator
Follow YellowAfterlife
Follow
Following YellowAfterlife
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
Quality Structures
←
Return to Quality Structures
Devlog
2.3/GM2022 support for migration tool
June 19, 2022
by
YellowAfterlife
4
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 dozen copies per year...
Continue reading
1.0.4: Accessor helpers, updated migration tool
April 15, 2020
by
YellowAfterlife
2
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[?"key"]++. Marketplace version cannot cu...
Continue reading
Added a migration tool!
March 24, 2020
by
YellowAfterlife
1
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-off conversion to find a source of an err...
Continue reading
1.0.3: Minifix for another 3 functions
February 05, 2020
by
YellowAfterlife
1
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 would appear like Marketplace no longer v...
Continue reading
1.0.2: More functions
October 17, 2019
by
YellowAfterlife
2
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_* macros mapping to ds_type_* [this allows yo...
Continue reading
1.0.1: Mini-fix for 3 functions, GMS1 tweaks
September 05, 2019
by
YellowAfterlife
2
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 tweaks a few potential oddities with GMS1...
Continue reading