Thu, 31 Aug 2006 11:25:00 +0000(svn r6266) Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job
tron [Thu, 31 Aug 2006 11:25:00 +0000] rev 4481
(svn r6266) Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job

Thu, 31 Aug 2006 11:18:30 +0000(svn r6265) Check whether to draw catenary at all once before the drawing loop instead of on every iteration
tron [Thu, 31 Aug 2006 11:18:30 +0000] rev 4480
(svn r6265) Check whether to draw catenary at all once before the drawing loop instead of on every iteration

Thu, 31 Aug 2006 10:36:59 +0000(svn r6264) Get rid of a cast
tron [Thu, 31 Aug 2006 10:36:59 +0000] rev 4479
(svn r6264) Get rid of a cast

Thu, 31 Aug 2006 10:34:59 +0000(svn r6263) WebTranslator2 update to 2006-08-31 12:34:27
miham [Thu, 31 Aug 2006 10:34:59 +0000] rev 4478
(svn r6263) WebTranslator2 update to 2006-08-31 12:34:27
dutch - 4 fixed by habell (4)
french - 4 fixed, 4 changed by glx (8)
german - 4 fixed by Neonox (4)
polish - 4 fixed by meush (4)
portuguese - 11 fixed, 17 changed by izhirahider (19), nars (9)
turkish - 9 fixed, 10 changed by jnmbk (19)

Thu, 31 Aug 2006 10:14:47 +0000(svn r6262) Remove unused #define and function declaration
tron [Thu, 31 Aug 2006 10:14:47 +0000] rev 4477
(svn r6262) Remove unused #define and function declaration

Thu, 31 Aug 2006 09:40:10 +0000(svn r6261) -Fix r6246: fixed sprite related crash related to other player's vehicle list windows (spotted by Darkvater)
bjarni [Thu, 31 Aug 2006 09:40:10 +0000] rev 4476
(svn r6261) -Fix r6246: fixed sprite related crash related to other player's vehicle list windows (spotted by Darkvater)

Thu, 31 Aug 2006 08:36:31 +0000(svn r6260) Improve readability
tron [Thu, 31 Aug 2006 08:36:31 +0000] rev 4475
(svn r6260) Improve readability

Thu, 31 Aug 2006 08:16:28 +0000(svn r6259) Extract the axis directly, don't use a trinary operator
tron [Thu, 31 Aug 2006 08:16:28 +0000] rev 4474
(svn r6259) Extract the axis directly, don't use a trinary operator

Thu, 31 Aug 2006 08:11:08 +0000(svn r6258) Reduce the number of induction variables and inner scopes for clarity
tron [Thu, 31 Aug 2006 08:11:08 +0000] rev 4473
(svn r6258) Reduce the number of induction variables and inner scopes for clarity

Thu, 31 Aug 2006 07:52:20 +0000(svn r6257) Use memcmp() to check the MD5 sum instead of using a home brewed loop
tron [Thu, 31 Aug 2006 07:52:20 +0000] rev 4472
(svn r6257) Use memcmp() to check the MD5 sum instead of using a home brewed loop