Darkvater [Tue, 21 Mar 2006 23:18:43 +0000] rev 3289
(svn r4003) - Minor codebeautifier@work
Darkvater [Tue, 21 Mar 2006 22:09:19 +0000] rev 3288
(svn r4002) - Fix: Use the title of a savegame in the saveload dialog-editbox. This gets rid of the '.sav' appended to each game as well as properly showing UTF-8 saves when this is implemented. Also don't change the text if the save has failed.
Darkvater [Tue, 21 Mar 2006 22:08:15 +0000] rev 3287
(svn r4001) - Add length parameter to FiosMakeSavegameName() and use this function for creating the full path instead of home-brewn snprintf.
tron [Tue, 21 Mar 2006 22:06:32 +0000] rev 3286
(svn r4000) Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way
Darkvater [Tue, 21 Mar 2006 21:55:49 +0000] rev 3285
(svn r3999) - Fix: [win32] Change the order of DestroyWindow and ChangeDisplay. On some machines a sizechange messagequeue is handled before sending WM_DISPLAYCHANGE resulting in an improper resolution written to the configuration file when exiting from fullscreen. (Frostregen)
peter1138 [Tue, 21 Mar 2006 21:11:41 +0000] rev 3284
(svn r3998) - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions.
Darkvater [Tue, 21 Mar 2006 21:07:50 +0000] rev 3283
(svn r3997) - Default the patch-setting 'pause_on_join' to true.
tron [Tue, 21 Mar 2006 20:02:05 +0000] rev 3282
(svn r3996) -Fix: Slope and height information returned for some tile types is wrong
This leads to graphical glitches when drawing foundations.
This doesn't fix all problems, but at least some of them.
celestar [Tue, 21 Mar 2006 09:44:07 +0000] rev 3281
(svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for pointing it out)
Darkvater [Tue, 21 Mar 2006 09:14:41 +0000] rev 3280
(svn r3994) - Fix: convert filenames to UTF-8-MAC instead of UTF-8 for MACOSX, because that's what it uses. This is no real fix for the current iconv hack but it should at least work properly