Follow Gleb Tsereteli
Follow
Following Gleb Tsereteli
Following
Add To Collection
Collection
Community
Devlog
Submission to GameMaker Kitchen Cookbook Jam #1
Related games
Related
GMRoomLoader
←
Return to GMRoomLoader
Devlog
GMRoomLoader nominated for Best Tool!
August 28, 2024
by
Gleb Tsereteli
I'm thrilled to announce that GMRoomLoader has been nominated for Best Tool at the 2024 GameMaker Awards ! A huge thank you to everyone who has used and supported the library. GMRoomLoader is only get...
Continue reading
GMRoomLoader v1.7.0
May 31, 2024
by
Gleb Tsereteli
This release adds tag-based data handling and splits the previous origin system into `xorigin` and `yorigin` optional arguments for all relevant methods. You can find this new concept described in the...
Continue reading
GMRoomLoader v1.6.0
May 28, 2024
by
Gleb Tsereteli
This release is focused on adding error messages and debug logging to all public methods. Check out the changelog on GitHub ...
Continue reading
GMRoomLoader v1.5.2
March 05, 2024
by
Gleb Tsereteli
Warning Starting with version 1.5.2, GMRoomLoader will only work with GameMaker 2024.2 and above, as this release relies on bug fixes from that version. Bug Fixes Fixed not tracking instance IDs when...
Continue reading
GMRoomLoader v1.5.1
March 01, 2024
by
Gleb Tsereteli
Bug Fixes Fixed broken layer filter resetting...
Continue reading
GMRoomLoader v1.5.0
March 01, 2024
by
Gleb Tsereteli
New Features Explicit error messages for trying to use RoomLoader 's loading and screenshot taking functions without previously initialized room data. .data_is_initialized() method. Adjustments Added...
Continue reading
GMRoomLoader v1.4.2
February 28, 2024
by
Gleb Tsereteli
This Patch release adds a RoomLoaderLicense note and reorganizes some files...
Continue reading
GMRoomLoader v1.4.1
February 28, 2024
by
Gleb Tsereteli
This Patch release fixes a typo (missing return statement) in RoomLoaderReturnData 's .get_layer() method...
Continue reading
GMRoomLoader v1.4.0
February 27, 2024
by
Gleb Tsereteli
This Minor release introduces the following instance-related config macros aimed at improving loading performance at scale (loading many hundreds of instances). ROOMLOADER_INSTANCES_USE_ROOM_PARAMS -...
Continue reading
GMRoomLoader v1.3.0
February 19, 2024
by
Gleb Tsereteli
This Minor release adds a new RoomLoader . take_screenshot(room, [origin], [flags]) method for generating room screenshots/thumbnails at runtime without ever visiting the target room...
Continue reading
GMRoomLoader v1.2.2
February 17, 2024
by
Gleb Tsereteli
This Patch release fixes missing alpha for loaded instances. Thanks to YellowAfterLife for helping out with bitwise color maths!...
Continue reading
GMRoomLoader v1.2.1
February 16, 2024
by
Gleb Tsereteli
This Patch release fixes instance execution order to match GameMaker's default. If you've already used GMRoomLoader for loading instances that have Variable Definitions and Creation Code, you might ha...
Continue reading
GMRoomLoader v1.2.0
February 15, 2024
by
Gleb Tsereteli
This Minor release focuses on improving RoomLoaderReturnData by overhauling its internals, speeding up element fetching and introducing the following methods: .get_layer(name) - returns the created La...
Continue reading
GMRoomLoader v1.1.0
February 14, 2024
by
Gleb Tsereteli
This Minor release slightly improves Layer Filtering by cleaning up some internal code and introducing the following methods: .layer_whitelist_get() - returns an array or whitelisted layer names. .lay...
Continue reading