Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Quality Structures

Descriptive error messages and better error handling for GameMaker data structure functions · By YellowAfterlife

Community

New topic
6
Topics

Recent updates

2.3/GM2022 support for migration tool
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 do...
1 file
1.0.4: Accessor helpers, updated migration tool
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[...
4 files
Added a migration tool!
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-o...
1 file
1.0.3: Minifix for another 3 functions
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 w...
3 files
1.0.2: More functions
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_* mac...
3 files
1.0.1: Mini-fix for 3 functions, GMS1 tweaks
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 tw...
2 files
Topic
Last post
I'm currently facing an issue with tracking down where exactly an array is being destroyed in my project and I'm wonderi...
started by Cole Beernaerts 13 days ago
3 replies
31 views
Hi YAL, I am currently running into a memory leak issue with this UI library I am trying out. I wanted to try using your...
started by shinyadmiral Sep 03, 2024
2 replies
177 views
Hi YAL, I have a very rare weird crashing in the game, and I wanted to make sure there wasn't any memory screw ups with...
started by PolyCrunch Games Sep 09, 2022
1 reply
187 views
Hi, I was trying to find a memory leak and I was surprised there wasn't any native tool to help with this in GM. But for...
started by PolyCrunch Games Jun 18, 2022
4 replies
235 views
Title pretty much says it all, seems like an awesome dev upgrade
started by MTMGAMES Dec 03, 2021
2 replies
219 views
I use them together and got error if live_result event where creation or something else is related with QS. Got an error...
started by Jaxas Jan 10, 2021
4 replies
352 views