View all by YellowAfterlife
Creator
Follow YellowAfterlife
Follow
Following YellowAfterlife
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
file_ini - better INI handling
←
Return to file_ini - better INI handling
Devlog
GMS1 mini-fix
July 23, 2024
by
YellowAfterlife
3
It came to my attention that the latest GM:S build was accidentally targeting GMS 1763 (thus somewhere between GMS 2.3 and GM2022) instead of GMS 1.4. 1763. This caused a few method() calls to be incl...
Continue reading
1.0.9 - buffer leak mini-fix
February 14, 2021
by
YellowAfterlife
1
It came to my attention that at some point a bug was introduced to shared code, which was causing the buffer with INI string to be parsed to not be freed, meaning that in worst case scenario the exten...
Continue reading
Fixed "file_ini_ instead of ini_" for 2.3
October 13, 2020
by
YellowAfterlife
2
Turns out that 2.3 broke the original way the drop-in extension worked, so I have now fixed that - remove the "dropin" extension and add this script to your project instead...
Continue reading
A 2.3 version
August 25, 2020
by
YellowAfterlife
This version changes each if (a) ++b; to if (a) b++; because that's no longer allowed in 2.3. That's it...
Continue reading
A separate GMS2 version
July 02, 2020
by
YellowAfterlife
3
This does a few things: Has GMS2 platform flags set accordingly (as importing GMS1 extensions has the console checkboxes missing, which can be confusing) Changes `if (x) ++y;` bits of code to be `if (...
Continue reading
1.0.4 - GMS2.2.3 compatibilty, docs, tweaks
July 30, 2019
by
YellowAfterlife
1
Fixed an issue related to GMS2.2.3+ throwing an error when passing invalid input to real() Wrote a cheat sheet for the extension. The extension no longer clashes if you have common-name ("out", "name"...
Continue reading
Added a drop-in extension
July 22, 2018
by
YellowAfterlife
If you would like the built-in ini_ functions to not be broken but also would prefer to not manually edit your code (for example, if you are using an extension which uses INI functions but breaks beca...
Continue reading