Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Go to file
2022-11-16 13:28:39 +03:00
.github/workflows workflows: add tests.yml 2022-08-17 12:54:11 +03:00
app/legion
appframework Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
bitmap
choreoobjects
common fix windows build 2022-09-20 18:17:55 +03:00
datacache
datamodel Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
dedicated
dedicated_main
devtools
dmserializers
dmxloader Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
dx9sdk Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
engine Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
external
fgdlib
filesystem Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
game Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
gameui modify original vtex and add png support for it 2022-09-17 18:25:20 +03:00
gcsdk
hammer
hammer_launcher
inputsystem
ivp@4b693fa4f3 hl1: make pushable rotatable 2022-08-23 03:21:46 +03:00
launcher Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
launcher_main launcher_main: automatically set LD_LIBRARY_PATH on launch 2022-09-17 18:26:41 +03:00
lib@86a66ee92d game(client): fix atlas generation for touch 2022-09-17 21:00:50 +03:00
linux
linux_sdk
materialsystem Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
mathlib WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
mdllib
mdlobjects
movieobjects
networksystem
particles
public WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
raytrace
replay
scenefilecache
scripts game(client): fix touch drawing 2022-09-17 15:57:17 +03:00
sdklauncher
serverbrowser
sfmobjects
soundemittersystem
soundsystem
sourcevr
studiorender WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
thirdparty@aac07c7205 fix windows build 2022-09-20 18:17:55 +03:00
tier0 WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
tier1 tier1: rewrite Sys_LoadModule 2022-10-08 22:14:26 +03:00
tier2 WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
tier3
togl togl/togles: fix PBO usage 2022-10-08 22:15:17 +03:00
togles togl/togles: fix PBO usage 2022-10-08 22:15:17 +03:00
tools
tracker
unicode
unitlib workflows: add tests.yml 2022-08-17 12:54:11 +03:00
unittests unittests: add tslist tests to tier1test 2022-08-17 14:28:41 +03:00
utils utils/vtex: fix windows build ( fixes #125 ) 2022-10-24 03:59:43 +03:00
vgui2 Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
vguimatsurface game(client): optimize touch drawing 2022-09-16 02:41:03 +03:00
video video: add initial implementation for video_bink 2022-10-13 17:55:10 +03:00
vpc_scripts
vphysics Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
vpklib
vstdlib
vtf Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
.gitignore
.gitmodules
LICENSE
README.md
thirdpartylegalnotices.txt
waf
waf.bat
wscript wscript: add videoservices 2022-10-13 17:47:27 +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
  • PBR support
  • improve performance
  • fixing bugs
  • dxvk-native support
  • Elbrus port
  • rewrite serverbrowser to work without steam

How to Build?