Benedikt Straub

Results 113 comments of Benedikt Straub

I've set up a PPA with the current state-of-the-art. I'd appreciate it if someone else could test that the packages work out of the box. Packages are available for Ubuntu...

Is there anything left that urgently needs fixing or implementing before we can release version 0.1? If there's no reply I'll create the release [branch](https://github.com/FreeRCT/FreeRCT/tree/release-0.1) and tag tomorrow.

Yep! Or in more detail: - On the 19th, I create a branch named "release/0.1" and adapt its CMakeLists.txt to set the default version string to "0.1". This should probably...

Ferries can carry no workers on purpose because this would break a lot of existing map designs. It would make currently unreachable areas easily reachable. So -1 to allowing ferries...

No, the unit that fulfils a request is not in any way linked to the building it came from. You could try giving `WareInstance` a member variable `Building* creator_` which...

> thanks for the answer. so in this suggested approach , I would only have to check if `WareInstance::ObjectPointer location_` is pointing to a building or worker right ? `location_`...

This is related to the fact that the steepness markers are not updated when a tree is planted or felled nearby. Possible solution would be to recompute the markers for...

> because I also wanted to immediately stop operations from all the buildings immediately after they finished build sequence Since v0.21 there's a much easier way to do this than...

Confirmed. This is what ASan says: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==23044==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000040 (pc 0x55a4e7808b07 bp 0x7ffc23eca4d0 sp 0x7ffc23eca4c0 T0) ==23044==The signal is caused by a READ...

I also noticed one more: Trees become deadtrees but the deadtree2 link is broken. Not sure how to solve that one best – should we show sizeless world immovables as...