Terasology icon indicating copy to clipboard operation
Terasology copied to clipboard

Terasology - open source voxel world

Results 208 Terasology issues
Sort by recently updated
recently updated
newest added

### Motivation I feel confused when there is no syntax error shown but the game crashes because of one. Twice I had a comma after the last child of a...

Status: Needs Discussion
Type: Improvement

### Motivation Terasology uses a modular approach to game assets, concepts and features - everything is a module. When creating a new game players select which modules they want to...

Category: Doc
Status: Needs Discussion

## Background As part of the multi-world project the create game UI was overhauled, roughly to fit https://sketchboard.me/JAWH2JZuSdMH (if not visible [try this link](https://s3-eu-west-1.amazonaws.com/pub.sketchboard.io/images/b49ae6c6-f8c9-405f-9bd3-22b600c46d1c.png?updated=1582769677832) - may have to download it...

Status: Needs Investigation
Topic: Architecture
Topic: UI/UX
Size: M
Type: Improvement

### What you were trying to do I was minimizing the game screen using 3 finger gesture support in laptops. I wasn't using windows in built 3 finger gesture but...

Type: Bug
Status: Needs Investigation
Topic: Stabilization

To test, inject a BlockManager in a test system, activate the core module and inspect `blockManager.getBlock("core:BirchTrunk:engine:stair")`. This call is missing the side parameter for the family rotation, e.g. `blockManager.getBlock("core:BirchTrunk:engine:stair.LEFT")` gives...

Type: Bug
Topic: Architecture

### Contains A new `BeforeDisconnectEvent` event that is sent before disconnecting clients to allow, e.g. component clean-ups on the disconnecting player's entity. Required by https://github.com/Terasology/LightAndShadow/pull/256

Type: Improvement

Currently, only one font style is supported. I think it would be nice if parts of text could be marked as italic or bold similar to how text can be...

Topic: UI/UX
Good First Issue

`versionInfo.properties` was not created, depend on it when doing ``` gradle --console=plain clean extractConfig extractNatives distForLauncher testDist ``` not sure yet about `Credits.md`: ``` ❯ find . -name Credits.md ./docs-pre-merge/Credits.md...

### Contains This pull request integrates Terasology's `PerformanceMonitor` with the [Tracy Profiler](https://github.com/wolfpld/tracy). This allows for better visualising performance traces and should help with diagnosing performance bottlenecks. ![image](https://github.com/MovingBlocks/Terasology/assets/24301287/6ec5336f-910f-45a6-8c16-89f0529daeff) ### How to...

Type: Improvement

### General Info Terasology Version: latest develop (state of June 17) Operating System: Windows Java Version: 17 ### What you were trying to do Follow https://terasology.org/Terasology/#/Contributor-Quick-Start for setting up a...

Type: Bug
Status: Needs Investigation
Topic: Stabilization