truelight [Mon, 23 Jul 2007 16:08:58 +0000] rev 7803
(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)
-Codechange: added documentation and SPR_ enums for track fences (frosch)
glx [Mon, 23 Jul 2007 15:28:02 +0000] rev 7802
(svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it
truelight [Mon, 23 Jul 2007 15:20:20 +0000] rev 7801
(svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :))
truelight [Mon, 23 Jul 2007 15:18:53 +0000] rev 7800
(svn r10656) -Fix [FS#1068]: GetPartialZ returned wrong value for SLOPE_STEEP_E (frosch)
truelight [Mon, 23 Jul 2007 15:14:45 +0000] rev 7799
(svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch)
orudge [Sun, 22 Jul 2007 17:21:25 +0000] rev 7798
(svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley)
peter1138 [Sun, 22 Jul 2007 13:16:49 +0000] rev 7797
(svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work
miham [Sat, 21 Jul 2007 18:34:43 +0000] rev 7796
(svn r10648) -Update: WebTranslator2 update to 2007-07-21 20:34:31
croatian - 44 fixed, 143 changed by knovak (187)
KUDr [Sat, 21 Jul 2007 14:01:12 +0000] rev 7795
(svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object
KUDr [Sat, 21 Jul 2007 13:45:15 +0000] rev 7794
(svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
-better describes what it does
-was inconsistent with CCountedPtr<>::Release()