WIP: port alien swarm and extend engine for asw

This commit is contained in:
nillerusr
2023-10-03 20:02:58 +03:00
parent 7d3c0d8b5a
commit 8322130890
617 changed files with 161164 additions and 220 deletions
+4 -2
View File
@@ -39,8 +39,8 @@ projects={
'engine',
'engine/voice_codecs/minimp3',
'filesystem',
'game/client',
'game/server',
# 'game/client',
# 'game/server',
'gameui',
'inputsystem',
'ivp/havana',
@@ -162,6 +162,8 @@ def define_platform(conf):
conf.env.GL = conf.options.GL and not conf.options.TESTS and not conf.options.DEDICATED
conf.env.OPUS = conf.options.OPUS
conf.define('SOURCE_ASW', 1)
if conf.options.DEDICATED:
conf.options.SDL = False
conf.define('DEDICATED', 1)