Sat, 10 May 2008 13:46:36 +0000(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
rubidium [Sat, 10 May 2008 13:46:36 +0000] rev 10486
(svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.

Sat, 10 May 2008 12:30:27 +0000(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
rubidium [Sat, 10 May 2008 12:30:27 +0000] rev 10485
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.

Sat, 10 May 2008 08:58:52 +0000(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
rubidium [Sat, 10 May 2008 08:58:52 +0000] rev 10484
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.

Sat, 10 May 2008 02:59:52 +0000(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)
belugas [Sat, 10 May 2008 02:59:52 +0000] rev 10483
(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)

Fri, 09 May 2008 15:27:00 +0000(svn r13025) -Codechange: remove the need for two WindowEvents.
rubidium [Fri, 09 May 2008 15:27:00 +0000] rev 10482
(svn r13025) -Codechange: remove the need for two WindowEvents.

Fri, 09 May 2008 09:29:27 +0000(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
rubidium [Fri, 09 May 2008 09:29:27 +0000] rev 10481
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.

Fri, 09 May 2008 07:47:30 +0000(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct.
peter1138 [Fri, 09 May 2008 07:47:30 +0000] rev 10480
(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct.

Thu, 08 May 2008 23:26:17 +0000(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one
smatz [Thu, 08 May 2008 23:26:17 +0000] rev 10479
(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one

Thu, 08 May 2008 22:53:49 +0000(svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.
rubidium [Thu, 08 May 2008 22:53:49 +0000] rev 10478
(svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.

Thu, 08 May 2008 21:09:21 +0000(svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings
glx [Thu, 08 May 2008 21:09:21 +0000] rev 10477
(svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings