Commit Graph

23 Commits (e2aed3664da1cc00da5c0676e71462323b021196)

Author SHA1 Message Date
rubidium bc8e66c202 (svn r17336) -Codechange: move some os specific files into src/os/ 15 years ago
rubidium 7fbc33dae1 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
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.
15 years ago
glx bf16032308 (svn r14780) -Fix (r14777): of course VBS evaluates all parts of a boolean expression 16 years ago
glx 88e3ff5413 (svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in changes (MSVC) 16 years ago
glx 29b73896b4 (svn r14684) -Codechange: use SubWCRev object to get version info instead SubWCRev.exe for tortoiseSVN (Darkvater) 16 years ago
glx 78502d9fe0 (svn r14532) -Fix (r14522): one 'M' is enough to show modified version 16 years ago
glx f9221778cc (svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set 'modified' for hg and git (was always 1). 16 years ago
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 16 years ago
glx 9d3eb490c7 (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC 16 years ago
glx 199a53c4ca (svn r14242) -Fix: removed some possible infinite loop in version determination (again). 16 years ago
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 ':'). 16 years ago
glx c428ce6277 (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified 16 years ago
glx ea570c8160 (svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg 16 years ago
smatz c7a9637834 (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 a6cba39750 (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 ed1e402960 (svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc) 17 years ago
rubidium 8c5814156f (svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed. 17 years ago
glx 6097c07e4b (svn r11470) -Codechange: add git detection to MSVC (michi_cc) 17 years ago
glx 4fdfd76b3b (svn r11334) -Codechange: add hg detection to MSVC 17 years ago
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. 17 years ago
glx f2dc723da5 (svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces 17 years ago
rubidium 9e7931f6ea (svn r11089) -Codechange: add revision detection to MSVC. 17 years ago