Tue, 03 Jun 2008 02:20:27 +0000(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
belugas [Tue, 03 Jun 2008 02:20:27 +0000] rev 9449
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not

Tue, 03 Jun 2008 00:23:54 +0000(svn r13366) -Fix: clicking in the Subsidies window was broken
smatz [Tue, 03 Jun 2008 00:23:54 +0000] rev 9448
(svn r13366) -Fix: clicking in the Subsidies window was broken

Mon, 02 Jun 2008 23:01:57 +0000(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.
rubidium [Mon, 02 Jun 2008 23:01:57 +0000] rev 9447
(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.

Mon, 02 Jun 2008 19:52:41 +0000(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.
peter1138 [Mon, 02 Jun 2008 19:52:41 +0000] rev 9446
(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.

Mon, 02 Jun 2008 19:35:30 +0000(svn r13363) -Codechange: Code duplication tidy up
peter1138 [Mon, 02 Jun 2008 19:35:30 +0000] rev 9445
(svn r13363) -Codechange: Code duplication tidy up

Mon, 02 Jun 2008 14:34:23 +0000(svn r13362) -Fix: make the town authority window a bit less glitchy
smatz [Mon, 02 Jun 2008 14:34:23 +0000] rev 9444
(svn r13362) -Fix: make the town authority window a bit less glitchy

Mon, 02 Jun 2008 14:30:55 +0000(svn r13361) -Fix (r13360): regexp failed
glx [Mon, 02 Jun 2008 14:30:55 +0000] rev 9443
(svn r13361) -Fix (r13360): regexp failed

Mon, 02 Jun 2008 14:27:58 +0000(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
skidd13 [Mon, 02 Jun 2008 14:27:58 +0000] rev 9442
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()

Mon, 02 Jun 2008 14:19:27 +0000(svn r13359) -Codechange: convert _fios_items to a SmallVector
skidd13 [Mon, 02 Jun 2008 14:19:27 +0000] rev 9441
(svn r13359) -Codechange: convert _fios_items to a SmallVector
-Cleanup: some reincarnations of _fios_items in the code

Mon, 02 Jun 2008 08:33:38 +0000(svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.
rubidium [Mon, 02 Jun 2008 08:33:38 +0000] rev 9440
(svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.