Sat, 18 Nov 2006 22:15:46 +0000(svn r7212) -Codechange (FS#409): Update Turkish town name generator with Turkish characters (jnmbk)
peter1138 [Sat, 18 Nov 2006 22:15:46 +0000] rev 5131
(svn r7212) -Codechange (FS#409): Update Turkish town name generator with Turkish characters (jnmbk)

Sat, 18 Nov 2006 21:39:03 +0000(svn r7211) -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements
peter1138 [Sat, 18 Nov 2006 21:39:03 +0000] rev 5130
(svn r7211) -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements

Sat, 18 Nov 2006 19:20:47 +0000(svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)
KUDr [Sat, 18 Nov 2006 19:20:47 +0000] rev 5129
(svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)

Sat, 18 Nov 2006 17:34:20 +0000(svn r7209) -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable...
peter1138 [Sat, 18 Nov 2006 17:34:20 +0000] rev 5128
(svn r7209) -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable...

Sat, 18 Nov 2006 17:12:39 +0000(svn r7208) -Revert [r6040]: Remove double-click action in minimap and reintroduce lmb-scrolling (Rubidium)
Darkvater [Sat, 18 Nov 2006 17:12:39 +0000] rev 5127
(svn r7208) -Revert [r6040]: Remove double-click action in minimap and reintroduce lmb-scrolling (Rubidium)

Sat, 18 Nov 2006 17:07:05 +0000(svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console window and do it only once.
Darkvater [Sat, 18 Nov 2006 17:07:05 +0000] rev 5126
(svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console window and do it only once.

Sat, 18 Nov 2006 17:04:44 +0000(svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after
Darkvater [Sat, 18 Nov 2006 17:04:44 +0000] rev 5125
(svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after
a call to DeleteWindow() somewhere else. Also do some cleanup with AllowWindowDescFront()

Sat, 18 Nov 2006 16:47:02 +0000(svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window
Darkvater [Sat, 18 Nov 2006 16:47:02 +0000] rev 5124
(svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window
structs inside their array, and possibly invalidating pointers higher up.
Meaning that any function called within an wndproc could cause unknown/invalid pointers
once control was returned to this function. Solved by the introduction of an extra
abstraction layer, an array of z-window positions that is only concerned with the
pointers.

Sat, 18 Nov 2006 13:55:44 +0000(svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3)
Darkvater [Sat, 18 Nov 2006 13:55:44 +0000] rev 5123
(svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3)

Sat, 18 Nov 2006 13:54:33 +0000(svn r7202) -Codechange: Move _viewports and _active_viewports local to viewport.c and have them
Darkvater [Sat, 18 Nov 2006 13:54:33 +0000] rev 5122
(svn r7202) -Codechange: Move _viewports and _active_viewports local to viewport.c and have them
called from the appropiate places in window.c