glx
|
510fe5f196
|
(svn r24826) -Fix: determineversion.vbs could hang in a git checkout
|
2012-12-19 02:42:25 +00:00 |
|
michi_cc
|
28067c21d5
|
(svn r22435) -Fix: Git revision detection would return too much when tags are involved.
|
2011-05-07 15:13:52 +00:00 |
|
michi_cc
|
10a7678beb
|
(svn r21857) -Add: Revision detection for hgsubversion repositories.
|
2011-01-19 17:10:57 +00:00 |
|
michi_cc
|
22922414eb
|
(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.
|
2011-01-19 17:10:52 +00:00 |
|
michi_cc
|
5f28591610
|
(svn r21840) -Change: Support tags created by hgsubversion for the revision detection.
|
2011-01-18 21:27:35 +00:00 |
|
michi_cc
|
73da045f50
|
(svn r21839) -Change: Support tags created by git-svn for the revision detection.
|
2011-01-18 21:27:30 +00:00 |
|
rubidium
|
7cce507443
|
(svn r21630) -Fix (r20308, r21615): version detection of subversion branches and tags got broken
|
2010-12-25 08:22:55 +00:00 |
|
rubidium
|
44937dfa5e
|
(svn r21356) -Fix (r21351): sometimes versions wouldn't be correctly set for Windows builds
|
2010-11-30 12:02:19 +00:00 |
|
rubidium
|
4aa6a24d95
|
(svn r21351) -Change: read some metadata from (official) source tarballs so you'll more likely get the right version/revision out-of-the-box
|
2010-11-29 12:49:27 +00:00 |
|
terkhen
|
b416e7266f
|
(svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial failed (Hirundo).
|
2010-08-14 09:28:03 +00:00 |
|
rubidium
|
508fe537ff
|
(svn r20309) -Fix [FS#3953]: Mercurial (trunk) revision detection fails when different heads are used
|
2010-08-02 17:16:56 +00:00 |
|
rubidium
|
e8dc701cc4
|
(svn r20308) -Change: don't only look at only the src directory for the revision, but at the parent of the src directory.
|
2010-08-02 16:38:26 +00:00 |
|
michi_cc
|
848aa4472f
|
(svn r20050) -Add: git revision detection for custom git-svn clones.
|
2010-07-02 16:34:15 +00:00 |
|
rubidium
|
0599cb67ce
|
(svn r20029) -Fix: the 64 bits TortoiseSVN wasn't always properly detected
|
2010-06-28 13:52:09 +00:00 |
|
michi_cc
|
3e7fc229ab
|
(svn r19895) -Fix [FS#3836]: Git version detection would sometimes mistakenly identify a checkout as modified.
|
2010-05-26 03:31:05 +00:00 |
|
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
a34d5bb6ab
|
(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.
|
2009-05-16 12:36:33 +00:00 |
|
glx
|
bf16032308
|
(svn r14780) -Fix (r14777): of course VBS evaluates all parts of a boolean expression
|
2009-01-01 18:18:17 +00:00 |
|
glx
|
88e3ff5413
|
(svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in changes (MSVC)
|
2008-12-31 16:53:43 +00:00 |
|
glx
|
29b73896b4
|
(svn r14684) -Codechange: use SubWCRev object to get version info instead SubWCRev.exe for tortoiseSVN (Darkvater)
|
2008-12-16 23:02:22 +00:00 |
|
glx
|
78502d9fe0
|
(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
|
2008-10-25 16:45:01 +00:00 |
|
glx
|
f9221778cc
|
(svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set 'modified' for hg and git (was always 1).
|
2008-10-23 02:52:11 +00:00 |
|
glx
|
a9d2b4b73c
|
(svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision
|
2008-09-17 16:06:05 +00:00 |
|
glx
|
9d3eb490c7
|
(svn r14354) -Fix (r14253): also fix hg revision detection for MSVC
|
2008-09-17 15:04:52 +00:00 |
|
glx
|
199a53c4ca
|
(svn r14242) -Fix: removed some possible infinite loop in version determination (again).
|
2008-09-04 15:27:21 +00:00 |
|
glx
|
bb92a7ab08
|
(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
|
2008-08-30 13:15:36 +00:00 |
|
glx
|
c428ce6277
|
(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified
|
2008-08-22 15:15:11 +00:00 |
|
glx
|
ea570c8160
|
(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg
|
2008-08-02 19:48:54 +00:00 |
|
smatz
|
c7a9637834
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +00:00 |
|
glx
|
a6cba39750
|
(svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto)
|
2008-03-15 22:43:28 +00:00 |
|
glx
|
ed1e402960
|
(svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc)
|
2008-02-24 22:16:36 +00:00 |
|
rubidium
|
8c5814156f
|
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
|
2007-11-26 23:28:29 +00:00 |
|
glx
|
6097c07e4b
|
(svn r11470) -Codechange: add git detection to MSVC (michi_cc)
|
2007-11-18 22:39:02 +00:00 |
|
glx
|
4fdfd76b3b
|
(svn r11334) -Codechange: add hg detection to MSVC
|
2007-10-21 17:09:44 +00:00 |
|
rubidium
|
f4775d06bb
|
(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.
|
2007-10-21 14:59:05 +00:00 |
|
glx
|
f2dc723da5
|
(svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
|
2007-09-12 22:05:53 +00:00 |
|
rubidium
|
9e7931f6ea
|
(svn r11089) -Codechange: add revision detection to MSVC.
|
2007-09-12 07:11:48 +00:00 |
|