Devlogs
GM-EzConsole last version v1.2 released
Posted February 01, 2023 by DAndrëwBox
#tool #gamemaker #console #terminal #free
GM-EzConsole v1.2 release
Functional updates
- Added new base commands (
get
, set
, delete
, clear
, fps
, overlay
).
- Removed old base commands (
show
, hide
).
- Added typeahead list of commands.
- Improved commands suggestions order.
- Simplified the way to create custom commands (check for
console_check_params_count
on the docs).
- Added console anchors (Top-Bottom-Left-Right).
- Added left-right cursor navigation while writing.
- Added backdrop blur filter for console.
- Added skins / themes (more info on the docs).
- Light theme skin! (Nobody actually wanted this)
Delete
& Backspace
key now do different actions! (My bad for not notice that before, sorry).
- Commands and skins can now be imported using external files (
.json
& .skin
respectively).
- Renamed commands props
req
and value
to args_req
and args_desc
respectively.
Misc. updates
- Added a pixel font.
- Updated documentation.
- Rearranged folders composition.
- Renamed every
__debug_console__
instance to __ezConsole__
.
- Renamed dependency scripts to us prefix
__ezConsole_dep_*
so it doesn’t affect your own code on old projects.
- EzConsole now displays correctly on fullscreen.
- More bug fixing.
Screenshots