Sun, 08 Jun 2008 12:06:27 +0000(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
truebrain [Sun, 08 Jun 2008 12:06:27 +0000] rev 9477
(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)

Sun, 08 Jun 2008 10:51:36 +0000(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
rubidium [Sun, 08 Jun 2008 10:51:36 +0000] rev 9476
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.

Sun, 08 Jun 2008 09:14:30 +0000(svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.
rubidium [Sun, 08 Jun 2008 09:14:30 +0000] rev 9475
(svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.

Sun, 08 Jun 2008 08:44:19 +0000(svn r13408) -Codechange: some stricter checking.
rubidium [Sun, 08 Jun 2008 08:44:19 +0000] rev 9474
(svn r13408) -Codechange: some stricter checking.

Sat, 07 Jun 2008 16:15:20 +0000(svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28
miham [Sat, 07 Jun 2008 16:15:20 +0000] rev 9473
(svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28
korean - 8 fixed, 16 changed by leejaeuk5 (24)
romanian - 5 fixed, 185 changed by CrystyB (190)
russian - 1 changed by Smoky555 (1)

Sat, 07 Jun 2008 00:06:36 +0000(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites.
frosch [Sat, 07 Jun 2008 00:06:36 +0000] rev 9472
(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites.

Fri, 06 Jun 2008 19:27:09 +0000(svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs)
glx [Fri, 06 Jun 2008 19:27:09 +0000] rev 9471
(svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs)

Thu, 05 Jun 2008 20:54:52 +0000(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
glx [Thu, 05 Jun 2008 20:54:52 +0000] rev 9470
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().

Thu, 05 Jun 2008 16:55:00 +0000(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
rubidium [Thu, 05 Jun 2008 16:55:00 +0000] rev 9469
(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.

Thu, 05 Jun 2008 12:08:20 +0000(svn r13388) -Codechange: Remove "my invented flag for something that is a wagon"
peter1138 [Thu, 05 Jun 2008 12:08:20 +0000] rev 9468
(svn r13388) -Codechange: Remove "my invented flag for something that is a wagon"