Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5445835070 |
@ -158,7 +158,7 @@ class ExtensionConfig(object):
|
|||||||
'-fvisibility=hidden',
|
'-fvisibility=hidden',
|
||||||
]
|
]
|
||||||
cxx.cxxflags += [
|
cxx.cxxflags += [
|
||||||
'-std=c++14',
|
'-std=c++11',
|
||||||
'-fno-exceptions',
|
'-fno-exceptions',
|
||||||
'-fno-threadsafe-statics',
|
'-fno-threadsafe-statics',
|
||||||
'-Wno-non-virtual-dtor',
|
'-Wno-non-virtual-dtor',
|
||||||
@ -246,7 +246,6 @@ class ExtensionConfig(object):
|
|||||||
cxx.linkflags += ['-static-libgcc']
|
cxx.linkflags += ['-static-libgcc']
|
||||||
elif cxx.vendor == 'clang':
|
elif cxx.vendor == 'clang':
|
||||||
cxx.linkflags += ['-lgcc_eh']
|
cxx.linkflags += ['-lgcc_eh']
|
||||||
cxx.linkflags += ['-static-libstdc++']
|
|
||||||
|
|
||||||
def configure_mac(self, cxx):
|
def configure_mac(self, cxx):
|
||||||
cxx.defines += ['OSX', '_OSX', 'POSIX']
|
cxx.defines += ['OSX', '_OSX', 'POSIX']
|
||||||
|
1709
extension.cpp
1709
extension.cpp
File diff suppressed because it is too large
Load Diff
@ -15,18 +15,6 @@
|
|||||||
"library" "server"
|
"library" "server"
|
||||||
"linux" "@_ZN11CBaseEntity15PostConstructorEPKc"
|
"linux" "@_ZN11CBaseEntity15PostConstructorEPKc"
|
||||||
}
|
}
|
||||||
|
|
||||||
"CBaseFilter_PassesFilterImpl"
|
|
||||||
{
|
|
||||||
"library" "server"
|
|
||||||
"linux" "@_ZN11CBaseFilter16PassesFilterImplEP11CBaseEntityS1_"
|
|
||||||
}
|
|
||||||
|
|
||||||
"CreateEntityByName"
|
|
||||||
{
|
|
||||||
"library" "server"
|
|
||||||
"linux" "@_Z18CreateEntityByNamePKci"
|
|
||||||
}
|
|
||||||
|
|
||||||
"CBasePlayer_FindUseEntity"
|
"CBasePlayer_FindUseEntity"
|
||||||
{
|
{
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
/* Basic information exposed publicly */
|
/* Basic information exposed publicly */
|
||||||
#define SMEXT_CONF_NAME "CSSFixes"
|
#define SMEXT_CONF_NAME "CSSFixes"
|
||||||
#define SMEXT_CONF_DESCRIPTION "Patches bugs in the CSS server binary and more..."
|
#define SMEXT_CONF_DESCRIPTION "Patches bugs in the CSS server binary and more..."
|
||||||
#define SMEXT_CONF_VERSION "1.17"
|
#define SMEXT_CONF_VERSION "1.16"
|
||||||
#define SMEXT_CONF_AUTHOR "BotoX"
|
#define SMEXT_CONF_AUTHOR "BotoX"
|
||||||
#define SMEXT_CONF_URL ""
|
#define SMEXT_CONF_URL ""
|
||||||
#define SMEXT_CONF_LOGTAG "CSSFIXES"
|
#define SMEXT_CONF_LOGTAG "CSSFIXES"
|
||||||
|
Loading…
Reference in New Issue
Block a user