Commit Graph

9 Commits

Author SHA1 Message Date
Azamat H. Hackimov
1926a77f19 Introducing git revision in source code
Git revision is generating on build time (not on configure time). In case of uncommited changes this revision will be marked as "dirty". If cmake cannot retrieve revision from git history (i.e. from packaged source code), cmake will attempt to read "git-hash.txt" from `PROJECT_SOURCE_DIR` (it will be generated on build time; after implementing packaging workflow it can be reworked).
Reworked main screen and console output to display proper version.
Version project now is 1.5.0 as previous PATCH value (500) was intended to be D3_RELEASE_BUILD_NO, autogenerated on compile time. As we switched to GIT_HASH, D3_RELEASE_BUILD_NO now useless.
2024-04-28 22:05:26 +03:00
Azamat H. Hackimov
f19510ef2f Generate HOG files as dependencies for Descent3
Generated d3-linux.hog now places next to Descent3 executable, ready to play. Scripts also generated in ${CMAKE_BINARY_DIR} and don't pollutes source dir.
2024-04-21 19:15:23 +03:00
JeodC
ec9800884e Add issue templates, adjust gitignore for windows 2024-04-20 09:30:44 -04:00
Louis Gombert
82ca58219a
Merge pull request #75 from petesimard/main
Add the out directory to .gitignore
2024-04-19 11:31:24 +00:00
Peter Simard
d6d0106ca8 Add the out directory to .gitignore 2024-04-18 16:36:07 -04:00
GravisZro
435c1dd056 Add Linux and D3 specific .gitignore entries
Ignore these:
build/ (CMake build directory)
*.so (Linux)
*.hog (D3)
2024-04-18 12:27:20 -04:00
Azamat H. Hackimov
4470d664dd Add some IDEA related paths to .gitignore 2024-04-16 22:04:40 +03:00
Kevin Bentley
84e25b0b41 Add missing windows specific code and disabled the arch filters in gitignore. 2024-04-16 07:21:10 -06:00
Kevin Bentley
637df31ca1
Initial commit 2024-04-15 21:35:45 -06:00