- 28 Apr, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 26 Apr, 2024 6 commits
-
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 25 Apr, 2024 5 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- Added placeholder CHANGELOG.md file, to track releases - Added CONTRIBUTING.md with instructions on how to contribute - Updated "Creature Chat" name to "CreatureChat" - Updated README.md (new resource links, removed upgrade notes, simplified some sections
Jonathan Thomas authored -
Madeline Thomas authored
-
- 24 Apr, 2024 9 commits
-
-
Jonathan Thomas authored
-
Updating README.md, renaming COPYING to LICENSE.md (replacing with markdown version of GPLv3), updating screenshots to owlmaddie versions.
Jonathan Thomas authored -
- Allow entity to respond to being handed an item automatically (limit 1 time), if they already have a character sheet. NOTE: They must need the item and accept it.
Jonathan Thomas authored -
Jonathan Thomas authored
-
- Raise player name when pending ... animation shown
Jonathan Thomas authored -
Small refactor to entity character sheet context, and prompt - insert each line separately, instead of the entire character sheet. Added entity_health as well.
Jonathan Thomas authored -
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- Made a generic enum to ask for specific random phrases - Inject new random frequency term + random adjective when generating a new character, to give more randomness to the model.
Jonathan Thomas authored
-
- 23 Apr, 2024 3 commits
-
-
- Click Handler no longer plays sounds - Moved sounds to ClientPackets, so all clients play nearby sounds from the Chat interactions. Sound gets quieter with distance (0 to 8 blocks)
Jonathan Thomas authored -
- Add new packet messages for Open UI, Close UI, and Sync UI status to the client - Render ... animation above player heads who have the Chat UI open - Added removed() method to Chat UI screen, so it always gets called, even when a player logs off - Chat screen now sends messages to server with open/close status
Jonathan Thomas authored -
Large refactor of clientPackets and serverPackets, to gather all network code into a more sane place.
Jonathan Thomas authored
-
- 22 Apr, 2024 7 commits
-
-
Jonathan Thomas authored
-
Added instructions to README for creating an OpenAI key and information on API key security and pricing disclosures.
Jonathan Thomas authored -
Fixed permissions on commands, so only help command can be run by all users. All other commands require op (level 4 permission). Also added more debug log output from commands, so it's logged on the server when a command is run.
Jonathan Thomas authored -
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- Filter out the current player if in 1st person, otherwise render their bubbles - Refactor render code to better support missing chatData, for example a Player with no chatData still needs a name rendered
Jonathan Thomas authored -
Jonathan Thomas authored
-
- 21 Apr, 2024 8 commits
-
-
Jonathan Thomas authored
-
- Removing example mixins (from Fabric starter project) - Replacing old screenshots - Added Discord invite link to README
Jonathan Thomas authored -
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Reduce left side of click target. So left has 25% and right has 75% of the hit target. Make it easier for users to continue reading.
Jonathan Thomas authored -
Jonathan Thomas authored
-
- Added player face to player chat bubbles - Added placeholder player text-top UI graphic (no friendship) - Reduced ticks visible per page of player messages - Changed PlayerMessage to extend EntityChatData, for simplicity
Jonathan Thomas authored -
- Added additional truncate logic, to ensure all messages are limited to 512 characters - Added new PlayerMessageManager to keep track of currently visible player messages, to soon be displayed temporarily
Jonathan Thomas authored
-
- 20 Apr, 2024 1 commit
-
-
- Broadcast this new playerId along with the chatData
Jonathan Thomas authored
-