projects/determineversion.vbs
Tue, 16 Dec 2008 23:02:22 +0000 glx (svn r14684) -Codechange: use SubWCRev object to get version info instead SubWCRev.exe for tortoiseSVN (Darkvater)
Sat, 25 Oct 2008 16:45:01 +0000 glx (svn r14532) -Fix (r14522): one 'M' is enough to show modified version
Thu, 23 Oct 2008 02:52:11 +0000 glx (svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set 'modified' for hg and git (was always 1).
Wed, 17 Sep 2008 16:06:05 +0000 glx (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision
Wed, 17 Sep 2008 15:04:52 +0000 glx (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC
Thu, 04 Sep 2008 15:27:21 +0000 glx (svn r14242) -Fix: removed some possible infinite loop in version determination (again).
Sat, 30 Aug 2008 13:15:36 +0000 glx (svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
Fri, 22 Aug 2008 15:15:11 +0000 glx (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified
Sat, 02 Aug 2008 19:48:54 +0000 glx (svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Sat, 15 Mar 2008 22:43:28 +0000 glx (svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto)
Mon, 26 Nov 2007 23:28:29 +0000 rubidium (svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
Sun, 18 Nov 2007 22:39:02 +0000 glx (svn r11470) -Codechange: add git detection to MSVC (michi_cc)
Sun, 21 Oct 2007 17:09:44 +0000 glx (svn r11334) -Codechange: add hg detection to MSVC
Sun, 21 Oct 2007 14:59:05 +0000 rubidium (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics.
Wed, 12 Sep 2007 22:05:53 +0000 glx (svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC.