Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Go to file
2022-07-31 20:11:48 +03:00
.github/workflows workflows: change windows-2016 to windows-2019 2022-07-31 17:30:39 +03:00
app/legion
appframework Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
bitmap Merge branch 'master' of https://github.com/nillerusr/source-engine into windows 2022-07-28 14:40:20 +03:00
choreoobjects
common fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
datacache fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
datamodel arm64 : fix clang compile errors 2022-06-05 01:13:14 +03:00
dedicated fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
dedicated_main
devtools
dmserializers
dmxloader arm64 : fix clang compile errors 2022-06-05 01:13:14 +03:00
dx9sdk fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
engine engine: restore delta float decode/encode from 2007 branch 2022-07-31 20:11:48 +03:00
external
fgdlib
filesystem fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
game game: fix integer division by zero in baseachievement( fixes #87 ) 2022-07-31 04:40:53 +03:00
gameui fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
gcsdk fix sln generation 2022-07-26 13:03:48 -07:00
hammer fix sln generation 2022-07-26 13:03:48 -07:00
hammer_launcher
inputsystem fix sdl copy command 2022-07-28 19:14:42 +03:00
ivp@bb1b1171af update ivp submodule 2022-07-28 14:59:58 +03:00
launcher fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
launcher_main Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
lib@b3fe8769db fix opus 2022-07-28 18:32:42 +03:00
linux
linux_sdk
materialsystem use asm fastcopy only on i386 2022-07-28 17:42:21 +03:00
mathlib fix debug compile 2022-07-28 19:48:53 +03:00
mdllib
mdlobjects
movieobjects
networksystem
particles fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
public fix noexcept for new crt 2022-07-28 18:44:45 +03:00
raytrace
replay
scenefilecache fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
scripts fix debug compile 2022-07-28 19:48:53 +03:00
sdklauncher
serverbrowser fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
sfmobjects
soundemittersystem fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
soundsystem fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
sourcevr
studiorender fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
thirdparty@92bf82cc3a Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
tier0 cast null to int in check for compatibility 2022-07-28 19:27:13 +03:00
tier1 game/server: fix some Asan issues 2022-07-29 04:34:23 +03:00
tier2 arm64 : intp fixes 2022-06-05 01:13:13 +03:00
tier3 arm64 : fix intptr_t size 2022-06-05 01:12:32 +03:00
togl Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
togles Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
tools
tracker
unicode fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
unitlib
unittests
utils Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
vgui2 fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
vguimatsurface fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
video fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
vpc_scripts Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
vphysics vphysics: fix velocity restore 2022-07-31 19:56:00 +03:00
vpklib Merge branch 'master' into windows 2022-07-27 12:58:56 +03:00
vstdlib fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
vtf Merge branch 'master' of https://github.com/nillerusr/source-engine into windows 2022-07-28 14:40:20 +03:00
.gitignore fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
.gitmodules fix windows build scripts, add windows opus support 2022-07-28 14:27:56 +03:00
LICENSE
README.md Merge branch 'master' of https://github.com/nillerusr/source-engine into windows 2022-07-28 16:12:02 +03:00
thirdpartylegalnotices.txt
waf
waf.bat
wscript fix debug compile 2022-07-28 19:48:53 +03:00

source-engine

Welcome to source engine:)

Discord: https://discord.gg/hZRB7WMgGw

Current tasks

  • Windows build support for waf
  • NEON support
  • remove unnecessary dependencies
  • Arm(android) port
  • replace current buildsystem with waf
  • rewrite achivement system( to work without steam )
  • 64-bit support
  • VTF 7.5 support
  • improve performance
  • fixing bugs
  • dxvk-native support
  • Elbrus port
  • rewrite serverbrowser to work without steam

How to Build?