Giter Site home page Giter Site logo

undervolt / chocomint Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 4.0 8.09 MB

In-development Minecraft ModLoader, Client and Optimizer.

Home Page: https://www.undervolt.dev

License: GNU General Public License v3.0

Java 99.59% GLSL 0.41%
minecraft minecraft-client minecraft-modloader

chocomint's People

Contributors

alexanderhollauf avatar emirchus avatar gerardowacker avatar kiritodv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chocomint's Issues

[EN] [BUG] Menu GUIs aren't displaying

chocomint bug report

Describe briefly what is happening (use 1 paragraph maximum):

  • Menu GUIs won't display correctly. They open, but no content is properly displayed.

Describe what it's supposed to be doing:

  • Show a linear animation, going up, and actually displaying the content.

Transcribe steps to reproduce:

  • N/A

Wrong parsing of date in UserScreen

This affects de UserScreen.java class.
Sometimes, the month will be parsed as "xxx" instead of "xxx.", and the "Since the beginning" check would not trigger.

[EN] [BUG] UserCard is always active

chocomint bug report

Describe briefly what is happening (use 1 paragraph maximum):

  • GUIs are always displaying the user's UserCard in GameBar.

Describe what it's supposed to be doing:

  • It should be inactive when it's loaded initially, and should be able to be toggled off.

Transcribe steps to reproduce:

  • N/A

[ES] [BUG] Completar palabras y/o comandos, con el "TAB"

chocomint bug report

Descripción del bug

  • Al querer, completar con el "TAB", palabras y/o comandos (ya sea en single-player o multi-player), no ocurre, siendo ésta básica de Minecraft.

Explicación sobre lo que se supone que debe hacer

  • Al entrar al chat, y escribir parte de un comando y/o nombre de usuario, al apretar el "TAB", éste se tendría que completar.

Pasos para replicar el bug:

  • Entrar a cualquier mundo de single-player o, un servidor en el multi-player (en este caso single-player), y abrir el chat.

image

  • Poner algún comando largo o parte de un nombre de usuario, (este caso un /gamerule doDaylightCycle), y tratar de completarlo con el "TAB", lo cual no es posible.

image

[EN] [FEATURE] Add marketplace servers integration

Feature request for the client in general

Add marketplace support, in terms of GUI and backend connection. This requires a build of the modloader to be released.

This includes a text field to search for mods, and a list, which by default shows "trending" or "most downloaded", but if a key is typed, and the field's text length is greater that 3 characters, search that term and display results on the same list.
Each item in the list includes an install button. If the mod es already installed, insert a "config" and an "uninstall" button.

ModLoader integration required

This is a feature request involving the mod branch to be finished and merged.

The ModLoader needs to scan mods, add them into the codebase and synchronize with the events API.

Crash at Chat opening

This occurs within the development and config branch.

When a user launches the client, logs out, and enters with another account, without opening the chat, server tab will get deleted.
When the Chat class is being opened, it assumes the server tab must be open. When getting it, it returns null, and crashes the client.

[ES] [BUG] Backspace en multi-player

chocomint bug report

Descripción del bug

  • Al querer borrar un texto manteniendo el "Backspace", en multi-player, no se efectúa, siendo ésta una función básica del chat de Minecraft.

Explicación sobre lo que se supone que debe hacer

  • Al borrar un texto que estemos escribiendo en el chat, en multi-player, manteniendo el "Backspace", éste se borra sin problema alguno.

Pasos para replicar el bug:

  • Entrar a un servidor multi-player, (en este caso "play.arkflame.com"), abrir el chat y escribir cualquier texto que se nos ocurra.

image

  • Intentar borrarlo manteniendo el "Backspace", lo cual no es posible.

image

Add message history

Feature request in chat

When the arrow-up key is pressed, show the last sent messages, one by one, like on usual Minecraft's GuiChat

[ES] [FEATURE] Advertencia al usar mods no verificados en servidores

La idea va que al momento de entrar a un servidor y se este usando mods no verificados aparezca un texto en la pantalla con 2 botones para seleccionar, el texto dirá "Esta usando mods no verificados, ¿Estas seguro de usarlos bajo tu propio riesgo?" Y abajo estarán los botones de "Si" y "No" este mensaje no saldrá si se usan en un mundo singleplayer ni en partidas LAN

Line breaks in Chat

This should be added within the chat branch.

When a message is added to a Tab, the message triggers Gui::drawString, and, if it's long enough, will end up rendering outside of the screen's width.
Line breaks should be added within the code.

Button click not registered when GL translate is being used

This bug affects the current menu-impl enveronment.

Since GlStateManager::translate is being used, actionPerformed will take the original position of the button based off position 0, instead of the current translated one (being animation-wise or scroll-wise).

[ES] [FEATURE] Elegir monitor en fullscreen

FEATURE

Añadir opción de elegir el monitor al cual el juego se va a poner en fullscreen.

¿Por qué?

Tengo dos monitores, al hacer fullscreen se pone en mi pantalla principal, sin embargo me gustaría ponerlo en el secundario.

[EN] [BUG] New information isn't updated in GameBar

chocomint bug report

Describe briefly what is happening (use 1 paragraph maximum):

  • When the client isn't changing GUIs, the information loaded into the GameBar isn't updated. This leads to, for example, empty friends lists, null usernames in UserCards, etc.

Describe what it's supposed to be doing:

  • It should update the information once it's loaded, for example, when user just logged in.

Transcribe steps to reproduce:

  • N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.