-
https://github.com/MovingBlocks/gestalt/blob/d97b8f7436aaea738226482f483f61bba612c5d9/gestalt-module/src/main/java/org/terasology/gestalt/module/dependencyresolution/ResolutionAttempt.java#L86-L91
…
-
Once the [extraction of towers into this module](https://github.com/Terasology/GooeyDefence/issues/70) is complete, the code should be further reordered. Towers use various effects that could also be …
-
Maybe mildly similar to #25 but distinct - in this case `testExample` literally went out of memory:
http://jenkins.terasology.io/teraorg/job/Terasology/job/Modules/job/M/job/ModuleTestingEnvironmen…
-
### What you were trying to do
Planting bushes on the block I was standing on
### What actually happened
Planting bushes on the block you're standing means they will grow around you. The resu…
-
You can start regaining breath while still slightly underwater (visibly below the water line, not just getting the underwater view effect)
Worth noting is the game in general is a little off with a…
-
### The Problem
Right now, it is not possible to record events from modules, besides instances of `BindButtonEvent` or `BindAxisEvent`, making Record and Replay (RR) not very useful for testing…
-
I'm trying to simplify Terasology's build configuration, as an offshoot of improving IntelliJ compatibility in #3954. One of the tweaks we have to our build process involves the output directories for…
-
### What you were trying to do
Start a headless server and override its default configuration.
```bash
./gradlew server --args="--override-default-config=override.cfg"
```
### What actually h…
-
Discovered this on trying to run Terasology with Java 9, while I had the embedded source for the CR in my workspace.
The `LogUpdateWorker` uses `import com.sun.nio.file.SensitivityWatchEventModifie…
-
## Assumptions
- probable culprits:
- chunk generation
- lighting
- we use multithreading
- we don't support dynamic thread scaling
- chunk generation phases:
- Base terrain generation …