Commit Graph

17 Commits

Author SHA1 Message Date
Fish (David B. Trout)
a269411d8e Clear up misconceptions regarding "SDL" Hercules 4.x Hyperion:
Make appropriate updates to documentation, images and text to make very clear that this is NOT a "SoftDevLabs" version/product of Hercules! The "SDL" in its name is just a name, and is used to distinguish it from the other versions of Hercules that are out there. Nothing more. The existence of "SDL" in its name does NOT mean to imply Hercules is in any way associate with Software Development Laboratories. (I have also updated my own web site as well to try and make that clear.)

HERCULES IS NOT MINE! Hercules belongs to the Hercules project. Hercules belongs to the community. I am simply a member of the Hercules development team, that's all. A single contributor. Nothing more.
2023-02-12 19:09:19 -08:00
Fish (David B. Trout)
f3e46b60ed (cosmetic: remove trailing blanks) 2022-09-20 11:27:11 -07:00
Fish (David B. Trout)
25dd27c886 Implement new version string scheme:
OLD formal official release version:      4.4.0.10631-SDL-gbf377f63 (4.4.0.10631)
OLD between releases development version: 4.5.9999.10723-SDL-ghhhhhhhh (4.5.9999.10723)
NEW between releases development version: 4.5.0.11059-SDL-DEV-ghhhhhhhh
NEW formal official release version:      4.5.0.11286-SDL-ghhhhhhhh
2021-12-19 20:03:37 -08:00
Fish (David B. Trout)
b91e6c4291 VS2019 pipe bug workaround
[skip travis]
2021-07-11 13:24:34 -07:00
Fish (David B. Trout)
9b3c6dcdec fix typo
[skip travis]
2020-09-24 04:13:35 -07:00
Fish (David B. Trout)
a2e97582bd Remove rogue statement from _dynamic_version.cmd
[skip travis]
2019-05-05 23:05:52 -07:00
Fish (David B. Trout)
42b533fa81 Release 4.1 2018-11-10 10:31:18 -08:00
Fish (David B. Trout)
d36a8ba19a Workaround for latest BUGGY version of SubWCRev:
This has happened before in the past and it's happening again with TortoiseSVN 1.9.6: if the hidden .svn repository control directory doesn't exist, SubWCRev CRASHES!

Even though hercules hyperion currently uses git as its source code repository, the _dynamic_version.cmd script is written to be repository agnostic and supports SVN repositories as well, and if the hercules developer just so happens to also have TortoiseSVN installed too, SubWCRev would be attempted by _dynamic_version.cmd leading to the crash. This works around the bug by checking for the existence of the hidden .svn directory before attempting any SVN repository actions.
2017-07-15 04:43:26 -07:00
Fish (David B. Trout)
cdc014ad14 Miscellaneous tweaks:
reverse_bits, tkcount, STRLCPY, RTRIM et al.
Improved w32_basename, w32_dirname.
dlerror() ==> strerror(GetLastError())
arraysize ==> _countof
script runtest timeout duration
BFR_VSNPRINTF: identical for Window/Linux
hdl_setpath: MSVC 'stat' fix
HTML web page consistency
2017-05-14 10:51:48 -07:00
Fish (David B. Trout)
29586eb1e2 Dynamic version rework:
Eliminate need for "_dynamic_version.h" header by passing all version components via command line. Also removed some obsolete files.
2017-02-15 15:05:17 -08:00
Fish (David B. Trout)
3767195bf4 Fix git revision count bug 2017-01-14 10:41:31 -08:00
Fish (David B. Trout)
0f316f34c8 Make it PAINFULLY CLEAR this is an UNOFFICIAL "SDL" version of 4.0 Hyperion:
Append the string "-SDL" (SoftDevLabs) to the end of the "VERSION" string.
2016-12-15 14:39:29 -08:00
Fish (David B. Trout)
63c38eb353 dynamic-version accuracy fix try #2 2016-05-16 05:52:33 -07:00
Fish (David B. Trout)
8b06c86609 dynamic-version accuracy fix 2016-05-15 11:29:12 -07:00
Fish (David B. Trout)
f235ed02bb (call me anal) 2016-05-08 09:01:04 -07:00
Fish (David B. Trout)
e816a7f946 Minor fix for RunJobs parallel build compatibility:
Use unique temp files to prevent collision during simultaneous builds.
2016-05-08 08:44:29 -07:00
Fish (David B. Trout)
992d5c6d0f Hercules VERSION string on Linux identical to Windows:
This commit resolves GitHub issue #104 by constructing a VERSION string identical on both Windows and non-Windows platforms that contains Git commit information (if possible).
2016-05-07 16:37:51 -07:00