gmlscripts / scripts

GMLscripts.com scripts for GameMaker
Other
76 stars 14 forks source link

A few small contributions #6

Closed RaniSputnik closed 7 years ago

gmlscripts commented 7 years ago

I realize this is very old. I want to merge some of these changes but there are so many issues to review. I wish you had limited your pull requests to individual scripts. I think I will close this request and add your changes from my end.

In the meantime, here are some issues regarding changes that will not be merged for now.

  1. Rather than delete obsolete scripts, they are handled in a different way to support old links. Obsolete scripts are marked with a note at the top of their .md file. In the future, I do want them removed from the repository but not at this time.
  2. Not sure what to do with draw_mask_outline() right now. It has some misleading aspects to it.
  3. I've not added the JSON encode/decode prettify scripts. I'd rather see something that prettifies JSON code itself. Something like that has already been submitted.
  4. string_array() already exists in the library as explode().