News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

Recent posts

#1
Bug Reports / [minor] Schedule overlay on ma...
Last post by Nazalassa - Today at 02:17:24 PM
Minor aesthetic issue: the overlay does not remain on the tracks on slopes and bridge heads.


#2
Game Servers / Two Public Server Slots Availa...
Last post by victor_18993 - Today at 01:25:01 PM
I currently have two public Simutrans server slots available.

I can guarantee at least three months of uninterrupted service, and they will very likely remain online for longer.
Rather than choosing the setup myself, I'd like the community to decide. Any actively maintained pakset can be proposed, together with any map you would like to play.

Please post your suggestions for:
  • Pakset
  • Map
  • Any preferred map/settings details

The two combinations with the strongest community support will be hosted on the two servers.
The idea is simply to provide two open multiplayer servers based on what people actually want to play.
#3
Game Servers / New pak128 Multiplayer Server ...
Last post by victor_18993 - Today at 12:56:53 PM
A new public pak128 server is now available for anyone who wants to join:

at01.simutrans.eu:13353

The map is large and the server is open to all pak128 players. Feel free to join and build your network!




#4
Forum / Re: Cannot attach files
Last post by victor_18993 - Today at 10:38:35 AM
While Isaac is working on the attachment issue, you can upload the images here:

https://files.simutrans-germany.com/

Then just paste the generated link into your post.
#5
Forum / Re: Cannot attach files
Last post by Isaac Eiland-Hall - Today at 08:31:53 AM
Been poking at this for a few days off and on now. :/

Thanks for the thread, though, I will update here.
#6
Forum / Cannot attach files
Last post by poppo - Today at 02:03:00 AM
I found that we cannot upload and attach any files.
When upload any files, the error occurs and upload rejected even the file size is lower than 100kB.

I do not know this problem started, but I found it around 1:40 AM.

ERROR MESSAGE:
There was a problem during the uploading of menubar_scrollbar_demo.png.
Your attachment couldn't be saved. This might happen because it took too long to upload or the file is bigger than the server will allow.

Please consult your server administrator for more information.
#7
Bug Reports / Re: r12041+: switching graphic...
Last post by victor_18993 - Yesterday at 10:24:15 PM
Confirmed and fixed in r12209.

The regression started in r12041. The switch-image logic was changed from using the direction through the turnout to using only the direction from the previous route tile to the turnout. That always produced a single ribi, so the bend condition was never true and the switching graphics were never selected.

Nazalassa's patch identified the correct fix, but it still excluded a valid case where the turnout is at route index 1. The final fix restores the through-turnout direction using the previous and next route tiles and accepts that case as well.
The change is now integrated in r12209.

Full test suite after integration: 293/293 passed on a fresh checkout of the committed revision.
I also prepared regression tests for the switching states, but one of them proved timing-sensitive under different execution loads, so I did not add a potentially flaky test to trunk. The production fix itself was verified independently across the affected switch states and paksets.

Thanks, Nazalassa, for the report and for providing the original patch.
#8
Bug Reports / Re: r12207: when bankrupt, roa...
Last post by victor_18993 - Yesterday at 09:12:32 PM
Fixed and integrated in r12208.
The issue was that several railway signs are implemented as
roadsign_t, so during company bankruptcy they were being transferred to the public player while the underlying railway was removed, leaving orphaned signs behind.
Nazalassa's patch was correct as-is and has been integrated unchanged. A regression test was also added to cover the affected railway signs, normal road signs and public-player ownership cases.
Full test suite: 293/293 passed.
Thanks again, Nazalassa, for the report and the patch.
#9
Bug Reports / Re: r12041+: switching graphic...
Last post by victor_18993 - Yesterday at 07:55:56 PM
Thanks for the report and for providing the patch.

We are currently reviewing the regression and comparing the behaviour around r12040/r12041 to confirm the exact cause and make sure the proposed fix does not affect any of the later switching or routing logic.
I'll post an update here once the reproduction and tests are complete.