Sat, 13 Jan 2007 21:28:46 +0000(svn r8111) -Fix r8106: silence warnings
glx [Sat, 13 Jan 2007 21:28:46 +0000] rev 5903
(svn r8111) -Fix r8106: silence warnings

Sat, 13 Jan 2007 18:55:54 +0000(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.
KUDr [Sat, 13 Jan 2007 18:55:54 +0000] rev 5902
(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.

Sat, 13 Jan 2007 18:44:38 +0000(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
glx [Sat, 13 Jan 2007 18:44:38 +0000] rev 5901
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps

Sat, 13 Jan 2007 18:32:50 +0000(svn r8108) WebTranslator2 update to 2007-01-13 19:32:03
miham [Sat, 13 Jan 2007 18:32:50 +0000] rev 5900
(svn r8108) WebTranslator2 update to 2007-01-13 19:32:03
danish - 56 changed by MiR (56)
french - 4 fixed by glx (4)
japanese - 77 fixed, 23 changed by ickoonite (100)
norwegian_nynorsk - 5 fixed, 1 changed by pollux (6)
turkish - 4 fixed by jnmbk (4)

Sat, 13 Jan 2007 17:44:11 +0000(svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved in savegame) instead of that of the replacement so a user can still go hunt for the original GRF if needed.
Darkvater [Sat, 13 Jan 2007 17:44:11 +0000] rev 5899
(svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved in savegame) instead of that of the replacement so a user can still go hunt for the original GRF if needed.

Sat, 13 Jan 2007 17:42:50 +0000(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.
Darkvater [Sat, 13 Jan 2007 17:42:50 +0000] rev 5898
(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.
-GRF Window colour-codes changed a bit: Static is now grey, and compatible GRF (found locally only based on GRFID) are shown in orange. Compatible GRF's also have an orange status/warning text saying they're not the original the game was saved with.
-Loaded games with something amiss regarding GRF's will show an appropiate warning message.

Sat, 13 Jan 2007 17:23:02 +0000(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)
Darkvater [Sat, 13 Jan 2007 17:23:02 +0000] rev 5897
(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)
only a check for GRFID is done and not on md5sum as well. Remove blanksum in the function as it's obsoleted

Sat, 13 Jan 2007 16:23:24 +0000(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
KUDr [Sat, 13 Jan 2007 16:23:24 +0000] rev 5896
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC

Sat, 13 Jan 2007 16:09:53 +0000(svn r8103) -Docchange: Include station tile types used by RichK's airports
peter1138 [Sat, 13 Jan 2007 16:09:53 +0000] rev 5895
(svn r8103) -Docchange: Include station tile types used by RichK's airports

Sat, 13 Jan 2007 15:55:22 +0000(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Darkvater [Sat, 13 Jan 2007 15:55:22 +0000] rev 5894
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast