Skip to content

Instantly share code, notes, and snippets.

@H7P3R
Last active August 29, 2015 14:25
Show Gist options
  • Save H7P3R/d0bdb5a20af1f3fe33c2 to your computer and use it in GitHub Desktop.
Save H7P3R/d0bdb5a20af1f3fe33c2 to your computer and use it in GitHub Desktop.
"GameMaker: Studio" Feedback List

#Files

Permisions

  • Add a "file_system_permisions(bool)" that determens if GMX can read and write files outside of the sandbox. Maybe add a warning message to the user to confirm if they give the program such permisions. | File handling became WAY too restricted with GMX, to the point where I have to seek an extension or even use GM8, but extensions have some problems/are outdated, and GM8 is pretty slow too.

Finding

  • Add functions similar to file_find_*, but that goes through ALL of the folders that share the same root.

Binary

  • Add function: file_bin_write_word(real:file, real:word) | Writes 2 bytes.
  • Add function: file_bin_write_dword(real:file, real:dword) | Writes 4 bytes.
  • Add function: file_bin_read_word(real:file) | Reads 2 bytes.
  • Add function: file_bin_read_dword(real:file) | Reads 4 bytes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment