Skip to content

Commit 907a857

Browse files
committed
FIX: new city buildings were built when exceeded 2x1 size (only renovated)
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11697 8aca7d54-2c30-db11-9de9-000461428c89
1 parent b0cb6f7 commit 907a857

File tree

3 files changed

+214
-89
lines changed

3 files changed

+214
-89
lines changed

Simutrans.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Global
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2323
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.ActiveCfg = Debug|x64
24-
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.Build.0 = Debug|x64
2524
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x86.ActiveCfg = Debug|Win32
2625
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x86.Build.0 = Debug|Win32
2726
{0621B295-BEB7-4767-82F1-F27995610323}.Release|x64.ActiveCfg = Release|x64
@@ -32,6 +31,7 @@ Global
3231
{0621B295-BEB7-4767-82F1-F27995610323}.Stable|x86.ActiveCfg = Stable|Win32
3332
{0621B295-BEB7-4767-82F1-F27995610323}.Stable|x86.Build.0 = Stable|Win32
3433
{E74757E8-C2FD-44AD-87BD-3D55F4709484}.Debug|x64.ActiveCfg = Debug|x64
34+
{E74757E8-C2FD-44AD-87BD-3D55F4709484}.Debug|x64.Build.0 = Debug|x64
3535
{E74757E8-C2FD-44AD-87BD-3D55F4709484}.Debug|x86.ActiveCfg = Debug|Win32
3636
{E74757E8-C2FD-44AD-87BD-3D55F4709484}.Release|x64.ActiveCfg = Release|x64
3737
{E74757E8-C2FD-44AD-87BD-3D55F4709484}.Release|x64.Build.0 = Release|x64

simutrans/history.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
ADD: new freight sorting order "via owner": groups goods by owner of their next transfer stop and sort by amount (also change order a little and fixed several inconsitencies: Now all windows show same ordering)
33
CHG: Help texts will be first searched in pak directory
44
FIX: could built powerlines under bridges by just building a zero length power bridge starting under a bridge
5+
ADD: New simple tool 43 to highlight single ribi ways
6+
CHG: Pause tool unpauses server waiting for clients
7+
FIX: new city buildings were built when exceeded 2x1 size (only renovated)
58

69

710
Release of 124.3.1 (r11671 on 5-Apr-2025):
@@ -25,8 +28,6 @@ Release of 124.3.1 (r11671 on 5-Apr-2025):
2528
ADD: CURRENCY is now translateable to a local currency (no conversions though) and can be also modified by the user
2629
FIX: make sure, the pak path and working path are really different
2730
FIX: single way tile did not force bridge direction
28-
ADD: New simple tool 43 to highlught single ribi ways
29-
CHG: Pause tool unpauses server waiting for clients
3031

3132

3233
Release of 124.3 (r11590 on 10-Jan-2025):

0 commit comments

Comments
 (0)