Nail Khanipov
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?...
### 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....
### 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....
### 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...
### 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...
### 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....
### 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...
#### 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`...
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 /** *...