build: reworked build and package to simplify process
build: reworked build and package to simplify process build: windows dll is now compiled by clang, msvc build added to extras package fix: clear all the implicit conversions in the code (also fixed some bugs) fix: crash on never xash3d-fwgs engine fix: fixed bad bot behaviors on aarch64 fix: crash on some maps due to missing previous node fix: finally removed memset(this) within bot creatin
This commit is contained in:
parent
ae4e12c48c
commit
53df621dfc
35 changed files with 1004 additions and 949 deletions
|
|
@ -8,12 +8,11 @@
|
|||
#pragma once
|
||||
|
||||
// fallback if no git or custom build
|
||||
#define MODULE_BUILD_HASH "0"
|
||||
#define MODULE_BUILD_AUTHOR "yapb@jeefo.net"
|
||||
#define MODULE_BUILD_COUNT "0"
|
||||
#define MODULE_BUILD_MACHINE "localhost"
|
||||
#define MODULE_BUILD_COMPILER "unknown"
|
||||
|
||||
#define MODULE_BOT_VERSION "4.3"
|
||||
#define MODULE_BOT_VERSION_FILE 4,3,0,000
|
||||
#define MODULE_BOT_BUILD_ID "0:0"
|
||||
#define MODULE_COMMIT_COUNT "0"
|
||||
#define MODULE_COMMIT_HASH "0"
|
||||
#define MODULE_AUTHOR "default@mail.net"
|
||||
#define MODULE_MACHINE "localhost"
|
||||
#define MODULE_COMPILER "default"
|
||||
#define MODULE_VERSION "4.0"
|
||||
#define MODULE_VERSION_FILE 4,0,0,000
|
||||
#define MODULE_BUILD_ID "0:0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue