Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nillerusr 5e870e53c1 add waf buildsystem 3 years ago
app/legion 1 4 years ago
appframework add waf buildsystem 3 years ago
bitmap add waf buildsystem 3 years ago
choreoobjects 1 4 years ago
common cut openssl, cryptopp 4 years ago
datacache add waf buildsystem 3 years ago
datamodel add waf buildsystem 3 years ago
dedicated change output path in all vpc 4 years ago
dedicated_main 1 4 years ago
devtools add waf buildsystem 3 years ago
dmserializers 1 4 years ago
dmxloader add waf buildsystem 3 years ago
dx9sdk add dx9sdk 4 years ago
engine add waf buildsystem 3 years ago
external cut openssl, cryptopp 4 years ago
fgdlib 1 4 years ago
filesystem add waf buildsystem 3 years ago
game server: fix crash when m_pCurrentPathTarget is null 3 years ago
gameui add waf buildsystem 3 years ago
gcsdk 1 4 years ago
hammer change output path in all vpc 4 years ago
hammer_launcher change output path in all vpc 4 years ago
inputsystem add waf buildsystem 3 years ago
launcher add waf buildsystem 3 years ago
launcher_main add waf buildsystem 3 years ago
linux 1 4 years ago
linux_sdk 1 4 years ago
materialsystem add waf buildsystem 3 years ago
mathlib add waf buildsystem 3 years ago
mdllib change output path in all vpc 4 years ago
mdlobjects 1 4 years ago
movieobjects 1 4 years ago
networksystem change output path in all vpc 4 years ago
particles 1 4 years ago
public tier1: fpermissive fixes 3 years ago
raytrace 1 4 years ago
replay change output path in all vpc 4 years ago
scenefilecache add waf buildsystem 3 years ago
scripts add waf buildsystem 3 years ago
sdklauncher change output path in all vpc 4 years ago
serverbrowser add waf buildsystem 3 years ago
sfmobjects 1 4 years ago
soundemittersystem add waf buildsystem 3 years ago
soundsystem change output path in all vpc 4 years ago
sourcevr 1 4 years ago
studiorender add waf buildsystem 3 years ago
thirdparty@31ae58f64f add waf buildsystem 3 years ago
tier0 add waf buildsystem 3 years ago
tier1 add waf buildsystem 3 years ago
tier2 add waf buildsystem 3 years ago
tier3 add waf buildsystem 3 years ago
togl add waf buildsystem 3 years ago
tools change output path in all vpc 4 years ago
tracker change output path in all vpc 4 years ago
unicode change output path in all vpc 4 years ago
unitlib change output path in all vpc 4 years ago
unittests change output path in all vpc 4 years ago
utils add waf buildsystem 3 years ago
vgui2 add waf buildsystem 3 years ago
vguimatsurface add waf buildsystem 3 years ago
video add waf buildsystem 3 years ago
vpc_scripts add mp3 codecs(broken) 4 years ago
vphysics vphysics: remove hack 4 years ago
vpklib add waf buildsystem 3 years ago
vstdlib add waf buildsystem 3 years ago
vtf add waf buildsystem 3 years ago
.gitignore add waf buildsystem 3 years ago
.gitmodules replace thirdparty with submodule 4 years ago
LICENSE add LICENSE file 4 years ago
README.md Update README.md 4 years ago
build.sh cut openssl, cryptopp 4 years ago
createallprojects add createallprojects, fix permissions 4 years ago
createallprojects.bat 1 4 years ago
thirdpartylegalnotices.txt add LICENSE file 4 years ago
waf add waf buildsystem 3 years ago
wscript add waf buildsystem 3 years ago

README.md

source-engine

The main purpose of this repository is to port the engine for other platforms.

Goals

  • fixing bugs
  • NEON support
  • DXVK support
  • remove unnecessary dependencies
  • Elbrus port
  • Arm(android) port
  • improve performance
  • replace current buildsystem with waf
  • rewrite achivement system( to work without steam )

How to Build?

On Linux:

  1. Clone repo ( git clone https://github.com/nillerusr/source-engine)
  2. Run git submodule init && git submodule update
  3. Build
cd thirdparty/
./build.sh
cd ../
./createallprojects
./build.sh everything