summaryrefslogtreecommitdiff
path: root/projects/determineversion.vbs
AgeCommit message (Collapse)Author
2009-05-16(svn r16318) -Change: use !! instead of @@ in src/*.in too.rubidium
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
2009-01-01(svn r14780) -Fix (r14777): of course VBS evaluates all parts of a boolean ↵glx
expression
2008-12-31(svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in ↵glx
changes (MSVC)
2008-12-16(svn r14684) -Codechange: use SubWCRev object to get version info instead ↵glx
SubWCRev.exe for tortoiseSVN (Darkvater)
2008-10-25(svn r14532) -Fix (r14522): one 'M' is enough to show modified versionglx
2008-10-23(svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set ↵glx
'modified' for hg and git (was always 1).
2008-09-17(svn r14355) -Fix: latest svn revision detection from hg log always gave the ↵glx
latest relative to tip revision, not to the current working revision
2008-09-17(svn r14354) -Fix (r14253): also fix hg revision detection for MSVCglx
2008-09-04(svn r14242) -Fix: removed some possible infinite loop in version ↵glx
determination (again).
2008-08-30(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. ↵glx
This make it similar to svn and git (ie without the ':').
2008-08-22(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg ↵glx
checkout always detected the sources as modified
2008-08-02(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the ↵glx
right version with hg
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and ↵smatz
crashes to simplify debugging. See readme.txt for details
2008-03-15(svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit ↵glx
TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto)
2008-02-24(svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc)glx
2007-11-26(svn r11531) -Fix [FS#1459]: version determination did stall (read: never ↵rubidium
finish) when both svn and git were not installed.
2007-11-18(svn r11470) -Codechange: add git detection to MSVC (michi_cc)glx
2007-10-21(svn r11334) -Codechange: add hg detection to MSVCglx
2007-10-21(svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to ↵rubidium
do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics.
2007-09-12(svn r11090) -Fix (r11089): incorrect version format and failure with paths ↵glx
containing spaces
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium