Commit Graph

38 Commits (6b107d65d9a37485324ea208b993bb137b73c2a7)

Author SHA1 Message Date
glx eda22e0595 (svn r24826) -Fix: determineversion.vbs could hang in a git checkout 12 years ago
michi_cc 29357ef65c (svn r22435) -Fix: Git revision detection would return too much when tags are involved. 13 years ago
michi_cc 33d7f15a1e (svn r21857) -Add: Revision detection for hgsubversion repositories. 14 years ago
michi_cc 656431d3cb (svn r21856) -Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well. 14 years ago
michi_cc 2f98ad38ba (svn r21840) -Change: Support tags created by hgsubversion for the revision detection. 14 years ago
michi_cc b0a592a649 (svn r21839) -Change: Support tags created by git-svn for the revision detection. 14 years ago
rubidium f6c28ecd1c (svn r21630) -Fix (r20308, r21615): version detection of subversion branches and tags got broken 14 years ago
rubidium fafb971d84 (svn r21356) -Fix (r21351): sometimes versions wouldn't be correctly set for Windows builds 14 years ago
rubidium 8b4d080817 (svn r21351) -Change: read some metadata from (official) source tarballs so you'll more likely get the right version/revision out-of-the-box 14 years ago
terkhen 05f480af19 (svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial failed (Hirundo). 14 years ago
rubidium e408c2567b (svn r20309) -Fix [FS#3953]: Mercurial (trunk) revision detection fails when different heads are used 14 years ago
rubidium 3658d79b0c (svn r20308) -Change: don't only look at only the src directory for the revision, but at the parent of the src directory. 14 years ago
michi_cc 1a060b9ae4 (svn r20050) -Add: git revision detection for custom git-svn clones. 14 years ago
rubidium 0fe178a6ed (svn r20029) -Fix: the 64 bits TortoiseSVN wasn't always properly detected 14 years ago
michi_cc 0974562d4e (svn r19895) -Fix [FS#3836]: Git version detection would sometimes mistakenly identify a checkout as modified. 14 years ago
rubidium 19b83eb5aa (svn r17336) -Codechange: move some os specific files into src/os/ 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium 5d2b6f8474 (svn r16318) -Change: use !! instead of @@ in src/*.in too.
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
15 years ago
glx 34b211ea99 (svn r14780) -Fix (r14777): of course VBS evaluates all parts of a boolean expression 16 years ago
glx b8d31e962a (svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in changes (MSVC) 16 years ago
glx f7bee20165 (svn r14684) -Codechange: use SubWCRev object to get version info instead SubWCRev.exe for tortoiseSVN (Darkvater) 16 years ago
glx 7f4ee898ac (svn r14532) -Fix (r14522): one 'M' is enough to show modified version 16 years ago
glx 2af314553c (svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set 'modified' for hg and git (was always 1). 16 years ago
glx 083014b868 (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision 16 years ago
glx b9b3489eed (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC 16 years ago
glx 819628bde4 (svn r14242) -Fix: removed some possible infinite loop in version determination (again). 16 years ago
glx 01ce633a93 (svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':'). 16 years ago
glx 1703595861 (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified 16 years ago
glx c85451555b (svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg 16 years ago
smatz 1f55797fe3 (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details 16 years ago
glx e93f03cf84 (svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto) 17 years ago
glx 56c9c0a612 (svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc) 17 years ago
rubidium 2cf5a203ce (svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed. 17 years ago
glx be591f158e (svn r11470) -Codechange: add git detection to MSVC (michi_cc) 17 years ago
glx 5131ea98db (svn r11334) -Codechange: add hg detection to MSVC 17 years ago
rubidium fcce47172d (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. 17 years ago
glx 426b18f635 (svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces 17 years ago
rubidium e9924421bf (svn r11089) -Codechange: add revision detection to MSVC. 17 years ago