Remove --dirty flag in premake5.lua & remove ver from console title

This commit is contained in:
Ahrimdon 2024-03-06 15:21:40 -05:00
parent 2253182bf3
commit 64a3c25e6a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
gitVersioningCommand = "git describe --tags --dirty --always" gitVersioningCommand = "git describe --tags --always"
gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD" gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD"
-- Quote the given string input as a C string -- Quote the given string input as a C string

View File

@ -89,7 +89,7 @@ public:
utils::hook::set<const char*>(0x446A48, "iw4-sp: Console"); utils::hook::set<const char*>(0x446A48, "iw4-sp: Console");
utils::hook::set<const char*>(0x50C110, "iw4-sp: Game"); utils::hook::set<const char*>(0x50C110, "iw4-sp: Game");
utils::hook::set<const char*>(0x579364, "iw4-sp: " SHORTVERSION "> "); utils::hook::set<const char*>(0x579364, "iw4-sp: >");
// Com_Init_Try_Block_Function // Com_Init_Try_Block_Function
utils::hook::set<const char*>(0x604004, BUILD_TYPE); utils::hook::set<const char*>(0x604004, BUILD_TYPE);