- 24 Mar, 2024 10 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Draw entity custom name above chat bubble / icons. Also, modified the chat bubble graphic to remove "X" icon.
Jonathan Thomas authored -
Inject Mixin to hide custom name from appearing on Entity. We will be drawing the custom name ourselves.
Jonathan Thomas authored
-
- 23 Mar, 2024 3 commits
-
-
Improve creativeness with chat gpt temperature, improve prompts, better support for GPT 3.5 and 4.0. Update model to gpt-3.5-turbo.
Jonathan Thomas authored -
Set customName of an entity after the initial greeting has been generated (and only if the customName is not already set)
Jonathan Thomas authored -
Jonathan Thomas authored
-
- 22 Mar, 2024 1 commit
-
-
Fully integrate loading / saving data when players join the server, by sending a "light" version of the chat data on login.
Jonathan Thomas authored
-
- 14 Jan, 2024 1 commit
-
-
Added support for both Json mode and text mode. Connected Save/Load methods when world loads, writing to local json file in level save folder.
Jonathan Thomas authored
-
- 13 Jan, 2024 1 commit
-
-
Integrate experimental quest system message when ChatDataManager is initialized... disabled for now. Integrate item and entity rarity collectors into prompt. Added "JSON mode" for both 3.5 and 4.0 ChatGPT.
Jonathan Thomas authored
-
- 27 Nov, 2023 2 commits
-
-
Initial rarity item & entity generator class, to help classify and categorize items and entities for our ChatGPT prompts. It turns out that ChatGPT is not good at randomizing or using valid entity types or item types, so we need to inject valid choices into the prompts.
Jonathan Thomas authored -
Jonathan Thomas authored
-
- 22 Nov, 2023 1 commit
-
-
Jonathan Thomas authored
-
- 19 Nov, 2023 3 commits
-
-
Added message history for each entity conversation. Also tweaked the prompts a bit. Feels pretty nice now
Jonathan Thomas authored -
Jonathan Thomas authored
-
Created new prompt templates which are loaded from text files, and support for placeholder / replacements. Also, added in player and entity context as an experiment.
Jonathan Thomas authored
-
- 10 Nov, 2023 3 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 08 Nov, 2023 1 commit
-
-
Adding S2C messages for client / server sync of chat messages. This should allow full multi-player testing.
Jonathan Thomas authored
-
- 07 Nov, 2023 6 commits
-
-
Jonathan Thomas authored
-
Prevent spamming of chat generation. Introduced chat status, and now render dotdot button when chat is pending.
Jonathan Thomas authored -
Fixing SHIFT sneak issue that lowers the chat bubble and causes extreme tilt issues when close to an entity.
Jonathan Thomas authored -
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 06 Nov, 2023 3 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
Lowering the button and chat bubble, and centering start button. Also extending render distance to 9 block radius.
Jonathan Thomas authored
-
- 05 Nov, 2023 3 commits
-
-
Jonathan Thomas authored
-
Temporarily slow down entities for X seconds when reading chat bubbles - using an invisible SLOWNESS status effect.
Jonathan Thomas authored -
Replacing TextRenderer line wrapping with custom java, so both server and client can use it for logic. Show 'start chat' button for entities with no conversation. Show text bubbles once a message is generated. Allow user to page through the messages, 3 lines at a time. Also adding some padding around the text (top and bottom).
Jonathan Thomas authored
-
- 04 Nov, 2023 2 commits
-
-
Refactor of ChatGPT thread, connect to C2S packet handling, and initial ChatDataManager class, to keep track of each entity and previous messages.
Jonathan Thomas authored -
Jonathan Thomas authored
-