Sun, 15 Jun 2008 16:11:25 +0000(svn r13522) -Codechange: Replace the qsort of the highscore with one of the internal sorters
skidd13 [Sun, 15 Jun 2008 16:11:25 +0000] rev 10968
(svn r13522) -Codechange: Replace the qsort of the highscore with one of the internal sorters

Sun, 15 Jun 2008 15:48:33 +0000(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for CompanyLeagueWindow
skidd13 [Sun, 15 Jun 2008 15:48:33 +0000] rev 10967
(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for CompanyLeagueWindow

Sun, 15 Jun 2008 13:52:51 +0000(svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR)
smatz [Sun, 15 Jun 2008 13:52:51 +0000] rev 10966
(svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR)

Sun, 15 Jun 2008 02:48:25 +0000(svn r13519) -Feature[newGRF]: Implement var 63, variational action2 variable for Houses.
belugas [Sun, 15 Jun 2008 02:48:25 +0000] rev 10965
(svn r13519) -Feature[newGRF]: Implement var 63, variational action2 variable for Houses.
Or, in more simple terms, the check for the animation frame of nearby house.

Sat, 14 Jun 2008 19:13:23 +0000(svn r13518) -Fix [FS#2083]: Properly count number of non-north housetiles.
frosch [Sat, 14 Jun 2008 19:13:23 +0000] rev 10964
(svn r13518) -Fix [FS#2083]: Properly count number of non-north housetiles.

Sat, 14 Jun 2008 16:41:03 +0000(svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h>
skidd13 [Sat, 14 Jun 2008 16:41:03 +0000] rev 10963
(svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h>

Sat, 14 Jun 2008 16:23:08 +0000(svn r13516) -Codechange: Move MemCpyT to a fitting core header
skidd13 [Sat, 14 Jun 2008 16:23:08 +0000] rev 10962
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header

Sat, 14 Jun 2008 02:00:20 +0000(svn r13515) -Codechange: Widget enumification for scenario editor
belugas [Sat, 14 Jun 2008 02:00:20 +0000] rev 10961
(svn r13515) -Codechange: Widget enumification for scenario editor

Sat, 14 Jun 2008 01:45:58 +0000(svn r13514) -Codechange: Removal of dead code (or useless, to be more exact)
belugas [Sat, 14 Jun 2008 01:45:58 +0000] rev 10960
(svn r13514) -Codechange: Removal of dead code (or useless, to be more exact)

Sat, 14 Jun 2008 01:08:59 +0000(svn r13513) -Codechange: Give proper message when building a river fails.
belugas [Sat, 14 Jun 2008 01:08:59 +0000] rev 10959
(svn r13513) -Codechange: Give proper message when building a river fails.
Give proper description of a river tile with the Query Tool.
Extracted (in part) from FS#1884, by Ammler