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.
 
 
 
 
 
 
r-a-sattarov 2ad3bc4a66 vgui2/vgui_surfacelib/linuxfont: fix incorrect variadic casts 3 years ago
app/legion
appframework android: fix SDL_QUIT 3 years ago
bitmap waf: fix install 4 years ago
choreoobjects add wscipt files to build vphysics and game 4 years ago
common Initial android support (#17) 3 years ago
datacache Initial android support (#17) 3 years ago
datamodel Initial android support (#17) 3 years ago
dedicated Fix clang compile 3 years ago
dedicated_main build: arm target support 3 years ago
devtools
dmserializers
dmxloader waf: fix install 4 years ago
dx9sdk
engine Vpc parser (#31) 3 years ago
external
fgdlib
filesystem Initial android support (#17) 3 years ago
game touch: add new commands 3 years ago
gameui Initial android support (#17) 3 years ago
gcsdk
hammer
hammer_launcher
inputsystem physics: fix a lot of problems 3 years ago
ivp@82849306f7 Update README.md, update ivp submodule 3 years ago
launcher touch: add new commands 3 years ago
launcher_main Initial android support (#17) 3 years ago
lib/android Initial android support (#17) 3 years ago
linux
linux_sdk
materialsystem materialsystem: fix undefined behaviour(bruh moment) 3 years ago
mathlib build: arm target support 3 years ago
mdllib
mdlobjects
movieobjects
networksystem
particles add wscipt files to build vphysics and game 4 years ago
public touch: add new commands 3 years ago
raytrace
replay
scenefilecache Initial android support (#17) 3 years ago
scripts/waifulib Vpc parser (#31) 3 years ago
sdklauncher
serverbrowser fix previous commit 3 years ago
sfmobjects
soundemittersystem Initial android support (#17) 3 years ago
soundsystem
sourcevr
studiorender physics: fix a lot of problems 3 years ago
thirdparty@c397ca0520 Initial android support (#17) 3 years ago
tier0 touch: add new commands 3 years ago
tier1 Initial android support (#17) 3 years ago
tier2 waf: fix install 4 years ago
tier3 waf: fix install 4 years ago
togl Initial android support (#17) 3 years ago
tools
tracker
unicode
unitlib
unittests
utils
vgui2 vgui2/vgui_surfacelib/linuxfont: fix incorrect variadic casts 3 years ago
vguimatsurface inputsystem: touch event handling 3 years ago
video waf: fix install 4 years ago
vpc_scripts
vphysics physics: fix a lot of problems 3 years ago
vpklib CUtlBuffer, Color: misalign fixes 3 years ago
vstdlib Initial android support (#17) 3 years ago
vtf waf: fix install 4 years ago
.gitignore Initial android support (#17) 3 years ago
.gitmodules add ivp submodule 4 years ago
LICENSE
README.md Update README.md, update ivp submodule 3 years ago
build.sh
createallprojects
createallprojects.bat
thirdpartylegalnotices.txt
waf waifulib: update 3 years ago
waf.bat fix loading libraries with lib prefix 4 years ago
wscript Vpc parser (#31) 3 years ago

README.md

source-engine

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 )
  • 64-bit support

How to Build?

Clone repo and change directory:

git clone https://github.com/nillerusr/source-engine --recursive --depth 1
cd source-engine

On Linux:

dependencies: fontconfig, freetype2, OpenAL, SDL2, libbz2, libcurl, libjpeg, libpng, zlib

./waf configure -T debug
./waf build

On Linux for Android(Note: only Android NDK r10e is supported):

export ANDROID_NDK=/path/to/ndk
./waf configure -T debug --android=armeabi-v7a,4.9,21
./waf build

On Windows/MacOS: TODO(WAF is not configured for Windows/MacOS. Use VPC as temporary solution)