KUDr [Sun, 14 Jan 2007 13:21:02 +0000] rev 5908
(svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8
tron [Sun, 14 Jan 2007 13:09:17 +0000] rev 5907
(svn r8116) Undo r8113
tron [Sun, 14 Jan 2007 08:37:16 +0000] rev 5906
(svn r8114) Allocate struct GRFText in the C++ way
tron [Sun, 14 Jan 2007 08:34:38 +0000] rev 5905
(svn r8113) Fix the #include path to table/strings.h
belugas [Sun, 14 Jan 2007 01:27:19 +0000] rev 5904
(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project.
Take note that it will only be the case on a clean checkout, without any other files than those coming from that checkout.
glx [Sat, 13 Jan 2007 21:28:46 +0000] rev 5903
(svn r8111) -Fix r8106: silence warnings
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.
glx [Sat, 13 Jan 2007 18:44:38 +0000] rev 5901
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
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)
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.