Nail Khanipov

Results 10 issues of Nail Khanipov

We don't distribution to any linux packages. But linux packages known about us. Some person maintains not official packages (thx to them) E.g. https://aur.archlinux.org/packages/terasology Then why don't lead distribution packages?...

Status: Needs Investigation
Type: Dream

### Contains ProgressMonitor classes for further integration. ### How to test Single-thread: 1. Integrate monitor to one of jgit commands. (how noted at javadoc) 2. runs this command Multi-thread: 1....

Type: Improvement

### Contains * Introducing GRAPHICS Scheduler * wraps calls to GL/GLFW to runBlocking at graphics scheduler ( hopping flow to another thread) * Splash screen should works at MacOS now....

Category: Performance
Topic: Rendering
Type: Improvement
Topic: Concurrency

### Contains Proof-of-concept Workspace-wide tests(a.k.a mega test) There should be tests with validate assets/assets/loading/mechanics loading provided by engine. Possible Future - modules can provide tests, which will applicable to dependents...

Category: Build/CI
Status: Needs Discussion
Size: M
Type: Improvement
Category: Test/QA

### Contains Part of #4304. Provide possible to Injectable classes(`@Share`, `@In` and `Context` usage) with another subsystems. Should be replaced with gestalt v8 (di) ### How to test 1.Run your...

Type: Improvement

### Contains THL Serialization - ByteBuffer. Minimal binary format integrated with THL. Profits: 1. Faster then protobuf. Reading zero-copy.(writing - not) 2. Pure java 3. Deep integration with THL 4....

Type: Improvement

### What you were trying to do I am try to extract subsystems. I created PR #4930 for this. ### What actually happened I receive `Requested Changes` because our CI...

Type: Bug
Category: Build/CI
Status: Needs Discussion

#### Extraction subsystems should: 1. simplify codebase via extracting common components 2. make some components optional/replaceable. e.g: Optional: `Telemetry` and `Discord` not needs for server build Replaceable: `AudioLwjgl` and `AudioNull`...

Topic: Architecture
Type: Improvement

Almost all PMD rules used now marked as deprecated. All rules moving to other rulesets.

### Description This PR resolves problem with adding `TeraNUI` v3. You should not add gestalt v8 deps for TeraNUI's core module. only for nui-gestalt-di lib. ### Usage: ```java /** *...