Skip to content

✅ Quality Of Life Additions and Bug Fixes#1357

Open
ethxnblxd wants to merge 12 commits intosmartcmd:mainfrom
ethxnblxd:main
Open

✅ Quality Of Life Additions and Bug Fixes#1357
ethxnblxd wants to merge 12 commits intosmartcmd:mainfrom
ethxnblxd:main

Conversation

@ethxnblxd
Copy link

@ethxnblxd ethxnblxd commented Mar 20, 2026

Description

changes are as below:

GAME LOGIC (PC SUPPORT ONLY)

  • ✅ Added hold Q to drop items repetitively
  • ✅ Added Ctrl + Q to drop slot/stack

GUI

  • ✅ Added prevention of switching hotbar slots whilst in menus
  • [⚠️PARTIALLY COMPLETE] Quick Equip for armor in the hotbar

    Needs logic implementation. tooltips are done already

CRAFTING MENU (i think PC SUPPORT ONLY)

  • [⚠️PARTIALLY COMPLETE] Added dropping items in the inventory menu by selecting and clicking outside of the inventory menu to drop (left click = stack, right click = 1 item)

    Needs Implementation of Q dropping and CTRL + Q dropping

CHAT MENU

  • ✅ Fixed pressing escape to exit chat opens pause menu
  • ✅ Added ctrl + (left/right arrow to jump words when typing)
  • ✅ Fixed Tab Key opening PlayerList whilst being in chat
  • ✅ added '/' bind to open chat with a slash for command execution
  • [❗NEEDS FIXING] added support for CTRL + Backspace to delete a full word when chatting (doesnt execute properly)

    this doesnt work unless i spam ctrl + backspace a few times its obviously not detecting the key down for some reason, also it occasionally prints out control chars when both keys are detected, even tho it blocks it in the input hander]

Changes

Previous Behavior

game did not have a implementation of the CTRL + Q to drop stack, the Hold Q to drop items
could change item slots whilst in menu's
could not drop items whilst in menus

Root Cause

bugs, design flaws, and its just a quality of life that makes the game a lot more nicer.

New Behavior

added a CTRL + Q to drop a stack from your hotbar. and adds Hold Q to drop items.
added prevention of changing item slots whilst in menus
can now drop items from inventory menu
can open chat with a pre slash for command execution
Fixed some issues with Gui

Fix Implementation

added a few new functions and code

AI Use Disclosure

no ai was used.

Related Issues

  • Fixes #[issue-number]
  • Related to #[issue-number]

ethxnblxd and others added 12 commits March 19, 2026 19:25
✅ Added Ctrl + Q to drop slot/stack

✅ Added prevention of switching hotbar slots whilst in menus

 [⚠️PARTIALLY COMPLETE] Added dropping items in the inventory menu by selecting and clicking outside of the inventory menu to drop (left click = stack, right click = 1 item)  (havent yet implemented Q dropping or CTRL + Q dropping for menus)

✅ Fixed pressing escape to exit chat opens pause menu

✅ Added ctrl + (left/right arrow to jump words when typing)

✅ Fixed Tab Key opening PlayerList whilst being in chat

✅ added '/' bind to open chat with a slash for command execution

[⚠️PARTIALLY COMPLETE] added support for CTRL + Backspace to delete a full word when chatting (doesnt execute properly)
@mattsumi
Copy link
Collaborator

What bugs are actually fixed here?

Fixed pressing escape to exit chat opens pause menu

This looks like the only actual "bugfix." Please make a new PR for that specific bugfix, unless there is more reason for it.

Everything else here looks like it might be out of scope for this project. Please take a look at our CONTRIBUTING.md for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants