-
Notifications
You must be signed in to change notification settings - Fork 1
Veloren: 04 Bug Fixes
Evander C edited this page Feb 16, 2021
·
11 revisions
Evander's Bug - Declutter Scrolling Number Text
- Located file where numbers are generated.
- Located file where numbers are drawn on screen over a character.
- Working through adding a delay of sorts or adding spacing, or potentially combining numbers up to a threshold before clearing screen
Jaid's Bug - Crafting Categories
- Crafting dialog has become difficult to use because the recipes are unordered
- Update UI with a dropdown button
- Need to alphabetize the recipes.
- Create a list of items that can be sorted by category (e.g. food, armor, supplies)
- Multiple categories for each item
- Items can be searched & filtered and picked from the list
- Order the items in the .RON files
Nicoles' Bug - Show a warning when attempting to connect to a server with a differing version
- No warning is being shown when connecting to a server with differing version
- Write code that pulls current version type and compare to client type
- Worked on compiling the program and testing.
- Downgraded client and connected to updated server.
- Locating main file to and variable names to compare.
Tony's Contribution - Translation
- Located where translation files needed to be added
- Located base text file
- Located ISO 639-1 codes pertaining to Vietnamese
- Started working on translation
- Completed Common section (Weapon naming, NPC naming, Basic Interface)
- Currently working on Main Screen translation (Username, Server, Login Text)