The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wlindley on October 06, 2009, 02:26:02 pm

Title: [r2702] dialog box format errors
Post by: wlindley on October 06, 2009, 02:26:02 pm
with r2702, arrows and line spacing misplaced; can't read production percentage:

(http://www2.wlindley.com/images/simutrans-bad-format-box.png)

same industry, dialog with r2682, format OK:

(http://www2.wlindley.com/images/simutrans-r2682-box.png)
Title: Re: [r2702] dialog box format errors
Post by: dannyman on October 06, 2009, 02:35:43 pm
Yeah I've seen that in the recent builds, and it annoys me enough that I've been holding back from the latest versions.

An aside: Why is the engine source on tron?  I like to think the SourceForge site would have a web interface that would make it easy to track down the responsible changelist.  This is the sort of printf() kinda bug that I might even have a prayer of tackling and submitting a patch. :)
Title: Re: [r2702] dialog box format errors
Post by: sanna on October 06, 2009, 02:48:16 pm
These arose as a result of prissi trying to accomodate the problem I described here: http://forum.simutrans.com/index.php?topic=3432.0 Relevant revisions are r2687 to r2692

EDIT: Oh, and aburch makes a git clone of the svn rep regularly at http://github.com/aburch/simutrans if you want a graphic interface..
Title: Re: [r2702] dialog box format errors
Post by: dannyman on October 06, 2009, 03:00:16 pm
sanna,

Oooh!  Thanks!

http://github.com/aburch/simutrans/commits/master/ might be helpful for tracking down the relevant code. :)

-d