Releases: Reycko/GMConsole
v0.3.00.03
🐛 Fixed an issue with detecting GMLive (Thanks @raf13lol for #1)
🐛 Fixed an issue with the help command wrongly detecting commands w/o aliases as commands with (Thanks @raf13lol for #1)
✨ Made it easier to add compatibility between plugins and to skip objects from being disabled
🥅 Added some extra checks for the eval command to make sure that it doesn't try to execute without obj_gmlive
P.S. Sorry for today's commits being named weirdly I am super fucking tired right now
Note: The last 2 versions either had files missing or literally no yymps files I have no clue why did I not upload them properly, sorry about that but from this version onwards I'll make sure to add everything
Full Changelog: 0.3.00.02...0.3.00.03
v0.3.00.02
(Reupload because I forgot to push)
(From now on, changelogs have emoji prefixes based on gitmoji)
- 🐛 Fixed a bug where ConCommandArg's type verification would always think the type was a string
- ✨ Added a new parameter to ConCommandMeta: _allow_extra_args, if true, will allow extra arguments instead of setting them to
undefined
- 💬 You can now change strings for con_convert_value
- 🔥 Removed (old implementation of) the
eval
command - ✨ Reimplemented
eval
command (Requires GMLive) - 🐛 Fixed a bug where adding arguments to an invalid command in the command bar would cause a (try-catch'd) error
- 🥚 Konami code with the console open ;)
- 🚚 Renamed package from
com.reycko.console
tocom.reycko.gmconsole
Full Changelog: 0.3.00.01...0.3.00.02
v0.3.00.01
(0.3.00.00 wasn't uploaded because of a small issue I fixed before releasing it, if you wanna download it then clone this commit and grab obj_gmconsole aswell as gmconsole_init)
- Everything from 0.3.00.00
- Fixed a small bug with checking updates where it wouldn't remove extra spaces causing it to compare the version to the latest version with a trailing space ("0.3.00.00" = "0.3.00.00 "), making it to always think it is outdated